summaryrefslogtreecommitdiff
path: root/src/backend/utils/time
Commit message (Expand)AuthorAgeFilesLines
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-14/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-45/+50
* Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().Vadim B. Mikheev1999-04-121-7/+12
* Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirtyVadim B. Mikheev1999-04-051-1/+9
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-41/+95
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+4
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-14/+14
* Serialized mode works!Vadim B. Mikheev1998-12-161-1/+160
* Initial MVCC code.Vadim B. Mikheev1998-12-151-11/+196
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+6
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-22/+22
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Inline some small functions called for every row.Bruce Momjian1998-04-241-48/+5
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-11/+13
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Make parser functions static where possible.Bruce Momjian1997-11-261-4/+3
* Make parser functions static where possible.Bruce Momjian1997-11-261-3/+4
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-18/+5
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-708/+57
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-2/+8
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-37/+37
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-590/+673
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-291-8/+16
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-10/+22
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-281-15/+52
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-14/+37
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-092-0/+829