summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-07Stamp 11.18.REL_11_18Tom Lane
2022-11-02Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-09-14Expand palloc/pg_malloc API for more type safetyPeter Eisentraut
2022-09-06Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane
2022-08-27Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-08Stamp 11.17.REL_11_17Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-18Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-09Stamp 11.16.REL_11_16Tom Lane
2022-04-14Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-02-07Stamp 11.15.REL_11_15Tom Lane
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2022-01-01Fix index-only scan plans when not all index columns can be returned.Tom Lane
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-11-08Stamp 11.14.REL_11_14Tom Lane
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-14jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-13Add RISC-V spinlock support in s_lock.h.Tom Lane
2021-08-13Fix incorrect hash table resizing code in simplehash.hDavid Rowley
2021-08-09Stamp 11.13.REL_11_13Tom Lane
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-09Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-06-24Fix ABI break introduced by commit 4daa140a2f.Amit Kapila
2021-06-15Fix decoding of speculative aborts.Amit Kapila