summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
39 hoursci: Test Windows + Mkvcbuild.pm in REL_16_STABLE.origin/REL_16_STABLEThomas Munro
40 hoursFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
3 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
4 daysdoc: Remove duplicate word in ECPG descriptionMichael Paquier
7 daysDon't advance origin during apply failure.Amit Kapila
7 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
8 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
8 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
9 daysFix printf format string warning on MinGW.Thomas Munro
10 daysClean up test_cloexec.c and Makefile.Thomas Munro
12 daysAdd guard to prevent recursive memory context logging.Fujii Masao
12 daysDo not emit WAL for unlogged BRIN indexesHeikki Linnakangas
13 daysUpdate .abi-compliance-history for PrepareToInvalidateCacheTuple().Noah Misch
14 daysAssert lack of hazardous buffer locks before possible catalog read.Noah Misch
14 daysWAL-log inplace update before revealing it to other sessions.Noah Misch
14 daysFor inplace update, send nontransactional invalidations.Noah Misch
14 daysReorder two functions in inval.cMichael Paquier
14 daysFix 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-10Fix 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-17Define PS_USE_CLOBBER_ARGV on GNU/Hurd.Thomas Munro
2025-11-17Doc: 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
2025-11-12Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFYHeikki Linnakangas
2025-11-12Escalate ERRORs during async notify processing to FATALHeikki Linnakangas
2025-11-12doc: Document effects of ownership change on privilegesDaniel Gustafsson
2025-11-12Fix range for commit_siblings in sample confDaniel Gustafsson