summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-31Get heap page max offset with buffer lock held.Peter Geoghegan
2020-12-31Fix index deletion latestRemovedXid bug.Peter Geoghegan
2020-12-30More fixups for pg_upgrade cross-version tests.Tom Lane
2020-12-30Refactor multirange_in()Alexander Korotkov
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-30Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-30Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-12-30In pg_upgrade cross-version test, handle postfix operators.Noah Misch
2020-12-30In pg_upgrade cross-version test, handle lack of oldstyle_length().Noah Misch
2020-12-29Suppress log spam from multiple reports of SIGQUIT shutdown.Tom Lane
2020-12-29Add support of multirange matching to the existing range GiST indexesAlexander Korotkov
2020-12-29Improve the signature of internal multirange functionsAlexander Korotkov
2020-12-29Implement operators for checking if the range contains a multirangeAlexander Korotkov
2020-12-29Fix bugs in comparison functions for multirange_bsearch_match()Alexander Korotkov
2020-12-29doc: Improve description of min_dynamic_shared_memoryMichael Paquier
2020-12-28Improve log messages related to pg_hba.conf not matching a connection.Tom Lane
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Fix bugs in libpq's GSSAPI encryption support.Tom Lane
2020-12-28Expose the default for channel_binding in PQconndefaults().Tom Lane
2020-12-28Further fix thinko in plpgsql memory leak fix.Tom Lane
2020-12-28Fix thinko in plpgsql memory leak fix.Tom Lane
2020-12-28Fix inconsistent code with shared invalidations of snapshotsMichael Paquier
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-27Second attempt to stabilize 05c02589.Jeff Davis
2020-12-27Stabilize test introduced in 05c02589, per buildfarm.Jeff Davis
2020-12-27Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis
2020-12-26initdb: document that -K requires an argumentBruce Momjian
2020-12-26auth commands: list specific commands to install in MakefileBruce Momjian
2020-12-26pg_alterckey: remove TAP check rules from MakefileBruce Momjian
2020-12-26Add scripts for retrieving the cluster file encryption keyBruce Momjian
2020-12-26pg_alterckey: adjust doc build and Win32 sleep/open build failsBruce Momjian
2020-12-26Fix function call typo in frontend Win32 code, commit 978f869b99Bruce Momjian
2020-12-26Allow ssl_passphrase_command to prompt the terminalBruce Momjian
2020-12-26Add pg_alterckey utility to change the cluster keyBruce Momjian
2020-12-25remove missing reference to crypto test from patch 978f869b99Bruce Momjian
2020-12-25Really fix the dummy implementations in cipher.c.Tom Lane
2020-12-25fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian
2020-12-25fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian
2020-12-25Invalidate acl.c caches when pg_authid changes.Noah Misch
2020-12-25remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian
2020-12-25Fix return value and const declaration from commit 978f869b99Bruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-25Avoid time-of-day-dependent failure in log rotation test.Tom Lane
2020-12-24revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian
2020-12-24move hex_decode() to /common so it can be called from frontendBruce Momjian
2020-12-24Fix race condition between shutdown and unstarted background workers.Tom Lane
2020-12-24Improve client error messages for immediate-stop situations.Tom Lane
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier