summaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-15/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-10/+10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-6/+1
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+6
* WALVadim B. Mikheev2000-10-281-1/+3
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-1/+33
* Fix sloppy macro coding (not enough parentheses).Tom Lane2000-07-281-27/+22
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+1
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-4/+4
* Add:Bruce Momjian2000-01-261-2/+3
* More cleanupBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-2/+3
* Initial MVCC code.Vadim B. Mikheev1998-12-151-1/+3
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-3/+1
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-061-1/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-12/+12
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-7/+15
* Inline some small functions called for every row.Bruce Momjian1998-04-241-2/+12
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2