aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
Commit message (Expand)AuthorAge
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian1998-06-14
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Update now that attcacheoff initial value is -1 always.Bruce Momjian1998-02-06
* Reduce size of inlining.Bruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* dummyret cleanupBruce Momjian1998-01-27
* Deadlock ceallnup.Bruce Momjian1998-01-27
* Somehow the 'comment' here got messed upMarc G. Fournier1998-01-25
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
* Add mention of heap_getattr() compiler warning.Bruce Momjian1997-09-14
* Fix heap_getattr bug I just added.Bruce Momjian1997-09-12
* Macro cleanup of heap_getattr.Bruce Momjian1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.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 conditional casting.Bruce Momjian1997-09-04
* heap_getattr fix for aix.Bruce Momjian1997-08-29
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-27
* Inlined heap_getattr().Bruce Momjian1997-08-26
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* And another oneMarc G. Fournier1996-11-05
* More include file cleanupsMarc G. Fournier1996-11-03
* remove:Marc G. Fournier1996-10-31
* Date: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)Marc G. Fournier1996-09-23
* Moved from backend/access to include/accessMarc G. Fournier1996-08-27