]> granicus.if.org Git - postgresql/history - src/backend/access/gist/gist.c
Remove tqual.h includes not needed.
[postgresql] / src / backend / access / gist / gist.c
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-05-22 Vadim B. Mikheev1. Pass GISTENTRYs to giststate->penaltyFn by pointers...
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
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-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
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-10-18 Marc G. FournierMoved '#define *DEBUG' defines to config.h, and documen...
1996-08-26 Marc G. FournierOops, thanks to Dan McGuirk for pointing out that I...