aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unused function prototypes.Thomas Munro2021-01-05
* Rethink the "read/write parameter" mechanism in pl/pgsql.Tom Lane2021-01-04
* Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl/pgsql.Tom Lane2021-01-04
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* Simplify some comments in xml.cMichael Paquier2021-01-04
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.Tom Lane2021-01-01
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Doc: spell out comparison behaviors for the date/time types.Tom Lane2020-12-30
* More fixups for pg_upgrade cross-version tests.Tom Lane2020-12-30
* Refactor multirange_in()Alexander Korotkov2020-12-30
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov2020-12-30
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-30
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* In pg_upgrade cross-version test, handle postfix operators.Noah Misch2020-12-30
* In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch2020-12-30
* Remove references to libpq_srcdir in adminpack and old_snapshotMichael Paquier2020-12-30
* Doc: fix up PDF build warnings from over-width table columns.Tom Lane2020-12-29
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-29
* Add support of multirange matching to the existing range GiST indexesAlexander Korotkov2020-12-29
* Improve the signature of internal multirange functionsAlexander Korotkov2020-12-29
* Implement operators for checking if the range contains a multirangeAlexander Korotkov2020-12-29
* Fix bugs in comparison functions for multirange_bsearch_match()Alexander Korotkov2020-12-29
* doc: Improve description of min_dynamic_shared_memoryMichael Paquier2020-12-29
* Improve log messages related to pg_hba.conf not matching a connection.Tom Lane2020-12-28
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-28
* Expose the default for channel_binding in PQconndefaults().Tom Lane2020-12-28
* Further fix thinko in plpgsql memory leak fix.Tom Lane2020-12-28
* Fix thinko in plpgsql memory leak fix.Tom Lane2020-12-28
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-28
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-28
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Second attempt to stabilize 05c02589.Jeff Davis2020-12-27
* Stabilize test introduced in 05c02589, per buildfarm.Jeff Davis2020-12-27
* Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis2020-12-26
* initdb: document that -K requires an argumentBruce Momjian2020-12-26
* auth commands: list specific commands to install in MakefileBruce Momjian2020-12-26
* pg_alterckey: remove TAP check rules from MakefileBruce Momjian2020-12-26
* Add scripts for retrieving the cluster file encryption keyBruce Momjian2020-12-26
* doc: fix SGML markup for pg_alterckey from commit 62afb42a7fBruce Momjian2020-12-26
* pg_alterckey: adjust doc build and Win32 sleep/open build failsBruce Momjian2020-12-25
* Fix function call typo in frontend Win32 code, commit 978f869b99Bruce Momjian2020-12-25
* Allow ssl_passphrase_command to prompt the terminalBruce Momjian2020-12-25
* Add pg_alterckey utility to change the cluster keyBruce Momjian2020-12-25