Commit Graph

56789 Commits (59f47fb98dab6f4a59bdfdb8825a7560ca8f1cba)
 

Author SHA1 Message Date
Michael Paquier 59f47fb98d unaccent: Add support for quoted translated characters 2 years ago
Nathan Bossart 559bc17321 Remove open-coded binary heap in pg_dump_sort.c. 2 years ago
Michael Paquier c868cbfef7 Fix typos in pgoutput.c 2 years ago
Michael Paquier cb943054f3 psql: Reset query buffer of \e, \ef and \ev on error 2 years ago
Nathan Bossart 9bfd44bbde Convert pg_restore's ready_list to a priority queue. 2 years ago
Heikki Linnakangas 1f998863b0 Fix psql tab-completion for identifiers containing dollars. 2 years ago
Peter Eisentraut c5b0582841 Replace more MemSet calls with struct initialization 2 years ago
Heikki Linnakangas bf094372d1 Fix GiST README's explanation of the NSN cross-check. 2 years ago
Peter Eisentraut 9847ca2c79 Standardize type of extend_by counter 2 years ago
Michael Paquier 78a33bba4c Improve error message for snapshot import in snapmgr.c, take two 2 years ago
Michael Paquier af5b3c3d1e Fix assertion failure with PL/Python exceptions 2 years ago
Nathan Bossart c103d07381 Add function for removing arbitrary nodes in binaryheap. 2 years ago
Nathan Bossart 83223f5f71 Fix MSVC build for changes to binaryheap. 2 years ago
Nathan Bossart 5af0263afd Make binaryheap available to frontend code. 2 years ago
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