summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
35 hoursFix Mkvcbuild.pm builds of test_cloexec.c.origin/REL_17_STABLEThomas Munro
3 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
4 daysdoc: warn about the use of "ctid" queries beyond the examplesBruce Momjian
4 daysdoc: Remove duplicate word in ECPG descriptionMichael Paquier
6 daysUpdate comments to reflect changes in 8e0d32a4a1.Amit Kapila
6 daysDon't advance origin during apply failure.Amit Kapila
7 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
7 daysAdd missing .gitignore for src/test/modules/test_cloexec.Tom Lane
7 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
9 daysFix printf format string warning on MinGW.Thomas Munro
9 daysClean up test_cloexec.c and Makefile.Thomas Munro
11 daysAdd guard to prevent recursive memory context logging.Fujii Masao
12 daysSort DO_SUBSCRIPTION_REL dump objects independent of OIDs.Noah Misch
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 daysFix multibyte issue in ltree_strncasecmp().Jeff Davis
14 daysSwitch 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 bogus extra arguments to query_safe in testHeikki Linnakangas
2025-12-10Fix some near-bugs related to ResourceOwner function argumentsHeikki Linnakangas
2025-12-10Fix failures with cross-version pg_upgrade testsMichael 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-09Fix LOCK_TIMEOUT handling in slotsync worker.Amit Kapila
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-04amcheck: Fix snapshot usage in bt_index_parent_checkÁlvaro Herrera
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-27Fix error reporting for SQL/JSON path type mismatchesAmit Langote
2025-11-26Teach DSM registry to retry entry initialization if needed.Nathan Bossart
2025-11-26Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry."Nathan Bossart
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