aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* 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
* Fix GetNewTransactionId()'s interaction with xidVacLimit.Thomas Munro2019-04-12
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Fix typo.Thomas Munro2019-03-29
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-28
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Transaction chainingPeter Eisentraut2019-03-24
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* More unconstify usePeter Eisentraut2019-02-13
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10