aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
Commit message (Expand)AuthorAge
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-17
* Mark a few logical decoding related variables with PGDLLIMPORT.Amit Kapila2020-08-15
* 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
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix comment in xact.hMichael Paquier2019-11-20
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-03
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-28
* Transaction chainingPeter Eisentraut2019-03-24
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove duplicate macro definition.Tom Lane2016-11-05
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix unaligned memory access in xlog parsing due to replication origin patch.Andres Freund2015-05-01
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29