summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAgeFilesLines
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-291-1/+10
* Remove COMMIT_TS_SETTS record.Fujii Masao2021-04-121-2/+2
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-241-26/+0
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-101-0/+26
* Track replication origin progress for rollbacks.Amit Kapila2021-03-081-6/+18
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-191-0/+7
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-151-1/+1
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-121-11/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-231-2/+1
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-091-6/+7
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-171-0/+2
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-111-2/+2
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-081-0/+19
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-231-0/+17
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-201-0/+50
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-081-6/+6
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-201-3/+5
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-3/+3
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-211-0/+7
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-071-2/+2
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-041-0/+15
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-15/+0
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-0/+15
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-8/+4
* Reimplement nullification of walsender timestampAlvaro Herrera2020-01-081-7/+0
* pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera2020-01-071-0/+7
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove useless "return;" linesAlvaro Herrera2019-11-281-1/+0
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-241-9/+10
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-111-0/+3
* Remove AtSubStart_Notify.Robert Haas2019-10-041-1/+0
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-081-17/+41
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-2/+2
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-291-1/+1
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Fix assorted inconsistencies.Amit Kapila2019-06-081-2/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-3/+3
* Initial pgindent run for v12.Tom Lane2019-05-221-6/+6
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-081-2/+1
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-071-14/+0
* Fix GetNewTransactionId()'s interaction with xidVacLimit.Thomas Munro2019-04-121-1/+1
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-101-2/+2
* Refactor the fsync queue for wider use.Thomas Munro2019-04-041-0/+1
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-031-0/+8
* Fix typo.Thomas Munro2019-03-291-1/+1
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-281-75/+154
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-281-31/+4