aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/twophase.c
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2018Bruce Momjian2018-01-02
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Message style fixesPeter Eisentraut2017-09-11
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Workaround for RecoverPreparedTransactions()Simon Riggs2017-04-23
* Fix order of arguments to SubTransSetParent().Tom Lane2017-04-23
* Exit correctly from PrepareRedoRemove() when not foundSimon Riggs2017-04-18
* Don’t push nextid too far forwards in recoverySimon Riggs2017-04-18
* Fix uninitialized variables in twophase.cSimon Riggs2017-04-04
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-04
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-13
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Improve grammar of message about two-phase state files.Robert Haas2017-02-03
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix corruption of 2PC recovery with subxactsSimon Riggs2016-09-09
* Fix minor memory leak in Standby startupSimon Riggs2016-09-08
* Message style improvementsPeter Eisentraut2016-07-28
* pgindent run for 9.6Robert Haas2016-06-09
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Fix typos.Robert Haas2016-03-15
* Reduce size of two phase file headerSimon Riggs2016-03-10
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas2015-04-23
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14