summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+9
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-11/+10
* Make RecordTransactionCommit() respect wal_level.Robert Haas2010-08-131-5/+6
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-121-3/+3
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-291-3/+3
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-231-3/+25
* pgindent run for 9.0, second runBruce Momjian2010-07-061-10/+10
* Add C comment about why synchronous_commit=off behavior can loseBruce Momjian2010-06-291-3/+8
* Ensure that top level aborts call XLogSetAsyncCommit(). Not doingSimon Riggs2010-05-131-1/+13
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-131-13/+15
* pgindent run for 9.0Bruce Momjian2010-02-261-58/+65
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-4/+1
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-3/+8
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-131-7/+15
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-21/+12
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-10/+31
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-241-30/+33
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-161-3/+2
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-091-15/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-34/+344
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-10/+10
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-231-2/+3
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-16/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-53/+54
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-131-6/+1
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-041-1/+7
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-191-20/+28
* Fix sloppy omission of now-required #include's.Tom Lane2008-11-111-1/+2
* Change error messages to print the physical path, likeHeikki Linnakangas2008-11-111-13/+9
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-201-59/+13
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-15/+29
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-9/+10
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-171-4/+5
* Fix TransactionIdIsCurrentTransactionId() to use binary search instead ofTom Lane2008-03-171-58/+126
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-041-1/+29
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-151-1/+6
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-031-43/+25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-16/+51
* pgindent run for 8.3.Bruce Momjian2007-11-151-79/+77
* Reduce error level of ROLLBACK outside a transaction from WARNING toBruce Momjian2007-11-101-2/+2
* Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane2007-09-111-4/+4