aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/geo_decls.h
Commit message (Expand)AuthorAge
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Replace the naive HYPOT() macro with a standards-conformant hypotenuseTom Lane2010-08-03
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-01
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Update copyrights to 2003.Bruce Momjian2003-08-04
* More binary I/O routines.Tom Lane2003-05-13
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* 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
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-17
* Add:Bruce Momjian2000-01-26
* pgindent run over code.Bruce Momjian1999-05-25
* Fix bogus function signature for areajoinsel.Tom Lane1999-03-28
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Make lines more visible to the user.Thomas G. Lockhart1998-05-09
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Define boolean functions and operators for lseg <, <=, <>, >=, >.Thomas G. Lockhart1998-02-03
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Back out inclusion of postgres.h.Bruce Momjian1997-09-25
* Massive examples fix from Nicola BernardelliBruce Momjian1997-09-25