summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAgeFilesLines
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-9/+5
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-4/+4
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-2/+2
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-2/+4
* Serialized mode works!Vadim B. Mikheev1998-12-161-1/+7
* Initial MVCC code.Vadim B. Mikheev1998-12-151-1/+6
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+2
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-061-16/+29
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-211-1/+13
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-238/+238
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-992/+1022
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-291-1/+41
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-17/+37
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-4/+4
* CloseSequences () at xact commit/abort.Vadim B. Mikheev1997-04-021-2/+5
* Free memory allocated by command in the BlankPortal' HeapMemory contextVadim B. Mikheev1997-03-251-1/+9
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-3/+10
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+15
* Setting MyProc->xid to current transaction' id in StartTransactionVadim B. Mikheev1996-11-271-2/+24
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-6/+6
* There, that cleans *that* outMarc G. Fournier1996-11-051-38/+12
* More include file cleanupsMarc G. Fournier1996-11-031-27/+1
* -Wall'dMarc G. Fournier1996-10-211-6/+61
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1314