aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/twophase.c
Commit message (Expand)AuthorAge
* Standardize the printf format for st_sizePeter Eisentraut2020-09-24
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund2020-04-07
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* 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