summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysUpdate copyright for 2026REL_16_STABLEBruce Momjian
4 daysjit: Fix jit_profiling_support when unavailable.Thomas Munro
4 daysFix a race condition in updating procArray->replication_slot_xmin.Masahiko Sawada
5 daysjit: Remove -Wno-deprecated-declarations in 18+.Thomas Munro
6 daysci: Test Windows + Mkvcbuild.pm in REL_16_STABLE.Thomas Munro
6 daysFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
8 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
9 daysdoc: Remove duplicate word in ECPG descriptionMichael Paquier
11 daysDon't advance origin during apply failure.Amit Kapila
11 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
12 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
12 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
14 daysFix printf format string warning on MinGW.Thomas Munro
14 daysClean up test_cloexec.c and Makefile.Thomas Munro
2025-12-19Add guard to prevent recursive memory context logging.Fujii Masao
2025-12-18Do not emit WAL for unlogged BRIN indexesHeikki Linnakangas
2025-12-17Update .abi-compliance-history for PrepareToInvalidateCacheTuple().Noah Misch
2025-12-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-12-17WAL-log inplace update before revealing it to other sessions.Noah Misch
2025-12-17For inplace update, send nontransactional invalidations.Noah Misch
2025-12-17Reorder two functions in inval.cMichael Paquier
2025-12-16Fix multibyte issue in ltree_strncasecmp().Jeff Davis
2025-12-16Switch memory contexts in ReinitializeParallelDSM.Robert Haas
2025-12-16Fail recovery when missing redo checkpoint record without backup_labelMichael Paquier
2025-12-15Clarify comment on multixid offset wraparound checkHeikki Linnakangas
2025-12-11Fix allocation formula in llvmjit_expr.cMichael Paquier
2025-12-09Fix O_CLOEXEC flag handling in Windows port.Thomas Munro
2025-12-09doc: Fix statement about ON CONFLICT and deferrable constraints.Dean Rasheed
2025-12-09Doc: fix typo in hash index documentationDavid Rowley
2025-12-05Fix setting next multixid's offset at offset wraparoundHeikki Linnakangas
2025-12-05Show version of nodes in output of TAP testsMichael Paquier
2025-12-03Set next multixid's offset when creating a new multixidHeikki Linnakangas
2025-12-02Fix amcheck's handling of half-dead B-tree pagesHeikki Linnakangas
2025-12-02Fix amcheck's handling of incomplete root splits in B-treeHeikki Linnakangas
2025-11-29Avoid rewriting data-modifying CTEs more than once.Dean Rasheed
2025-11-27Allow indexscans on partial hash indexes with implied quals.Tom Lane
2025-11-27doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.Fujii Masao
2025-11-26doc: Clarify passphrase command reloading on WindowsDaniel Gustafsson
2025-11-24lwlock: Fix, currently harmless, bug in LWLockWakeup()Andres Freund
2025-11-24Fix incorrect IndexOptInfo header commentDavid Rowley
2025-11-22jit: Adjust AArch64-only code for LLVM 21.Thomas Munro
2025-11-19Print new OldestXID value in pg_resetwal when it's being changedHeikki Linnakangas
2025-11-18Don't allow CTEs to determine semantic levels of aggregates.Tom Lane
2025-11-17Update .abi-compliance-history for change to CreateStatistics().Nathan Bossart
2025-11-16Define PS_USE_CLOBBER_ARGV on GNU/Hurd.Thomas Munro
2025-11-16Doc: include MERGE in variable substitution command listDavid Rowley
2025-11-14Add note about CreateStatistics()'s selective use of check_rights.Nathan Bossart
2025-11-13doc: Improve description of RLS policies applied by command type.Dean Rasheed
2025-11-12Clear 'xid' in dummy async notify entries written to fill up pagesHeikki Linnakangas
2025-11-12Fix remaining race condition with CLOG truncation and LISTEN/NOTIFYHeikki Linnakangas