summaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
AgeCommit message (Expand)Author
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-10-11The 1st step to implement new type of scan,TidScan.Hiroshi Inoue
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-16More cleanupBruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-10heapam.h uses type time_t, but didn't include <time.h>.Tom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-10-08Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-06-14Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian
1998-03-01From: "Billy G. Allie" <[email protected]>Marc G. Fournier
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-06Update now that attcacheoff initial value is -1 always.Bruce Momjian
1998-02-01Reduce size of inlining.Bruce Momjian
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-27dummyret cleanupBruce Momjian
1998-01-27Deadlock ceallnup.Bruce Momjian
1998-01-25Somehow the 'comment' here got messed upMarc G. Fournier
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-30No more warnings on macros, thanks VAdim.Bruce Momjian
1997-09-14Add mention of heap_getattr() compiler warning.Bruce Momjian
1997-09-12Fix heap_getattr bug I just added.Bruce Momjian
1997-09-12Macro cleanup of heap_getattr.Bruce Momjian
1997-09-12heapattr functions now return a Datum, not char *.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-04Fix conditional casting.Bruce Momjian
1997-08-29heap_getattr fix for aix.Bruce Momjian
1997-08-27heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev
1997-08-26Inlined heap_getattr().Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-05And another oneMarc G. Fournier
1996-11-03More include file cleanupsMarc G. Fournier
1996-10-31remove:Marc G. Fournier