aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/tqual.h
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-21
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-16
* 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
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Added global variable to have RI triggers overrideJan Wieck1999-12-10
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* 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
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* 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
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* 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
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* 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
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
* More include file cleanupsMarc G. Fournier1996-11-03
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* More include files cleaned upMarc G. Fournier1996-10-20
* More cleanups of the include filesMarc G. Fournier1996-08-28