summaryrefslogtreecommitdiff
path: root/src/include/access/rtree.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-2/+3
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-301-3/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+6
* Clean up #include's.Bruce Momjian2000-06-151-3/+3
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-19/+12
* Add:Bruce Momjian2000-01-261-2/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-5/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-12/+7
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-6/+11
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-11/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-10/+10
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-20/+20
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-79/+88
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-5/+1
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-2/+2
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+41
* Another run through.Marc G. Fournier1996-11-051-1/+5
* Moved from backend/access to include/accessMarc G. Fournier1996-08-271-0/+98