OSDN Git Service

Cross-data-type comparisons are now indexable by btrees, pursuant to my
[pg-rex/syncrep.git] / src / backend / access / gist / gistscan.c
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-05 Bruce MomjianI was digging through the GiST code, and figured I...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-22 Tom LaneUpdate GiST for new pg_opclass arrangement (finally...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-28 Tom LaneRepair logic error for multi-key indexes. From Oleg...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-05-30 Tom LaneTweak StrategyEvaluation data structure to eliminate...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-06-14 Tom LaneI had overlooked the fact that some fmgr-callable funct...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
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-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-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 MomjianRemove un-needed braces around single statements.
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-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-05-22 Vadim B. Mikheev1. Pass GISTENTRYs to giststate->penaltyFn by pointers...
1996-11-15 Bruce MomjianUnallocate opaque.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierMore cleaned out #include files
1996-11-03 Marc G. FournierMore include file cleanups
1996-10-31 Marc G. FournierAdd a couple of missing includes
1996-10-21 Marc G. Fournier-Wall Cleanup of gist subdirectory
1996-10-20 Marc G. FournierFirst pass at fixing my own mistakes
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-08-27 Marc G. FournierRemove all traces of machine.h and redundant calls...
1996-08-26 Marc G. FournierOops, thanks to Dan McGuirk for pointing out that I...