summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAgeFilesLines
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-111-1/+90
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-17/+19
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-21/+70
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-6/+7
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-12/+12
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+3
* cleanupBruce Momjian1999-07-091-2/+1
* typo fix.Bruce Momjian1999-07-021-2/+2
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-101-7/+22
* pgindent run over code.Bruce Momjian1999-05-251-55/+57
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-249/+247
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-206/+204
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-121-25/+1
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-19/+22
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-23/+23
* fix for index problem.Bruce Momjian1998-08-201-19/+19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-236/+240
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-14/+14
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-4/+4
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-161-2/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-51/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-9/+10
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-14/+14
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-14/+14
* Remove archive stuff.Bruce Momjian1997-11-211-2/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-39/+22
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-8/+7
* Inline frequently called functions.Bruce Momjian1997-09-181-15/+20
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-31/+31
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1208/+1323
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-271-7/+9
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+3
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-061-1/+14
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-281-4/+5
* Removed unlinked patch that is not neede now that Vadim has properly fixed it.Bruce Momjian1997-01-231-9/+1
* Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian1997-01-011-1/+9
* More cleanupsMarc G. Fournier1996-11-051-32/+16
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-38/+3