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