aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Remove O(N^2) performance issue with multiple SAVEPOINTs.Simon Riggs2011-07-19
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Move RegisterPredicateLockingXid() call to a safer place.Tom Lane2011-05-06
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Update comments in RecordTransactionCommit() to mention unlogged tables.Robert Haas2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow transactions that don't write WAL to commit asynchronously.Robert Haas2010-12-20
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera2010-10-20
* 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
* Make RecordTransactionCommit() respect wal_level.Robert Haas2010-08-13
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-29
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Add C comment about why synchronous_commit=off behavior can loseBruce Momjian2010-06-29
* Ensure that top level aborts call XLogSetAsyncCommit(). Not doingSimon Riggs2010-05-13
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-09
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-13
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-04
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Fix sloppy omission of now-required #include's.Tom Lane2008-11-11
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-11
* 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