summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 hourscreateuser: Update docs to reflect defaultsREL_17_STABLEJohn Naylor
31 hoursFix issue with EVENT TRIGGERS and ALTER PUBLICATIONDavid Rowley
33 hoursAdd TAP test for GUC settings passed via CONNECTION in logical replication.Fujii Masao
33 hoursHonor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.Fujii Masao
3 daysDoc: add missing punctuationDavid Rowley
3 daysFix selectivity estimation integer overflow in contrib/intarrayDavid Rowley
6 daysUpdate copyright for 2026Bruce Momjian
7 daysjit: Fix jit_profiling_support when unavailable.Thomas Munro
8 daysFix a race condition in updating procArray->replication_slot_xmin.Masahiko Sawada
8 daysjit: Remove -Wno-deprecated-declarations in 18+.Thomas Munro
9 daysFix Mkvcbuild.pm builds of test_cloexec.c.Thomas Munro
11 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
12 daysdoc: warn about the use of "ctid" queries beyond the examplesBruce Momjian
12 daysdoc: Remove duplicate word in ECPG descriptionMichael Paquier
2025-12-24Update comments to reflect changes in 8e0d32a4a1.Amit Kapila
2025-12-24Don't advance origin during apply failure.Amit Kapila
2025-12-23Fix bug in following update chain when locking a heap tupleHeikki Linnakangas
2025-12-23Add missing .gitignore for src/test/modules/test_cloexec.Tom Lane
2025-12-23Fix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
2025-12-21Fix printf format string warning on MinGW.Thomas Munro
2025-12-21Clean up test_cloexec.c and Makefile.Thomas Munro
2025-12-19Add guard to prevent recursive memory context logging.Fujii Masao
2025-12-18Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.Noah Misch
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-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-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-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-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