summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-03Add casts to simplehash.h to silence C++ warnings.Tom 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-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-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
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-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-14Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-02Remove obsolete commentPeter Eisentraut
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-01-29Fix failure to validate the result of select_common_type().Tom 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-26Harden be-gssapi-common.h for headerscheckAlvaro Herrera
2021-11-19Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().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-22Fix frontend version of sh_error() in simplehash.h.Tom Lane
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane