Commit Graph

56775 Commits (f73fa5a470b4cf850ad404b63c3e352d179d40b0)
 

Author SHA1 Message Date
Tom Lane f73fa5a470 Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal. 2 years ago
Alvaro Herrera d726897c57
Fix psql's \? output for \watch 2 years ago
Daniel Gustafsson 51908a37d7 doc: Add example for how to set file_fdw column option 2 years ago
Peter Eisentraut a0a5e0feb3 Fix information schema for catalogued not-null constraints 2 years ago
Peter Eisentraut 9d17e5f16f Update Unicode data to Unicode 15.1.0 2 years ago
Peter Eisentraut 5c08927d36 Make Unicode script fit for future versions 2 years ago
Tom Lane e0e492e5a9 Track nesting depth correctly when drilling down into RECORD Vars. 2 years ago
Daniel Gustafsson a396e20ad0 Rename variable for code clarity 2 years ago
Heikki Linnakangas 18724af9e8 Remove unnecessary smgrimmedsync() when creating unlogged table. 2 years ago
Daniel Gustafsson b0ec61c9c2 Quote filenames in error messages 2 years ago
Peter Eisentraut be6f7cd9bb Fix indentation in SQL file 2 years ago
Michael Paquier be022908cf Revert "Improve error message on snapshot import in snapmgr.c" 2 years ago
Amit Kapila e0b2eed047 Flush logical slots to disk during a shutdown checkpoint if required. 2 years ago
Amit Kapila a2e0d5e5f6 Remove redundant result assignment in 004_sync.pl. 2 years ago
Andres Freund 7369798a83 Fix tracking of temp table relation extensions as writes 2 years ago
Michael Paquier a0d87bcd9b Improve error message on snapshot import in snapmgr.c 2 years ago
Michael Paquier b8f44a4779 Refactor error messages for unsupported providers in pg_locale.c 2 years ago
David Rowley ee3a551e96 Fix incorrect logic in plan dependency recording 2 years ago
Amit Kapila f062cddafe Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option. 2 years ago
Thomas Munro 3acd0599bd Fix exception safety bug in typcache.c. 2 years ago
Michael Paquier 522a31ac87 Switch psql's TAP test for query cancellation to use IPC::Run::signal() 2 years ago
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