Commit Graph

56754 Commits (c53e288dba96bf42c5bfc21e75b45efbf37863d0)
 

Author SHA1 Message Date
Michael Paquier c53e288dba Skip psql's TAP test for query cancellation entirely on Windows 2 years ago
Michael Paquier e434e21e11 Remove redundant assignments in copyfrom.c 2 years ago
Bruce Momjian 320a27aab6 doc: remove mention of backslash doubling in strings 2 years ago
Masahiko Sawada 28ed5ecbe0 Stabilize subscription stats test. 2 years ago
Daniel Gustafsson 5a3423ad8e Add JIT deform_counter 2 years ago
Daniel Gustafsson 6fe3cefde4 doc: Extend documentation of PG_TEST_EXTRA 2 years ago
Thomas Munro 04a09ee944 Teach WaitEventSetWait() to report multiple events on Windows. 2 years ago
Thomas Munro 9f0602539d Remove some more "snapshot too old" vestiges. 2 years ago
Michael Paquier e722846daf Improve BackendXidGetPid() to only access allProcs on matching XID 2 years ago
Bruce Momjian 8438a3ffef doc: change "cross product" to "Cartesian product" 2 years ago
Robert Haas 9caf042088 Reorder tests in get_cheapest_path_for_pathkeys(). 2 years ago
Alvaro Herrera ac22a9545c
Move privilege check to the right place 2 years ago
Alvaro Herrera 3af7217942
Update information_schema definition for not-null constraints 2 years ago
Michael Paquier e1c6db6309 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Thomas Munro 0174c2d213 Fix instability in 031_recovery_conflict.pl. 2 years ago
Thomas Munro 0da096d78e Fix recovery conflict SIGUSR1 handling. 2 years ago
Nathan Bossart 8c16ad3b43 Allow using syncfs() in frontend utilities. 2 years ago
Nathan Bossart cccc6cdeb3 Add support for syncfs() in frontend support functions. 2 years ago
Nathan Bossart 3ed1956719 Make enum for sync methods available to frontend code. 2 years ago
Bruce Momjian 059e4ee921 doc: mention that to_char() values are rounded 2 years ago
Daniel Gustafsson aca17fe206 Update comments to match location of definition 2 years ago
Michael Paquier 59cbf60c0f Remove column for wait event names in wait_event_names.txt 2 years ago
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