aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/twophase.c
Commit message (Expand)AuthorAge
* 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
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Replace the KnownAssignedXids hash table with a sorted-array data structure,Tom Lane2010-04-28
* Allow Hot Standby to begin from a shutdown checkpoint.Heikki Linnakangas2010-04-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Actually, we need to bump the format identifier on twophase filesTom Lane2009-09-01
* The code to unlink dropped relations in FinishPreparedTransaction() wasHeikki Linnakangas2009-06-25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-23
* Update copyright for 2009.Bruce Momjian2009-01-01
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-20
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-24
* Fix comments that misspelled TransactionIdIsInProgress, per Heikki.Tom Lane2007-09-21
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Quick hack to make the VXID of a prepared transaction be -1/XID,Tom Lane2007-09-05
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-30
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-13
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Message style improvementsPeter Eisentraut2006-10-06