aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xact.h
Commit message (Expand)AuthorAge
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-18
* Update xact.c comments for clarity.Bruce Momjian2002-11-13
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* WALVadim B. Mikheev2000-10-28
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* Fix sloppy macro coding (not enough parentheses).Tom Lane2000-07-28
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Add:Bruce Momjian2000-01-26
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-06
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Include transam.h to get NullTransactionId definedThomas G. Lockhart1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-29
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* And another..Marc G. Fournier1996-11-05
* More include file cleanupsMarc G. Fournier1996-11-03
* Moved from backend/access to include/accessMarc G. Fournier1996-08-27