summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-23Fix typo in test commentDaniel Gustafsson
2023-09-23Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson
2023-09-22Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson
2023-09-22Simplify information schema check constraint deparsingPeter Eisentraut
2023-09-22Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane
2023-09-21Allow dbname in pg_basebackup/pg_receivewal connstringDaniel Gustafsson
2023-09-21Update comment about set_join_pathlist_hook().Etsuro Fujita
2023-09-21Fix vacuumdb to pass buffer-usage-limit with analyze-only modeDavid Rowley
2023-09-20Remove open-coded binary heap in pg_dump_sort.c.Nathan Bossart
2023-09-20Fix typos in pgoutput.cMichael Paquier
2023-09-20psql: Reset query buffer of \e, \ef and \ev on errorMichael Paquier
2023-09-19Convert pg_restore's ready_list to a priority queue.Nathan Bossart
2023-09-19Fix psql tab-completion for identifiers containing dollars.Heikki Linnakangas
2023-09-19Replace more MemSet calls with struct initializationPeter Eisentraut
2023-09-19Fix GiST README's explanation of the NSN cross-check.Heikki Linnakangas
2023-09-19Standardize type of extend_by counterPeter Eisentraut
2023-09-19Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier
2023-09-18Fix assertion failure with PL/Python exceptionsMichael Paquier
2023-09-18Add function for removing arbitrary nodes in binaryheap.Nathan Bossart
2023-09-18Fix MSVC build for changes to binaryheap.Nathan Bossart
2023-09-18Make binaryheap available to frontend code.Nathan Bossart
2023-09-18Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane
2023-09-18Fix psql's \? output for \watchAlvaro Herrera
2023-09-18Fix information schema for catalogued not-null constraintsPeter Eisentraut
2023-09-18Update Unicode data to Unicode 15.1.0Peter Eisentraut
2023-09-18Make Unicode script fit for future versionsPeter Eisentraut
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-09-15Rename variable for code clarityDaniel Gustafsson
2023-09-15Remove unnecessary smgrimmedsync() when creating unlogged table.Heikki Linnakangas
2023-09-14Quote filenames in error messagesDaniel Gustafsson
2023-09-14Fix indentation in SQL filePeter Eisentraut
2023-09-14Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier
2023-09-14Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila
2023-09-14Remove redundant result assignment in 004_sync.pl.Amit Kapila
2023-09-14Fix tracking of temp table relation extensions as writesAndres Freund
2023-09-14Improve error message on snapshot import in snapmgr.cMichael Paquier
2023-09-13Refactor error messages for unsupported providers in pg_locale.cMichael Paquier
2023-09-13Fix incorrect logic in plan dependency recordingDavid Rowley
2023-09-13Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila
2023-09-13Fix exception safety bug in typcache.c.Thomas Munro
2023-09-13Switch psql's TAP test for query cancellation to use IPC::Run::signal()Michael Paquier
2023-09-13Skip psql's TAP test for query cancellation entirely on WindowsMichael Paquier
2023-09-09Remove redundant assignments in copyfrom.cMichael Paquier
2023-09-08Stabilize subscription stats test.Masahiko Sawada
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-09-08Teach WaitEventSetWait() to report multiple events on Windows.Thomas Munro
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro