summaryrefslogtreecommitdiff
path: root/src/backend/access/rtree/rtree.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-6/+5
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-141-3/+3
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-17/+31
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-21/+72
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+11
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-011-4/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-3/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Tree dividing is not appropriate in Rtree.Tatsuo Ishii1999-11-151-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-2/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-22/+24
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+5
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-8/+8
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* pgindent run over code.Bruce Momjian1999-05-251-5/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Initial MVCC code.Vadim B. Mikheev1998-12-151-8/+11
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-19/+13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-12/+12
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-10/+8
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-32/+27
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-32/+32
* 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-146/+146
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-826/+927
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-8/+8
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-2/+2
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-101-2/+2
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2
* One more to goMarc G. Fournier1996-11-051-24/+20
* More include file cleanupsMarc G. Fournier1996-11-031-7/+2
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-50/+6
* More of the same...clean Makefile, add include filesMarc G. Fournier1996-10-311-7/+17
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-4/+16
* More #include cleanupsMarc G. Fournier1996-10-201-17/+51
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-181-2/+1
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-261-2/+6
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+955