aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/twophase.c
Commit message (Expand)AuthorAge
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Message style fixesAlvaro Herrera2019-04-30
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-17
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Make release of 2PC identifier and locks consistent in COMMIT PREPAREDMichael Paquier2019-02-25
* Fix incorrect function reference in comment of twophase.cMichael Paquier2019-02-23
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Improve handling of corrupted two-phase state files at recoveryMichael Paquier2018-09-07
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Fix casting in error message for two-phase fileMichael Paquier2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* 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
* 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