Commit Graph

56748 Commits (04a09ee944ac904c7fb7ca8f7230a524f514b3e7)
 

Author SHA1 Message Date
Thomas Munro 04a09ee944 Teach WaitEventSetWait() to report multiple events on Windows. 3 years ago
Thomas Munro 9f0602539d Remove some more "snapshot too old" vestiges. 3 years ago
Michael Paquier e722846daf Improve BackendXidGetPid() to only access allProcs on matching XID 3 years ago
Bruce Momjian 8438a3ffef doc: change "cross product" to "Cartesian product" 3 years ago
Robert Haas 9caf042088 Reorder tests in get_cheapest_path_for_pathkeys(). 3 years ago
Alvaro Herrera ac22a9545c
Move privilege check to the right place 3 years ago
Alvaro Herrera 3af7217942
Update information_schema definition for not-null constraints 3 years ago
Michael Paquier e1c6db6309 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 3 years ago
Thomas Munro 0174c2d213 Fix instability in 031_recovery_conflict.pl. 3 years ago
Thomas Munro 0da096d78e Fix recovery conflict SIGUSR1 handling. 3 years ago
Nathan Bossart 8c16ad3b43 Allow using syncfs() in frontend utilities. 3 years ago
Nathan Bossart cccc6cdeb3 Add support for syncfs() in frontend support functions. 3 years ago
Nathan Bossart 3ed1956719 Make enum for sync methods available to frontend code. 3 years ago
Bruce Momjian 059e4ee921 doc: mention that to_char() values are rounded 3 years ago
Daniel Gustafsson aca17fe206 Update comments to match location of definition 3 years ago
Michael Paquier 59cbf60c0f Remove column for wait event names in wait_event_names.txt 3 years ago
Michael Paquier 414f6c0fb7 Use more consistent names for wait event objects and types 3 years ago
Nathan Bossart f39b265808 Move PG_TEMP_FILE* macros to file_utils.h. 3 years ago
Nathan Bossart 119c23eb98 Replace known_assigned_xids_lck with memory barriers. 3 years ago
Bruce Momjian a899d07b24 doc: mention libpq regression tests 3 years ago
Peter Eisentraut f234b8cd16 Unify gratuitously different error messages 3 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 3 years ago
Michael Paquier aa0d350456 Improve description of keys in tsvector 3 years ago
Michael Paquier ae10dbb0c5 Fix out-of-bound read in gtsvector_picksplit() 3 years ago
Amit Kapila e70ed4b1b8 Fix typo in decode.c. 3 years ago
Michael Paquier 2b8e5273e9 Fix handling of shared statistics with dropped databases 3 years ago
Alvaro Herrera d0ec2ddbe0
Fix not-null constraint test 3 years ago
Alvaro Herrera e09d763e25
ATPrepAddPrimaryKey: ignore non-PK constraints 3 years ago
Heikki Linnakangas e8d74ad625 Report syncscan position at end of scan. 3 years ago
Peter Eisentraut d7ceb41b9b Correct ObjectProperty entry for transforms 3 years ago
Peter Eisentraut f94dec76cc genbki.pl: Factor out boilerplate generation 3 years ago
Peter Eisentraut 226d0a6b98 Restructure DECLARE_INDEX arguments 3 years ago
Michael Paquier b5934bfd60 Fix some shadow variables in src/backend/replication/ 3 years ago
Nathan Bossart d0fe3046ee Use actual backend IDs in pg_stat_get_backend_subxact(). 3 years ago
Nathan Bossart 3d51cb5197 Rename some support functions for pgstat* views. 3 years ago
Peter Eisentraut fe39f43352 Fix possible compiler warning 3 years ago
Etsuro Fujita 7ef5f5fb32 Doc: Improve documentation for creating custom scan paths. 3 years ago
Etsuro Fujita 05c821294e postgres_fdw: Fix test for parameterized foreign scan. 3 years ago
Tatsuo Ishii 5ed593e5b7 Add bc6041b61f to .git-blame-ignore-revs. 3 years ago
Tatsuo Ishii bc6041b61f Fix code indentation vioaltion introduced in commit 3c662643c4. 3 years ago
Nathan Bossart 6475e663b3 Fix misuse of PqMsg_Close. 3 years ago
Tatsuo Ishii 3c662643c4 Allow pgbench to exit immediately when any client is aborted. 3 years ago
Michael Paquier 8bf7db0285 Fix comment of PQputCopyEnd() 3 years ago
Michael Paquier 52c6c0f196 Avoid possible overflow with ltsGetFreeBlock() in logtape.c 3 years ago
Alvaro Herrera 9b581c5341
Disallow changing NO INHERIT status of a not-null constraint 3 years ago
Alvaro Herrera 952db4979f
Perl: Remove useless lines 3 years ago
Alvaro Herrera 8421f6bce1
psql/t/001_basic: use locale-aware decimals in new test 3 years ago
Alvaro Herrera db6d9891e8
Generate a locale-agnostic initdb template 3 years ago
Peter Eisentraut 63956bed7b Rename logical_replication_mode to debug_logical_replication_streaming 3 years ago
Daniel Gustafsson f347ec76e2 Allow \watch queries to stop on minimum rows returned 3 years ago