aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Implement reindex commandHiroshi Inoue2000-02-18
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Changes made by Hiroshi Inoue and approved by Vadim.Tatsuo Ishii1999-09-16
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-09
* IsTransactionBlock() should return true in TBLOCK_ABORT state.Tom Lane1999-09-05
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-04
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane1999-08-08
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Avoid disk writes for read-only transactions.Vadim B. Mikheev1999-06-29
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-06
* 1. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev1999-06-03
* 1. MyProc->xid assignment is moved to GetNewTransactionId so newerVadim B. Mikheev1999-06-03
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-31
* pgindent run over code.Bruce Momjian1999-05-25
* Release allocated memory during AtAbort_Memory.Tom Lane1999-05-13
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-09
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Serialized mode works!Vadim B. Mikheev1998-12-16
* 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
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-21
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* 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