aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Stamp 12.13.REL_12_13Tom Lane2022-11-07
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-02
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-14
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-27
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Stamp 12.12.REL_12_12Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut2022-07-18
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Stamp 12.11.REL_12_11Tom Lane2022-05-09
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Suppress compiler warning in relptr_store().Tom Lane2022-03-26
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Fix bogus casting in BlockIdGetBlockNumber().Tom Lane2022-03-03
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Stamp 12.10.REL_12_10Tom Lane2022-02-07
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-22
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Stamp 12.9.REL_12_9Tom Lane2021-11-08
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* jit: Do not try to shut down LLVM state in case of LLVM triggered errors.Andres Freund2021-09-13
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19