summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Update #include cleanupsBruce Momjian1999-07-161-3/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-28/+28
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Very minor cleanup of no-op code.Thomas G. Lockhart1998-10-291-66/+9
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-29/+42
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-335/+335
* Disable not-ready-to-use support code for the line data type.Thomas G. Lockhart1998-08-161-6/+7
* Some old cleanup fixes for close_ps() from G. Thaker.Thomas G. Lockhart1998-08-151-6/+9
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-31/+1
* Make a few line routines visible.Thomas G. Lockhart1998-05-091-41/+157
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-142/+143
* Define boolean functions for lseg <, <=, <>, >=, >Thomas G. Lockhart1998-02-031-164/+505
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-102/+102
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-33/+33
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-33/+33
* Disable checking for zero or one points with deeper parens on input.Thomas G. Lockhart1997-09-251-1/+3
* Add point_ne() function.Thomas G. Lockhart1997-09-201-91/+98
* Inline memset() as MemSet().Bruce Momjian1997-09-181-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-195/+198
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-51/+51
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-420/+420
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-2351/+2760
* Cleanups needed for indent.Bruce Momjian1997-09-051-2/+2
* Cleanups needed for indent.Bruce Momjian1997-09-051-1/+2
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-72/+72
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-211-1/+4
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-52/+76
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Remove #ifdef'd support for old i/o styles.Thomas G. Lockhart1997-07-291-337/+811
* Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allowThomas G. Lockhart1997-06-031-23/+168
* Put back old lines.Bruce Momjian1997-06-011-4/+6
* Cleanup for AIX from Darren.Bruce Momjian1997-06-011-6/+4
* Clean up redundant tests for valid pointers in geometric types.Thomas G. Lockhart1997-05-231-38/+30
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-221-4/+6
* From: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>Marc G. Fournier1997-05-191-5/+5
* Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart1997-05-111-3/+3
* Remove valid pointer checks for returns from palloc() since palloc() will notThomas G. Lockhart1997-05-061-109/+67
* More timezone patches by Thomas:Marc G. Fournier1997-04-251-6/+23
* Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-221-544/+1815
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-2/+2
* Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.cBruce Momjian1997-03-091-0/+1948