aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* 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
* Don't use static storage for SaveTransactionCharacteristics().Tom Lane2022-02-28
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila2021-11-02
* 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