]> granicus.if.org Git - postgresql/history - src/include/access/heapam.h
added ALTER TABLE DROP COLUMN, early version
[postgresql] / src / include / access / heapam.h
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-10 Tom Laneheapam.h uses type time_t, but didn't include <time.h>.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-06-14 Bruce MomjianMake new DISABLE_COMPLEX_MACRO for compilers that can...
1998-03-01 Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-06 Bruce MomjianUpdate now that attcacheoff initial value is -1 always.
1998-02-01 Bruce MomjianReduce size of inlining.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-27 Bruce Momjiandummyret cleanup
1998-01-27 Bruce MomjianDeadlock ceallnup.
1998-01-25 Marc G. FournierSomehow the 'comment' here got messed up
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-30 Bruce MomjianNo more warnings on macros, thanks VAdim.
1997-09-14 Bruce MomjianAdd mention of heap_getattr() compiler warning.
1997-09-12 Bruce MomjianFix heap_getattr bug I just added.
1997-09-12 Bruce MomjianMacro cleanup of heap_getattr.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-04 Bruce MomjianFix conditional casting.
1997-08-29 Bruce Momjianheap_getattr fix for aix.
1997-08-27 Vadim B. Mikheevheap_delete returns int now (for non-functional deletes).
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierAnd another one
1996-11-03 Marc G. FournierMore include file cleanups
1996-10-31 Marc G. Fournierremove:
1996-09-23 Marc G. FournierDate: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)
1996-08-27 Marc G. FournierMoved from backend/access to include/access