]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/geo_ops.c
Fix encoding issue when lc_monetary or lc_numeric are different encoding
[postgresql] / src / backend / utils / adt / geo_ops.c
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-08-27 Tom LaneRemove some unnecessary variable assignments, per resul...
2009-07-28 Teodor SigaevCorrect calculations of overlap and contains operations...
2009-06-23 Tom LaneFix an ancient error in dist_ps (distance from point...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-18 Tom LaneMake path_recv() and poly_recv() reject paths/polygons...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-03-05 Bruce MomjianRemove copied comments from geo_ops.c source file and...
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-06-26 Bruce MomjianUpdate comment description of geo routines and move...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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 MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-12 Tom LaneTighten up overflow check in path_recv, pursuant to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-13 Tom LaneMore binary I/O routines.
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2003-01-21 Tom LaneAvoid gratuitous variation in spelling of same error...
2002-12-30 Tom LanePoint does not return a center of lseg.
2002-11-29 Tom LaneRepair prehistoric logic error in lseg_eq and lseg_ne.
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-08 Tom LaneReplace imprecise value of PI with a better one, and...
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Bruce MomjianSir Mordred The Traitor <mordred@s-mail.com> writes:
2002-07-16 Bruce MomjianMark 'line' as 'not implemented' in SGML and psql ...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-14 Tom LaneRemove unnecessary pfree's in geometric operators....
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-13 Tom Lanepath_inter, path_distance, path_length, dist_ppath...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
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-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
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-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-21 Bruce MomjianThis patch will avoid SIGFPE on some geo functions...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-10-29 Thomas G. LockhartVery minor cleanup of no-op code.
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-16 Thomas G. LockhartDisable not-ready-to-use support code for the line...
1998-08-15 Thomas G. LockhartSome old cleanup fixes for close_ps() from G. Thaker.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-09 Thomas G. LockhartMake a few line routines visible.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-03 Thomas G. LockhartDefine boolean functions for lseg <, <=, <>, >=, >
1998-01-07 Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-25 Thomas G. LockhartDisable checking for zero or one points with deeper...
1997-09-20 Thomas G. LockhartAdd point_ne() function.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-09-05 Bruce MomjianCleanups needed for indent.
1997-09-05 Bruce MomjianCleanups needed for indent.
1997-09-05 Bruce MomjianCleanups needed for indent. Remove };
1997-08-21 Bruce MomjianChange time function names to be more consistent, and...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-29 Thomas G. LockhartRemove #ifdef'd support for old i/o styles.
1997-06-03 Thomas G. LockhartAdd upgradepath(), isoldpath(), upgradepoly() and rever...
1997-06-01 Bruce MomjianPut back old lines.
1997-06-01 Bruce MomjianCleanup for AIX from Darren.
1997-05-23 Thomas G. LockhartClean up redundant tests for valid pointers in geometri...
next