aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Revert "For inplace update, send nontransactional invalidations."Noah Misch2024-11-02
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Prevent tuples to be marked as dead in subtransactions on standbysMichael Paquier2023-12-12
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.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
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-12
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Track replication origin progress for rollbacks.Amit Kapila2021-03-08
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-15
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-17
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Reimplement nullification of walsender timestampAlvaro Herrera2020-01-08
* pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera2020-01-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Remove AtSubStart_Notify.Robert Haas2019-10-04
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13