27 hours ago |
Tom Lane | Doc: improve documentation about width_bucket(). REL_13_STABLE github/REL_13_STABLE |
commit | commitdiff | tree |
2 days ago |
Tom Lane | Use SnapshotDirty when checking for conflicting index... |
commit | commitdiff | tree |
5 days ago |
Masahiko Sawada | Fix re-distributing previously distributed invalidation... |
commit | commitdiff | tree |
8 days ago |
Alexander Korotkov | Keep WAL segments by the flushed value of the slot... |
commit | commitdiff | tree |
11 days ago |
Peter Geoghegan | Make _bt_killitems drop pins it acquired itself. |
commit | commitdiff | tree |
11 days ago |
Tom Lane | Don't reduce output request size on non-Unix-socket... |
commit | commitdiff | tree |
2025-06-06 |
Robert Haas | pg_prewarm: Allow autoprewarm to use more than 1GB... |
commit | commitdiff | tree |
2025-06-05 |
Tom Lane | Doc: you must own the target object to use SECURITY... |
commit | commitdiff | tree |
2025-06-04 |
Nathan Bossart | doc: Remove notes about "unencrypted" passwords. |
commit | commitdiff | tree |
2025-06-02 |
Tom Lane | Disallow "=" in names of reloptions and foreign-data... |
commit | commitdiff | tree |
2025-06-01 |
Tom Lane | Run pgindent on the previous commit. |
commit | commitdiff | tree |
2025-06-01 |
Tom Lane | Fix edge-case resource leaks in PL/Python error reporting. |
commit | commitdiff | tree |
2025-05-30 |
Nathan Bossart | Ensure we have a snapshot when updating various system... |
commit | commitdiff | tree |
2025-05-30 |
Tom Lane | Fix memory leakage in postgres_fdw's DirectModify code... |
commit | commitdiff | tree |
2025-05-30 |
Tom Lane | Allow larger packets during GSSAPI authentication exchange. |
commit | commitdiff | tree |
2025-05-30 |
Fujii Masao | Make XactLockTableWait() and ConditionalXactLockTableWa... |
commit | commitdiff | tree |
2025-05-30 |
Álvaro Herrera | Fix broken-FK-detection query in release notes |
commit | commitdiff | tree |
2025-05-29 |
Tom Lane | Avoid resource leaks when a dblink connection fails. |
commit | commitdiff | tree |
2025-05-29 |
Michael Paquier | pg_stat_statements: Fix parameter number gaps in normal... |
commit | commitdiff | tree |
2025-05-28 |
Michael Paquier | Adjust regex for test with opening parenthesis in chara... |
commit | commitdiff | tree |
2025-05-27 |
Michael Paquier | Fix conversion of SIMILAR TO regexes for character... |
commit | commitdiff | tree |
2025-05-26 |
Fujii Masao | doc: Fix documenation for snapshot export in logical... |
commit | commitdiff | tree |
2025-05-22 |
Andres Freund | Remove accidentally added meson.build |
commit | commitdiff | tree |
2025-05-20 |
Michael Paquier | doc: Clarify use of _ccnew and _ccold in REINDEX CONCUR... |
commit | commitdiff | tree |
2025-05-19 |
Heikki Linnakangas | Fix deparsing FETCH FIRST <expr> ROWS WITH TIES |
commit | commitdiff | tree |
2025-05-19 |
Amit Kapila | Don't retreat slot's confirmed_flush LSN. |
commit | commitdiff | tree |
2025-05-18 |
Tom Lane | Make our usage of memset_s() conform strictly to the... |
commit | commitdiff | tree |
2025-05-16 |
Daniel Gustafsson | Align organization wording in copyright statement |
commit | commitdiff | tree |
2025-05-11 |
Álvaro Herrera | Fix comment of tsquerysend() |
commit | commitdiff | tree |
2025-05-05 |
Tom Lane | Stamp 13.21. REL_13_21 |
commit | commitdiff | tree |
2025-05-05 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2025-05-05 |
Noah Misch | With GB18030, prevent SIGSEGV from reading past end... |
commit | commitdiff | tree |
2025-05-05 |
Noah Misch | Refactor test_escape.c for additional ways of testing. |
commit | commitdiff | tree |
2025-05-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2025-05-04 |
Tom Lane | Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. |
commit | commitdiff | tree |
2025-05-02 |
Álvaro Herrera | Handle self-referencing FKs correctly in partitioned... |
commit | commitdiff | tree |
2025-05-01 |
Noah Misch | Doc: stop implying recommendation of insecure search_pa... |
commit | commitdiff | tree |
2025-05-01 |
Tom Lane | Add missing newlines to PQescapeInternal() messages... |
commit | commitdiff | tree |
2025-05-01 |
Dean Rasheed | doc: Warn that ts_headline() output is not HTML-safe. |
commit | commitdiff | tree |
2025-04-30 |
Tom Lane | Update time zone data files to tzdata release 2025b. |
commit | commitdiff | tree |
2025-04-28 |
Amit Kapila | Fix xmin advancement during fast_forward decoding. |
commit | commitdiff | tree |
2025-04-25 |
Amit Kapila | Fix typo in test file name added in commit 4909b38af0. |
commit | commitdiff | tree |
2025-04-24 |
Amit Kapila | Fix data loss in logical replication. |
commit | commitdiff | tree |
2025-04-22 |
David Rowley | Doc: reword text explaining the --maintenance-db option |
commit | commitdiff | tree |
2025-04-20 |
Noah Misch | Test restartpoints in archive recovery. |
commit | commitdiff | tree |
2025-04-20 |
Noah Misch | Avoid ERROR at ON COMMIT DELETE ROWS after relhassubcla... |
commit | commitdiff | tree |
2025-04-19 |
Tom Lane | Be more wary of corrupt data in pageinspect's heap_page... |
commit | commitdiff | tree |
2025-04-16 |
Tom Lane | Fix pg_dump --clean with partitioned indexes. |
commit | commitdiff | tree |
2025-04-12 |
Tom Lane | Fix GIN's shimTriConsistentFn to not corrupt its input. |
commit | commitdiff | tree |
2025-04-11 |
Michael Paquier | Fix race with synchronous_standby_names at startup |
commit | commitdiff | tree |
2025-04-10 |
Tom Lane | Doc: remove long-obsolete advice about generated constr... |
commit | commitdiff | tree |
2025-04-06 |
Daniel Gustafsson | doc: Clarify project naming |
commit | commitdiff | tree |
2025-04-06 |
Noah Misch | Reset InstallXLogFileSegmentActive after walreceiver... |
commit | commitdiff | tree |
2025-04-06 |
Noah Misch | Skip WAL recycling and preallocation during archive... |
commit | commitdiff | tree |
2025-04-06 |
Noah Misch | Don't ERROR on PreallocXlogFiles() race condition. |
commit | commitdiff | tree |
2025-04-06 |
Michael Paquier | Revert "Add HINT for restartpoint race with KeepFileRes... |
commit | commitdiff | tree |
2025-04-06 |
Noah Misch | Remove XLogFileInit() ability to unlink a pre-existing... |
commit | commitdiff | tree |
2025-04-06 |
Noah Misch | In XLogFileInit(), fix *use_existent postcondition... |
commit | commitdiff | tree |
2025-04-06 |
Noah Misch | Remove XLogFileInit() ability to skip ControlFileLock. |
commit | commitdiff | tree |
2025-04-05 |
Tom Lane | Fix parse_cte.c's failure to examine sub-WITHs in DML... |
commit | commitdiff | tree |
2025-04-04 |
Heikki Linnakangas | Relax assertion in finding correct GiST parent |
commit | commitdiff | tree |
2025-04-04 |
Fujii Masao | Fix logical decoding test to correctly check slot remov... |
commit | commitdiff | tree |
2025-04-04 |
Fujii Masao | Fix logical decoding regression tests to correctly... |
commit | commitdiff | tree |
2025-04-03 |
Noah Misch | Make dblink interruptible, via new libpqsrv APIs. |
commit | commitdiff | tree |
2025-04-03 |
Andres Freund | Add helper library for use of libpq inside the server... |
commit | commitdiff | tree |
2025-04-02 |
Tom Lane | Remove unnecessary type violation in tsvectorrecv(). |
commit | commitdiff | tree |
2025-04-02 |
Andres Freund | Remove HeapBitmapScan's skip_fetch optimization |
commit | commitdiff | tree |
2025-04-02 |
Tom Lane | Need to do CommandCounterIncrement after StoreAttrMissi... |
commit | commitdiff | tree |
2025-04-02 |
David Rowley | Doc: add information about partition locking |
commit | commitdiff | tree |
2025-04-01 |
Tom Lane | Fix detection and handling of strchrnul() for macOS... |
commit | commitdiff | tree |
2025-03-27 |
Tom Lane | Prevent assertion failure in contrib/pg_freespacemap. |
commit | commitdiff | tree |
2025-03-27 |
Michael Paquier | doc: Correct description of values used in FSM for... |
commit | commitdiff | tree |
2025-03-21 |
Tom Lane | Fix plpgsql's handling of simple expressions in scrolla... |
commit | commitdiff | tree |
2025-03-21 |
Fujii Masao | doc: Remove incorrect description about dropping replic... |
commit | commitdiff | tree |
2025-03-13 |
Tom Lane | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec... |
commit | commitdiff | tree |
2025-03-13 |
Tom Lane | Repair commits 317aba70e et al for -DWRITE_READ_PARSE_P... |
commit | commitdiff | tree |
2025-03-12 |
Tom Lane | Build whole-row Vars the same way during parsing and... |
commit | commitdiff | tree |
2025-03-12 |
Tom Lane | Preserve RangeTblEntry.relid when expanding a view... |
commit | commitdiff | tree |
2025-03-11 |
Álvaro Herrera | BRIN: be more strict about required support procs |
commit | commitdiff | tree |
2025-03-10 |
Heikki Linnakangas | Fix a few more redundant calls of GetLatestSnapshot() |
commit | commitdiff | tree |
2025-03-10 |
Heikki Linnakangas | Fix snapshot used in logical replication index lookup |
commit | commitdiff | tree |
2025-03-10 |
Tom Lane | Doc: improve description of window function processing. |
commit | commitdiff | tree |
2025-03-08 |
Tom Lane | Clear errno before calling strtol() in spell.c. |
commit | commitdiff | tree |
2025-03-06 |
Tom Lane | Fix some performance issues in GIN query startup. |
commit | commitdiff | tree |
2025-03-06 |
Andres Freund | valgrind: Adjust suppressions to handle glibc changes |
commit | commitdiff | tree |
2025-03-04 |
Álvaro Herrera | Fix ALTER TABLE error message |
commit | commitdiff | tree |
2025-03-03 |
Tom Lane | Fix broken handling of domains in atthasmissing logic. |
commit | commitdiff | tree |
2025-03-01 |
Tom Lane | Fix pg_strtof() to not crash on NULL endptr. |
commit | commitdiff | tree |
2025-02-21 |
Tom Lane | Fix pg_dumpall to cope with dangling OIDs in pg_auth_me... |
commit | commitdiff | tree |
2025-02-20 |
Michael Paquier | test_escape: Fix output of --help |
commit | commitdiff | tree |
2025-02-19 |
Andres Freund | tests: BackgroundPsql: Fix potential for lost errors... |
commit | commitdiff | tree |
2025-02-19 |
Andres Freund | backport: Extend background_psql() to be able to start... |
commit | commitdiff | tree |
2025-02-19 |
Andres Freund | backport: Improve handling of empty query results in... |
commit | commitdiff | tree |
2025-02-19 |
Tom Lane | Avoid null pointer dereference crash after OOM in Snowb... |
commit | commitdiff | tree |
2025-02-19 |
Richard Guo | Fix unsafe access to BufferDescriptors |
commit | commitdiff | tree |
2025-02-19 |
Michael Paquier | test_escape: Fix handling of short options in getopt_long() |
commit | commitdiff | tree |
2025-02-17 |
Tom Lane | Stamp 13.20. REL_13_20 |
commit | commitdiff | tree |
2025-02-17 |
Álvaro Herrera | Translation updates |
commit | commitdiff | tree |
2025-02-16 |
Tom Lane | Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. |
commit | commitdiff | tree |
2025-02-16 |
Tom Lane | In fmtIdEnc(), handle failure of enlargePQExpBuffer(). |
commit | commitdiff | tree |
next |