summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-1/+0
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-9/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-1/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-6/+0
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+6
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-6/+3
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-7/+9
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-16/+16
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-1/+1
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-43/+43
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-108/+123
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-11/+0
* gist.h:Vadim B. Mikheev1997-05-221-1/+8
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-1/+1
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-1/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-0/+47
* Another run through.Marc G. Fournier1996-11-051-4/+4
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-031-3/+2
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-1/+5
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-4/+1
* Moved from backend/access to include/accessMarc G. Fournier1996-08-271-0/+152