Commit Graph

36465 Commits (d7602afa2ef6d8b2018103dccd89e75b4985ac06)

Author SHA1 Message Date
Bruce Momjian d7602afa2e Add scripts for retrieving the cluster file encryption key 6 years ago
Bruce Momjian 82f8c45be5 pg_alterckey: adjust doc build and Win32 sleep/open build fails 6 years ago
Bruce Momjian 7705f8ca03 Fix function call typo in frontend Win32 code, commit 978f869b99 6 years ago
Bruce Momjian 300e430c76 Allow ssl_passphrase_command to prompt the terminal 6 years ago
Bruce Momjian 62afb42a7f Add pg_alterckey utility to change the cluster key 6 years ago
Bruce Momjian f234899353 remove missing reference to crypto test from patch 978f869b99 6 years ago
Tom Lane 0848cf4f55 Really fix the dummy implementations in cipher.c. 6 years ago
Bruce Momjian 8e59813e22 fix no-return function call in cipher.c from commit 978f869b99 6 years ago
Bruce Momjian 26d60f2a6c fixes docs and missing initdb help option for commit 978f869b99 6 years ago
Noah Misch 08db7c63f3 Invalidate acl.c caches when pg_authid changes. 6 years ago
Bruce Momjian e35b2bad1a remove uint128 requirement from patch 978f869b99 (CFE) 6 years ago
Bruce Momjian 945083b2f7 Fix return value and const declaration from commit 978f869b99 6 years ago
Bruce Momjian 978f869b99 Add key management system 6 years ago
Tom Lane 5c31afc49d Avoid time-of-day-dependent failure in log rotation test. 6 years ago
Bruce Momjian 558a6e8e21 revert removal of hex_decode() from ecpg from commit c3826f831e 6 years ago
Bruce Momjian c3826f831e move hex_decode() to /common so it can be called from frontend 6 years ago
Tom Lane 7519bd16d1 Fix race condition between shutdown and unstarted background workers. 6 years ago
Tom Lane 7e784d1dc1 Improve client error messages for immediate-stop situations. 6 years ago
Michael Paquier 90fbf7c57d Fix typos and grammar in docs and comments 6 years ago
Michael Paquier 6db27037b9 Fix portability issues with parsing of recovery_target_xid 6 years ago
Tom Lane 08dde1b3dc Increase timeout in 021_row_visibility.pl. 6 years ago
Tomas Vondra 1ca2eb1031 Improve find_em_expr_usable_for_sorting_rel comment 6 years ago
Tomas Vondra 9aff4dc01f Don't search for volatile expr in find_em_expr_usable_for_sorting_rel 6 years ago
Tomas Vondra fac1b470a9 Disallow SRFs when considering sorts below Gather Merge 6 years ago
Tom Lane ff5d5611c0 Remove "invalid concatenation of jsonb objects" error case. 6 years ago
Tomas Vondra 86b7cca72d Check parallel safety in generate_useful_gather_paths 6 years ago
Tomas Vondra f4a3c0b062 Consider unsorted paths in generate_useful_gather_paths 6 years ago
Alexander Korotkov 29f8f54676 Fix compiler warning in multirange_constructor0() 6 years ago
Michael Paquier 93e8ff8701 Refactor logic to check for ASCII-only characters in string 6 years ago
Alexander Korotkov 4e1ee79e31 Fix typalign in rangetypes statistics 6 years ago
Tom Lane ed6329cfa9 Avoid memcpy() with same source and destination in pgstat_recv_replslot. 6 years ago
Alexander Korotkov 11072e8693 Fix compiler warning introduced in 6df7a9698b 6 years ago
Alexander Korotkov 8344d72ccc Fixes for pg_dump.c regarding multiranges 6 years ago
Alexander Korotkov 6df7a9698b Multirange datatypes 6 years ago
Tom Lane 08b01d4dd9 Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile. 6 years ago
Amit Kapila 20659fd8e5 Update comment atop of ReorderBufferQueueMessage(). 6 years ago
Tom Lane 8afca702ec Add a couple of missed .gitignore entries. 6 years ago
Tom Lane 53d4f5fef0 Avoid memcpy() with same source and destination during relmapper init. 6 years ago
Fujii Masao 00f690a239 Revert "Get rid of the dedicated latch for signaling the startup process". 6 years ago
Tom Lane 88e014c149 Fix varchar_2.out to match reality in cs_CZ locale. 6 years ago
Peter Geoghegan 41ddc27f66 Remove obsolete btrescan() comment. 6 years ago
Alvaro Herrera a18422a3ad
Remove useless variable stores 6 years ago
Tomas Vondra 6bc2769832 Error out when Gather Merge input is not sorted 6 years ago
Peter Eisentraut c06d6aa4c3 Clean up ancient test style 6 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 6 years ago
Jeff Davis a58db3aa10 Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE." 6 years ago
Michael Paquier 9b584953e7 Improve some code around cryptohash functions 6 years ago
Michael Paquier df9274adf3 Add some checkpoint/restartpoint status to ps display 6 years ago
Noah Misch a1b8aa1e4e Use HASH_BLOBS for xidhash. 6 years ago
Noah Misch 73aae4522b Correct behavior descriptions in comments, and correct a test name. 6 years ago