aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/twophase.c
Commit message (Expand)AuthorAge
* 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
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-25
* 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
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.Heikki Linnakangas2014-05-16
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* Make walsender more responsive.Robert Haas2012-07-02
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-20
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11