summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2021Bruce Momjian2021-01-021748-1758/+1758
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-301-2/+2
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-302-55/+79
* More fixups for pg_upgrade cross-version tests.Tom Lane2020-12-301-0/+2
* Refactor multirange_in()Alexander Korotkov2020-12-301-16/+30
* Use setenv() in preference to putenv().Tom Lane2020-12-3022-191/+207
* Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov2020-12-305-0/+23
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-303-24/+21
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-307-15/+180
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-305-0/+412
* In pg_upgrade cross-version test, handle postfix operators.Noah Misch2020-12-301-1/+6
* In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch2020-12-301-5/+5
* Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane2020-12-293-9/+29
* Add support of multirange matching to the existing range GiST indexesAlexander Korotkov2020-12-2913-64/+973
* Improve the signature of internal multirange functionsAlexander Korotkov2020-12-292-122/+153
* Implement operators for checking if the range contains a multirangeAlexander Korotkov2020-12-298-3/+367
* Fix bugs in comparison functions for multirange_bsearch_match()Alexander Korotkov2020-12-293-2/+16
* doc: Improve description of min_dynamic_shared_memoryMichael Paquier2020-12-291-1/+0
* Improve log messages related to pg_hba.conf not matching a connection.Tom Lane2020-12-281-44/+28
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-2811-133/+178
* Fix bugs in libpq's GSSAPI encryption support.Tom Lane2020-12-283-28/+29
* Expose the default for channel_binding in PQconndefaults().Tom Lane2020-12-281-1/+1
* Further fix thinko in plpgsql memory leak fix.Tom Lane2020-12-281-1/+1
* Fix thinko in plpgsql memory leak fix.Tom Lane2020-12-283-2/+47
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-281-2/+2
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-2749-2891/+32
* Second attempt to stabilize 05c02589.Jeff Davis2020-12-272-24/+0
* Stabilize test introduced in 05c02589, per buildfarm.Jeff Davis2020-12-272-14/+18
* Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis2020-12-263-7/+245
* initdb: document that -K requires an argumentBruce Momjian2020-12-261-2/+2
* auth commands: list specific commands to install in MakefileBruce Momjian2020-12-261-13/+14
* pg_alterckey: remove TAP check rules from MakefileBruce Momjian2020-12-261-6/+0
* Add scripts for retrieving the cluster file encryption keyBruce Momjian2020-12-267-0/+304
* pg_alterckey: adjust doc build and Win32 sleep/open build failsBruce Momjian2020-12-251-6/+7
* Fix function call typo in frontend Win32 code, commit 978f869b99Bruce Momjian2020-12-251-1/+1
* Allow ssl_passphrase_command to prompt the terminalBruce Momjian2020-12-251-0/+14
* Add pg_alterckey utility to change the cluster keyBruce Momjian2020-12-254-0/+739
* remove missing reference to crypto test from patch 978f869b99Bruce Momjian2020-12-251-1/+1
* Really fix the dummy implementations in cipher.c.Tom Lane2020-12-251-5/+8
* fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian2020-12-251-1/+1
* fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian2020-12-251-0/+2
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-253-3/+19
* remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian2020-12-252-4/+4
* Fix return value and const declaration from commit 978f869b99Bruce Momjian2020-12-251-3/+3
* Add key management systemBruce Momjian2020-12-2539-32/+1833
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-242-4/+12
* revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian2020-12-241-1/+51
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-248-116/+127
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-243-14/+89
* Improve client error messages for immediate-stop situations.Tom Lane2020-12-244-16/+86