Commit Graph

21269 Commits (09cf1d52267644cdbdb734294012cf1228745aaa)

Author SHA1 Message Date
Tom Lane 09cf1d5226 Improve timeout.c's handling of repeated timeout set/cancel. 5 years ago
Tomas Vondra 8a4f618e7a Report progress of COPY commands 5 years ago
Peter Eisentraut 4656e3d668 Replace CLOBBER_CACHE_ALWAYS with run-time GUC 5 years ago
Fujii Masao 8900b5a9d5 Detect the deadlocks between backends and the startup process. 5 years ago
Amit Kapila e02e840ff7 Fix typos in decode.c and logical.c. 5 years ago
Tom Lane bf8a662c9a Introduce a new GUC_REPORT setting "in_hot_standby". 5 years ago
Dean Rasheed fead67c24a Add an explicit cast to double when using fabs(). 5 years ago
Dean Rasheed bc43b7c2c0 Fix numeric_power() when the exponent is INT_MIN. 5 years ago
Peter Geoghegan 83e3239ee7 Standardize one aspect of rmgr desc output. 5 years ago
Amit Kapila cd357c7629 Fix typo in origin.c. 5 years ago
Amit Kapila 9da2224ea2 Fix typo in reorderbuffer.c. 5 years ago
Thomas Munro 034510c820 Replace remaining uses of "whitelist". 5 years ago
Thomas Munro c0d4f6d897 Rename "enum blacklist" to "uncommitted enums". 5 years ago
Tom Lane 4bd3fad80e Fix integer-overflow corner cases in substring() functions. 5 years ago
Tom Lane 1c1cbe279b Rethink the "read/write parameter" mechanism in pl/pgsql. 5 years ago
Tom Lane c9d5298485 Re-implement pl/pgsql's expression and assignment parsing. 5 years ago
Tom Lane 844fe9f159 Add the ability for the core grammar to have more than one parse target. 5 years ago
Michael Paquier b49154b3b7 Simplify some comments in xml.c 5 years ago
Amit Kapila a271a1b50e Allow decoding at prepare time in ReorderBuffer. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Peter Geoghegan 32d6287d2e Get heap page max offset with buffer lock held. 5 years ago
Peter Geoghegan 4228817449 Fix index deletion latestRemovedXid bug. 5 years ago
Alexander Korotkov 16d531a30a Refactor multirange_in() 5 years ago
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
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
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
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 05c0258966 Fix bug #16784 in Disk-based Hash Aggregation. 5 years ago
Bruce Momjian ba6725df36 auth commands: list specific commands to install in Makefile 5 years ago
Bruce Momjian d7602afa2e Add scripts for retrieving the cluster file encryption key 5 years ago
Bruce Momjian 300e430c76 Allow ssl_passphrase_command to prompt the terminal 5 years ago
Noah Misch 08db7c63f3 Invalidate acl.c caches when pg_authid changes. 5 years ago
Bruce Momjian 978f869b99 Add key management system 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
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