]> granicus.if.org Git - postgresql/history - src/include/access/gist.h
Updates to make GIST work with multi-key indexes (from Oleg Bartunov
[postgresql] / src / include / access / gist.h
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-22 Bruce Momjianpgindent run. Make it all clean.
2000-11-21 Peter EisentrautPut external declarations into header files.
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-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
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-05-22 Vadim B. Mikheevgist.h:
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. FournierAnother run through.
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-19 Marc G. FournierWelp, another subdirectory cleaned out of redundant...
1996-08-27 Marc G. FournierMoved from backend/access to include/access