Commit Graph

56799 Commits (bae868caf222ca01c569b61146fc2e398427127a)
 

Author SHA1 Message Date
Thomas Munro bae868caf2 Don't trust unvalidated xl_tot_len. 2 years ago
Tom Lane 755eb44d3c Doc: copy-edit the introductory para for the pg_class catalog. 2 years ago
Daniel Gustafsson 33774978c7 Avoid using internal test methods in SSL tests 2 years ago
Daniel Gustafsson 5f3aa309a8 Avoid potential pfree on NULL on OpenSSL errors 2 years ago
Peter Eisentraut e59fcbd712 Simplify information schema check constraint deparsing 2 years ago
Tom Lane 48e2b234f8 Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions. 2 years ago
Daniel Gustafsson cca97ce6a6 Allow dbname in pg_basebackup/pg_receivewal connstring 2 years ago
Etsuro Fujita c621467d2b Update comment about set_join_pathlist_hook(). 2 years ago
David Rowley 5cfba1ad69 Fix vacuumdb to pass buffer-usage-limit with analyze-only mode 2 years ago
Michael Paquier e5975c2daa doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZE 2 years ago
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