index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
*
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
*
Allow pg_stat_statements to track WAL usage statistics.
Amit Kapila
2020-04-05
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-04-03
*
Fix whitespace
Peter Eisentraut
2020-04-02
*
Allow pg_stat_statements to track planning statistics.
Fujii Masao
2020-04-02
*
Clean up parsing of ltree and lquery some more.
Tom Lane
2020-04-01
*
Add support for binary I/O of ltree, lquery, and ltxtquery types.
Tom Lane
2020-04-01
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Remove header noise from test_decoding test
Alvaro Herrera
2020-03-31
*
Fix lquery's NOT handling, and add ability to quantify non-'*' items.
Tom Lane
2020-03-31
*
Improve error messages in ltree_in and lquery_in.
Tom Lane
2020-03-31
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
*
Cosmetic improvements in ltree code.
Tom Lane
2020-03-29
*
Fix lquery's behavior for consecutive '*' items.
Tom Lane
2020-03-28
*
Protect against overflow of ltree.numlevel and lquery.numlevel.
Tom Lane
2020-03-28
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Improve checking of child pages in contrib/amcheck.
Alexander Korotkov
2020-03-11
*
Preserve integer and float values accurately in (de)serialize_deflist.
Tom Lane
2020-03-10
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Add tg_updatedcols to TriggerData
Peter Eisentraut
2020-03-09
*
Add an "absval" parameter to allow contrib/dict_int to ignore signs.
Tom Lane
2020-03-08
*
Add an explicit test to catch changes in checksumming calculations.
Tom Lane
2020-03-08
*
pageinspect: Fix types used for bt_metap() columns.
Peter Geoghegan
2020-03-07
*
Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].
Tom Lane
2020-03-06
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
pg_standby: Don't use HAVE_WORKING_LINK
Peter Eisentraut
2020-03-03
*
Fix possibly-uninitialized variable.
Tom Lane
2020-03-02
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Teach pageinspect about nbtree deduplication.
Peter Geoghegan
2020-02-29
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Fix compile failure.
Tom Lane
2020-02-24
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Remove some dead code in contrib/adminpack/
Michael Paquier
2020-02-14
*
Mark some contrib modules as "trusted".
Tom Lane
2020-02-13
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
In jsonb_plpython.c, suppress warning message from gcc 10.
Tom Lane
2020-01-30
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
[next]