summaryrefslogtreecommitdiff
path: root/src/backend/access/rtree/rtproc.c
Commit message (Expand)AuthorAgeFilesLines
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-15/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-131-7/+3
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-3/+7
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-101-7/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+11
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-081-1/+4
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-301-48/+74
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-291-16/+24
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-141-4/+3
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-5/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Inline memset() as MemSet().Bruce Momjian1997-09-181-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-5/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-10/+10
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-103/+106
* Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-221-25/+25
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
* One more to goMarc G. Fournier1996-11-051-6/+8
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-2/+4
* More #include cleanupsMarc G. Fournier1996-10-201-5/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+150