aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* remove missing reference to crypto test from patch 978f869b99Bruce Momjian2020-12-25
* Really fix the dummy implementations in cipher.c.Tom Lane2020-12-25
* fix no-return function call in cipher.c from commit 978f869b99Bruce Momjian2020-12-25
* fixes docs and missing initdb help option for commit 978f869b99Bruce Momjian2020-12-25
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* remove uint128 requirement from patch 978f869b99 (CFE)Bruce Momjian2020-12-25
* Fix return value and const declaration from commit 978f869b99Bruce Momjian2020-12-25
* Add key management systemBruce Momjian2020-12-25
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-24
* revert removal of hex_decode() from ecpg from commit c3826f831eBruce Momjian2020-12-24
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Improve client error messages for immediate-stop situations.Tom Lane2020-12-24
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* dummy commitBruce Momjian2020-12-23
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Improve autoprewarm's handling of early-shutdown scenarios.Tom Lane2020-12-22
* Increase timeout in 021_row_visibility.pl.Tom Lane2020-12-22
* Improve find_em_expr_usable_for_sorting_rel commentTomas Vondra2020-12-22
* Don't search for volatile expr in find_em_expr_usable_for_sorting_relTomas Vondra2020-12-21
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Check parallel safety in generate_useful_gather_pathsTomas Vondra2020-12-21
* Consider unsorted paths in generate_useful_gather_pathsTomas Vondra2020-12-21
* Fix compiler warning in multirange_constructor0()Alexander Korotkov2020-12-21
* Refactor logic to check for ASCII-only characters in stringMichael Paquier2020-12-21
* Fix typalign in rangetypes statisticsAlexander Korotkov2020-12-21