summaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-2/+2
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-251-1/+3
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-4/+3
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-4/+34
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* Remove dead push/pop rollback code. Vadim once planned to implementTom Lane2005-03-281-4/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-6/+17
* Simplify IsXactIsoLevelSerializable test. A cycle saved is a cycleTom Lane2004-09-051-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-5/+14
* plpgsql does exceptions.Tom Lane2004-07-311-2/+4
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-3/+8
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-1/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-56/+3
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-11/+30
* For multi-table ANALYZE, use per-table transactions when possibleTom Lane2004-05-221-1/+2
* This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian2004-04-051-1/+2
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-7/+10
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-261-7/+7
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-061-3/+9
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-161-1/+2
* Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane2003-09-281-4/+10
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-6/+6
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+3
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-7/+1
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-22/+33
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-101-1/+4
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-181-1/+2
* Update xact.c comments for clarity.Bruce Momjian2002-11-131-7/+8
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-211-1/+2
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-5/+1
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-4/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-1/+4
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-1/+2
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-4/+1