OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / include / access / heapam.h
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2002-09-04 Bruce Momjianpgindent run.
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-17 Tom LaneSuppress compiler warning.
2001-09-08 Hiroshi InoueApply 7.1.3 changes to the current tree also.
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-11-30 Tom LaneRemove VARLENA_FIXED_SIZE hack, which is irreversibly...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-14 Tom LaneMinor cleanup of tableOid-related coding.
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-30 Peter EisentrautFixes for Solaris/cc suggested by <pgsql-hackers@thewri...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
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