aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* 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
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07