]> granicus.if.org Git - postgresql/history - src/include/utils/geo_decls.h
Add btree and hash opclasses for pg_lsn.
[postgresql] / src / include / utils / geo_decls.h
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-10 Peter EisentrautRevive line type
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-03 Tom LaneReplace the naive HYPOT() macro with a standards-confor...
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-13 Tom LaneMore binary I/O routines.
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-30 Tom LaneConvert all remaining geometric operators to new fmgr...
2000-07-29 Tom LanePATH and POLYGON datatypes are now TOASTable. Associat...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-17 Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-01-26 Bruce MomjianAdd:
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-28 Tom LaneFix bogus function signature for areajoinsel.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-05-09 Thomas G. LockhartMake lines more visible to the user.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-03 Thomas G. LockhartDefine boolean functions and operators for lseg <,...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1997-09-25 Bruce MomjianBack out inclusion of postgres.h.
1997-09-25 Bruce MomjianMassive examples fix from Nicola Bernardelli
1997-09-20 Thomas G. LockhartAdd point_ne() comparison routine.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-21 Vadim B. Mikheev+ extern double *box_area(BOX *box);
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-07-29 Thomas G. LockhartAdd new routines.
1997-06-03 Thomas G. LockhartAdd upgradepath(), isoldpath(), upgradepoly() and rever...
1997-05-06 Thomas G. LockhartChange dummy array dimensions from [0] to [1] to keep...
1997-04-25 Marc G. FournierMore timezone patches by Thomas:
1997-04-22 Marc G. FournierMajor patch from Thomas Lockhart <Thomas.G.Lockhart...
1997-03-14 Marc G. FournierDate/Time updates from Thomas...