Commit Graph

56732 Commits (414f6c0fb79a23afa63bfd27375dbd688031dfd1)
 

Author SHA1 Message Date
Michael Paquier 414f6c0fb7 Use more consistent names for wait event objects and types 2 years ago
Nathan Bossart f39b265808 Move PG_TEMP_FILE* macros to file_utils.h. 2 years ago
Nathan Bossart 119c23eb98 Replace known_assigned_xids_lck with memory barriers. 2 years ago
Bruce Momjian a899d07b24 doc: mention libpq regression tests 2 years ago
Peter Eisentraut f234b8cd16 Unify gratuitously different error messages 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Michael Paquier aa0d350456 Improve description of keys in tsvector 2 years ago
Michael Paquier ae10dbb0c5 Fix out-of-bound read in gtsvector_picksplit() 2 years ago
Amit Kapila e70ed4b1b8 Fix typo in decode.c. 2 years ago
Michael Paquier 2b8e5273e9 Fix handling of shared statistics with dropped databases 2 years ago
Alvaro Herrera d0ec2ddbe0
Fix not-null constraint test 2 years ago
Alvaro Herrera e09d763e25
ATPrepAddPrimaryKey: ignore non-PK constraints 2 years ago
Heikki Linnakangas e8d74ad625 Report syncscan position at end of scan. 2 years ago
Peter Eisentraut d7ceb41b9b Correct ObjectProperty entry for transforms 2 years ago
Peter Eisentraut f94dec76cc genbki.pl: Factor out boilerplate generation 2 years ago
Peter Eisentraut 226d0a6b98 Restructure DECLARE_INDEX arguments 2 years ago
Michael Paquier b5934bfd60 Fix some shadow variables in src/backend/replication/ 2 years ago
Nathan Bossart d0fe3046ee Use actual backend IDs in pg_stat_get_backend_subxact(). 2 years ago
Nathan Bossart 3d51cb5197 Rename some support functions for pgstat* views. 2 years ago
Peter Eisentraut fe39f43352 Fix possible compiler warning 2 years ago
Etsuro Fujita 7ef5f5fb32 Doc: Improve documentation for creating custom scan paths. 2 years ago
Etsuro Fujita 05c821294e postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Tatsuo Ishii 5ed593e5b7 Add bc6041b61f to .git-blame-ignore-revs. 2 years ago
Tatsuo Ishii bc6041b61f Fix code indentation vioaltion introduced in commit 3c662643c4. 2 years ago
Nathan Bossart 6475e663b3 Fix misuse of PqMsg_Close. 2 years ago
Tatsuo Ishii 3c662643c4 Allow pgbench to exit immediately when any client is aborted. 2 years ago
Michael Paquier 8bf7db0285 Fix comment of PQputCopyEnd() 2 years ago
Michael Paquier 52c6c0f196 Avoid possible overflow with ltsGetFreeBlock() in logtape.c 2 years ago
Alvaro Herrera 9b581c5341
Disallow changing NO INHERIT status of a not-null constraint 2 years ago
Alvaro Herrera 952db4979f
Perl: Remove useless lines 2 years ago
Alvaro Herrera 8421f6bce1
psql/t/001_basic: use locale-aware decimals in new test 2 years ago
Alvaro Herrera db6d9891e8
Generate a locale-agnostic initdb template 2 years ago
Peter Eisentraut 63956bed7b Rename logical_replication_mode to debug_logical_replication_streaming 2 years ago
Daniel Gustafsson f347ec76e2 Allow \watch queries to stop on minimum rows returned 2 years ago
Daniel Gustafsson 95fff2abee Reword user-facing message for "power of two" 2 years ago
Peter Eisentraut 6844d3275a Remove useless if condition 2 years ago
Peter Eisentraut 689c66a84b Remove useless if condition 2 years ago
Peter Eisentraut 1fa9241bdd Make more use of makeColumnDef() 2 years ago
Peter Eisentraut 2b088c8e4a Add some const decorations 2 years ago
Heikki Linnakangas 5fec3c870e Initialize ListenSocket array earlier. 2 years ago
Michael Paquier f593c5517d Tweak pg_promote() to report failures on kill() or postmaster failures 2 years ago
Peter Eisentraut 36e4419d1f Make error messages about WAL segment size more consistent 2 years ago
Michael Paquier bb9002257b Fix some typos in wait_event_names.txt 2 years ago
Peter Eisentraut 648c72956f Convert encrypted SSL test keys to PKCS#8 format 2 years ago
Michael Paquier 617f9b7d4b Tighten unit parsing in internal values 2 years ago
Michael Paquier 165d581f14 Tighten handling of "ago" in interval values 2 years ago
Peter Eisentraut 9a0ddc39c6 Format list of catalog files in makefile vertically 2 years ago
Michael Paquier d6d1430f40 Remove dead code in DecodeInterval() 2 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 2 years ago
Michael Paquier e48b19c5db Generate new LOG for "trust" connections under log_connections 2 years ago