summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08doc: remove mention of backslash doubling in stringsBruce Momjian
2023-09-08Stabilize subscription stats test.Masahiko Sawada
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-09-08doc: Extend documentation of PG_TEST_EXTRADaniel Gustafsson
2023-09-08Teach WaitEventSetWait() to report multiple events on Windows.Thomas Munro
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-09-08Improve BackendXidGetPid() to only access allProcs on matching XIDMichael Paquier
2023-09-07doc: change "cross product" to "Cartesian product"Bruce Momjian
2023-09-07Reorder tests in get_cheapest_path_for_pathkeys().Robert Haas
2023-09-07Move privilege check to the right placeAlvaro Herrera
2023-09-07Update information_schema definition for not-null constraintsAlvaro Herrera
2023-09-07pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier
2023-09-07Fix instability in 031_recovery_conflict.pl.Thomas Munro
2023-09-07Fix recovery conflict SIGUSR1 handling.Thomas Munro
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-09-06Make enum for sync methods available to frontend code.Nathan Bossart
2023-09-06doc: mention that to_char() values are roundedBruce Momjian
2023-09-06Update comments to match location of definitionDaniel Gustafsson
2023-09-06Remove column for wait event names in wait_event_names.txtMichael Paquier
2023-09-06Use more consistent names for wait event objects and typesMichael Paquier
2023-09-06Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-09-05Replace known_assigned_xids_lck with memory barriers.Nathan Bossart
2023-09-05doc: mention libpq regression testsBruce Momjian
2023-09-05Unify gratuitously different error messagesPeter Eisentraut
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-09-05Improve description of keys in tsvectorMichael Paquier
2023-09-04Fix out-of-bound read in gtsvector_picksplit()Michael Paquier
2023-09-04Fix typo in decode.c.Amit Kapila
2023-09-03Fix handling of shared statistics with dropped databasesMichael Paquier
2023-09-01Fix not-null constraint testAlvaro Herrera
2023-09-01ATPrepAddPrimaryKey: ignore non-PK constraintsAlvaro Herrera
2023-08-31Report syncscan position at end of scan.Heikki Linnakangas