postgresql.git
2025-07-04 Álvaro HerreraFix new pg_upgrade query not to rely on regnamespace
2025-07-04 Álvaro Herrerapg_upgrade: check for inconsistencies in not-null const...
2025-07-04 Michael PaquierDisable commit timestamps during bootstrap
2025-07-03 Tom LaneObtain required table lock during cross-table updates...
2025-07-03 Fujii Masaodoc: Remove incorrect note about wal_status in pg_repli...
2025-07-01 Nathan BossartDocument pg_get_multixact_members().
2025-07-01 Tom LaneMake safeguard against incorrect flags for fsync more...
2025-07-01 Nathan BossartDocument age(xid) and mxid_age(xid).
2025-06-29 Tom LaneObtain required table lock during cross-table constrain...
2025-06-27 Nathan BossartUse correct DatumGet*() function in test_shm_mq_main().
2025-06-26 Melanie PlagemanRemove unused check in heap_xlog_insert()
2025-06-25 Michael PaquierAvoid scribbling of VACUUM options
2025-06-24 Daniel Gustafssondoc: Remove dead link to NewbieDoc Docbook Guide
2025-06-24 Fujii Masaodoc: Fix incorrect UUID index entry in function documen...
2025-06-21 Tom LaneDoc: improve documentation about width_bucket().
2025-06-20 Tom LaneUse SnapshotDirty when checking for conflicting index...
2025-06-17 Masahiko SawadaFix re-distributing previously distributed invalidation...
2025-06-14 Alexander KorotkovKeep WAL segments by the flushed value of the slot...
2025-06-11 Peter GeogheganMake _bt_killitems drop pins it acquired itself.
2025-06-10 Tom LaneDon't reduce output request size on non-Unix-socket...
2025-06-06 Robert Haaspg_prewarm: Allow autoprewarm to use more than 1GB...
2025-06-05 Tom LaneDoc: you must own the target object to use SECURITY...
2025-06-04 Nathan Bossartdoc: Remove notes about "unencrypted" passwords.
2025-06-02 Tom LaneDisallow "=" in names of reloptions and foreign-data...
2025-06-01 Tom LaneRun pgindent on the previous commit.
2025-06-01 Tom LaneFix edge-case resource leaks in PL/Python error reporting.
2025-05-30 Nathan BossartEnsure we have a snapshot when updating various system...
2025-05-30 Tom LaneFix memory leakage in postgres_fdw's DirectModify code...
2025-05-30 Tom LaneAllow larger packets during GSSAPI authentication exchange.
2025-05-30 Fujii MasaoMake XactLockTableWait() and ConditionalXactLockTableWa...
2025-05-30 Álvaro HerreraFix broken-FK-detection query in release notes
2025-05-29 Tom LaneAvoid resource leaks when a dblink connection fails.
2025-05-29 Michael Paquierpg_stat_statements: Fix parameter number gaps in normal...
2025-05-28 Michael PaquierAdjust regex for test with opening parenthesis in chara...
2025-05-27 Michael PaquierFix conversion of SIMILAR TO regexes for character...
2025-05-26 Fujii Masaodoc: Fix documenation for snapshot export in logical...
2025-05-20 Michael Paquierdoc: Clarify use of _ccnew and _ccold in REINDEX CONCUR...
2025-05-19 Heikki LinnakangasFix deparsing FETCH FIRST <expr> ROWS WITH TIES
2025-05-19 Amit KapilaDon't retreat slot's confirmed_flush LSN.
2025-05-18 Tom LaneMake our usage of memset_s() conform strictly to the...
2025-05-16 Daniel GustafssonAlign organization wording in copyright statement
2025-05-13 Daniel GustafssonFix order of parameters in POD documentation
2025-05-11 Álvaro HerreraFix comment of tsquerysend()
2025-05-05 Tom LaneStamp 14.18. REL_14_18
2025-05-05 Tom LaneLast-minute updates for release notes.
2025-05-05 Noah MischWith GB18030, prevent SIGSEGV from reading past end...
2025-05-05 Noah MischRefactor test_escape.c for additional ways of testing.
2025-05-05 Peter EisentrautTranslation updates
2025-05-04 Tom LaneRelease notes for 17.5, 16.9, 15.13, 14.18, 13.21.
2025-05-02 Álvaro HerreraHandle self-referencing FKs correctly in partitioned...
2025-05-01 Noah MischDoc: stop implying recommendation of insecure search_pa...
2025-05-01 Tom LaneAdd missing newlines to PQescapeInternal() messages...
2025-05-01 Dean Rasheeddoc: Warn that ts_headline() output is not HTML-safe.
2025-04-30 Daniel GustafssonFix assertion failure in snapshot building
2025-04-30 Tom LaneUpdate time zone data files to tzdata release 2025b.
2025-04-28 Amit KapilaFix xmin advancement during fast_forward decoding.
2025-04-25 Amit KapilaFix typo in test file name added in commit 4909b38af0.
2025-04-22 David RowleyDoc: reword text explaining the --maintenance-db option
2025-04-20 Noah MischTest restartpoints in archive recovery.
2025-04-20 Noah MischAvoid ERROR at ON COMMIT DELETE ROWS after relhassubcla...
2025-04-19 Tom LaneBe more wary of corrupt data in pageinspect's heap_page...
2025-04-16 Tom LaneFix pg_dump --clean with partitioned indexes.
2025-04-15 Tom LaneFix failure for generated column with a not-null domain...
2025-04-12 Tom LaneFix GIN's shimTriConsistentFn to not corrupt its input.
2025-04-11 Michael PaquierFix race with synchronous_standby_names at startup
2025-04-10 Tom LaneDoc: remove long-obsolete advice about generated constr...
2025-04-10 Amit KapilaFix data loss in logical replication.
2025-04-06 Daniel Gustafssondoc: Clarify project naming
2025-04-06 Noah MischReset InstallXLogFileSegmentActive after walreceiver...
2025-04-06 Noah MischSkip WAL recycling and preallocation during archive...
2025-04-06 Noah MischDon't ERROR on PreallocXlogFiles() race condition.
2025-04-06 Michael PaquierRevert "Add HINT for restartpoint race with KeepFileRes...
2025-04-06 Noah MischRemove XLogFileInit() ability to unlink a pre-existing...
2025-04-06 Noah MischIn XLogFileInit(), fix *use_existent postcondition...
2025-04-06 Noah MischRemove XLogFileInit() ability to skip ControlFileLock.
2025-04-05 Tom LaneFix parse_cte.c's failure to examine sub-WITHs in DML...
2025-04-04 Heikki LinnakangasRelax assertion in finding correct GiST parent
2025-04-04 Fujii MasaoFix logical decoding test to correctly check slot remov...
2025-04-04 Fujii MasaoFix logical decoding regression tests to correctly...
2025-04-03 Noah MischMake dblink interruptible, via new libpqsrv APIs.
2025-04-03 Andres FreundAdd helper library for use of libpq inside the server...
2025-04-02 Tom LaneRemove unnecessary type violation in tsvectorrecv().
2025-04-02 Andres FreundRemove HeapBitmapScan's skip_fetch optimization
2025-04-02 Tom LaneNeed to do CommandCounterIncrement after StoreAttrMissi...
2025-04-02 David RowleyDoc: add information about partition locking
2025-04-01 David RowleyFix planner's failure to identify multiple hashable...
2025-04-01 Tom LaneFix detection and handling of strchrnul() for macOS...
2025-03-27 Tom LanePrevent assertion failure in contrib/pg_freespacemap.
2025-03-27 Michael Paquierdoc: Correct description of values used in FSM for...
2025-03-26 Tomas VondraKeep the decompressed filter in brin_bloom_union
2025-03-23 Heikki LinnakangasFix rare assertion failure in standby, if primary is...
2025-03-21 Tom LaneFix plpgsql's handling of simple expressions in scrolla...
2025-03-21 Fujii Masaodoc: Remove incorrect description about dropping replic...
2025-03-13 Tom LaneFix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec...
2025-03-13 Tom LaneRepair commits 317aba70e et al for -DWRITE_READ_PARSE_P...
2025-03-12 Heikki LinnakangasHandle interrupts while waiting on Append's async subplans
2025-03-12 Tom LaneBuild whole-row Vars the same way during parsing and...
2025-03-12 Tom LanePreserve RangeTblEntry.relid when expanding a view...
2025-03-11 Álvaro HerreraBRIN: be more strict about required support procs
2025-03-10 Heikki LinnakangasFix a few more redundant calls of GetLatestSnapshot()
next