aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
Commit message (Expand)AuthorAge
* 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
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-25
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.Tom Lane2013-02-21
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28