Commit Graph

36492 Commits (7ca37fb0406bc2cbbd864a2ffdbdb4479e338c0c)

Author SHA1 Message Date
Tom Lane 7ca37fb040 Use setenv() in preference to putenv(). 5 years ago
Alexander Korotkov 62097a4cc8 Fix selectivity estimation @> (anymultirange, anyrange) operator 5 years ago
Tom Lane 860fe27ee1 Fix up usage of krb_server_keyfile GUC parameter. 5 years ago
Michael Paquier e665769e6d Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews 5 years ago
Amit Kapila 0aa8a01d04 Extend the output plugin API to allow decoding of prepared xacts. 5 years ago
Noah Misch fa744697c7 In pg_upgrade cross-version test, handle postfix operators. 5 years ago
Noah Misch 52202bb396 In pg_upgrade cross-version test, handle lack of oldstyle_length(). 5 years ago
Tom Lane 1f9158ba48 Suppress log spam from multiple reports of SIGQUIT shutdown. 5 years ago
Alexander Korotkov db6335b5b1 Add support of multirange matching to the existing range GiST indexes 5 years ago
Alexander Korotkov d1d61a8b23 Improve the signature of internal multirange functions 5 years ago
Alexander Korotkov 4d7684cc75 Implement operators for checking if the range contains a multirange 5 years ago
Alexander Korotkov a5b81b6f00 Fix bugs in comparison functions for multirange_bsearch_match() 5 years ago
Michael Paquier 1b3433e25f doc: Improve description of min_dynamic_shared_memory 5 years ago
Tom Lane 3995c42498 Improve log messages related to pg_hba.conf not matching a connection. 5 years ago
Tom Lane 622ae4621e Fix assorted issues in backend's GSSAPI encryption support. 5 years ago
Tom Lane ff6ce9a3a6 Fix bugs in libpq's GSSAPI encryption support. 5 years ago
Tom Lane cf61b0734c Expose the default for channel_binding in PQconndefaults(). 5 years ago
Tom Lane 5f2e09bccc Further fix thinko in plpgsql memory leak fix. 5 years ago
Tom Lane ea80d8d943 Fix thinko in plpgsql memory leak fix. 5 years ago
Michael Paquier 643428c54b Fix inconsistent code with shared invalidations of snapshots 5 years ago
Bruce Momjian 3187ef7c46 Revert "Add key management system" (978f869b99) & later commits 5 years ago
Jeff Davis facad31474 Second attempt to stabilize 05c02589. 5 years ago
Jeff Davis fa0fdf0510 Stabilize test introduced in 05c02589, per buildfarm. 5 years ago
Jeff Davis 05c0258966 Fix bug #16784 in Disk-based Hash Aggregation. 5 years ago
Bruce Momjian ccbe34139b initdb: document that -K requires an argument 5 years ago
Bruce Momjian ba6725df36 auth commands: list specific commands to install in Makefile 5 years ago
Bruce Momjian e174a6f193 pg_alterckey: remove TAP check rules from Makefile 5 years ago
Bruce Momjian d7602afa2e Add scripts for retrieving the cluster file encryption key 5 years ago
Bruce Momjian 82f8c45be5 pg_alterckey: adjust doc build and Win32 sleep/open build fails 5 years ago
Bruce Momjian 7705f8ca03 Fix function call typo in frontend Win32 code, commit 978f869b99 5 years ago
Bruce Momjian 300e430c76 Allow ssl_passphrase_command to prompt the terminal 5 years ago
Bruce Momjian 62afb42a7f Add pg_alterckey utility to change the cluster key 5 years ago
Bruce Momjian f234899353 remove missing reference to crypto test from patch 978f869b99 5 years ago
Tom Lane 0848cf4f55 Really fix the dummy implementations in cipher.c. 5 years ago
Bruce Momjian 8e59813e22 fix no-return function call in cipher.c from commit 978f869b99 5 years ago
Bruce Momjian 26d60f2a6c fixes docs and missing initdb help option for commit 978f869b99 5 years ago
Noah Misch 08db7c63f3 Invalidate acl.c caches when pg_authid changes. 5 years ago
Bruce Momjian e35b2bad1a remove uint128 requirement from patch 978f869b99 (CFE) 5 years ago
Bruce Momjian 945083b2f7 Fix return value and const declaration from commit 978f869b99 5 years ago
Bruce Momjian 978f869b99 Add key management system 5 years ago
Tom Lane 5c31afc49d Avoid time-of-day-dependent failure in log rotation test. 5 years ago
Bruce Momjian 558a6e8e21 revert removal of hex_decode() from ecpg from commit c3826f831e 5 years ago
Bruce Momjian c3826f831e move hex_decode() to /common so it can be called from frontend 5 years ago
Tom Lane 7519bd16d1 Fix race condition between shutdown and unstarted background workers. 5 years ago
Tom Lane 7e784d1dc1 Improve client error messages for immediate-stop situations. 5 years ago
Michael Paquier 90fbf7c57d Fix typos and grammar in docs and comments 5 years ago
Michael Paquier 6db27037b9 Fix portability issues with parsing of recovery_target_xid 5 years ago
Tom Lane 08dde1b3dc Increase timeout in 021_row_visibility.pl. 5 years ago
Tomas Vondra 1ca2eb1031 Improve find_em_expr_usable_for_sorting_rel comment 5 years ago
Tomas Vondra 9aff4dc01f Don't search for volatile expr in find_em_expr_usable_for_sorting_rel 5 years ago