OSDN Git Service

Cleanup of code for creating index entries. Functional indexes with
[pg-rex/syncrep.git] / src / backend / access / index / indexam.c
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Tom LaneCache fmgr lookup data for index's getnext() function...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-02 Bruce MomjianFix for indexing problems.
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-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-02-26 Vadim B. Mikheevindex_markpos()/index_restrpos are used now.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
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 MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1996-12-26 Bruce MomjianRemoval of CppConcat from indexam.c.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-05 Marc G. FournierMore cleanups
1996-11-03 Marc G. FournierMore include file cleanups
1996-10-31 Marc G. FournierSame clean up of Makefile, and addition of include...
1996-10-21 Marc G. Fournier-Wall'd ... I missed a subdir under access :(
1996-10-20 Marc G. FournierMore #include cleanups
1996-08-26 Marc G. FournierThere, now we support GiST...now what? :)
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources