aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* 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
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Tighten up application of parallel mode checks.Robert Haas2015-10-16
* Transfer current command counter ID to parallel workers.Robert Haas2015-10-16
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix typos in commentsMagnus Hagander2015-05-17
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund2015-02-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* 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
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-29
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-24
* Introduce logical decoding.Robert Haas2014-03-03
* Update copyright for 2014Bruce Momjian2014-01-07
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-25
* Introduce InvalidCommandId.Robert Haas2013-09-09
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Skip searching for subxact locks at commit.Simon Riggs2012-11-13
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Split resowner.hAlvaro Herrera2012-08-28