aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rtree/rtproc.c
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Repair erroneous use of hashvarlena() for MACADDR, which is not aTom Lane2000-12-08
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-30
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-29
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* Date/Time updates from Thomas...Marc G. Fournier1997-03-14
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* One more to goMarc G. Fournier1996-11-05
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* More #include cleanupsMarc G. Fournier1996-10-20
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09