summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-30Update time zone data files to tzdata release 2025b.Tom Lane
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-24Fix data loss in logical replication.Amit Kapila
2025-04-20Test restartpoints in archive recovery.Noah Misch
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-06Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch
2025-04-06Skip WAL recycling and preallocation during archive recovery.Noah Misch
2025-04-06Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2025-04-06Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()."Michael Paquier
2025-04-06Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2025-04-06In XLogFileInit(), fix *use_existent postcondition to suit callers.Noah Misch
2025-04-06Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-04-03Add helper library for use of libpq inside the server environmentAndres Freund
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-03-27doc: Correct description of values used in FSM for indexesMichael Paquier
2025-03-21Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.Tom Lane
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-12Preserve RangeTblEntry.relid when expanding a view RTE.Tom Lane
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
2025-03-10Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas
2025-03-10Fix snapshot used in logical replication index lookupHeikki Linnakangas
2025-03-08Clear errno before calling strtol() in spell.c.Tom Lane
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-06valgrind: Adjust suppressions to handle glibc changesAndres Freund
2025-03-04Fix ALTER TABLE error messageÁlvaro Herrera
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-03-01Fix pg_strtof() to not crash on NULL endptr.Tom Lane
2025-02-21Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane
2025-02-20test_escape: Fix output of --helpMichael Paquier
2025-02-19tests: BackgroundPsql: Fix potential for lost errors on windowsAndres Freund
2025-02-19backport: Extend background_psql() to be able to start asynchronouslyAndres Freund
2025-02-19backport: Improve handling of empty query results in BackgroundPsqlAndres Freund
2025-02-19Avoid null pointer dereference crash after OOM in Snowball stemmers.Tom Lane
2025-02-19Fix unsafe access to BufferDescriptorsRichard Guo
2025-02-19test_escape: Fix handling of short options in getopt_long()Michael Paquier
2025-02-17Translation updatesÁlvaro Herrera
2025-02-16In fmtIdEnc(), handle failure of enlargePQExpBuffer().Tom Lane