aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Cancel CV sleep during subtransaction abort.Robert Haas2017-12-21
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix logical replication launcher wake up and resetPeter Eisentraut2017-05-01
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5Simon Riggs2017-03-24
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-03-24
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Support condition variables.Robert Haas2016-11-22
* Remove or reduce verbosity of some debug messages.Robert Haas2016-11-17
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* 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
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Fix a typo, and remove unnecessary pgstat_report_wait_end().Robert Haas2016-03-11
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Add a generic command progress reporting facility.Robert Haas2016-03-09
* Update copyright for 2016Bruce Momjian2016-01-02
* 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