- 15 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 21 Dec, 1999 1 commit
-
-
Bruce Momjian authored
with DEC C. DEC C doesn't handle double values greater than DBL_MAX, but some PostgreSQL geo functions assign greater than DBL_MAX values to some vars in some special cases - that couses SIGFPE. I dunno if that is the only place to fix to work well with DEC C. Kirill Nosov.
-
- 17 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 16 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 15 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 14 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 21 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
From: Tatsuo Ishii <t-ishii@sra.co.jp> Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical.
-
- 13 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 29 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 26 Oct, 1998 1 commit
-
-
Tom Lane authored
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 16 Aug, 1998 1 commit
-
-
Thomas G. Lockhart authored
Bracket things with #ifdef ENABLE_LINE_TYPE. The line data type has always been used internally to support other types, but I/O routines have never been defined for it.
-
- 15 Aug, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 15 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 09 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
Incorporate patches from Gautam for line/point intersection.
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 03 Feb, 1998 1 commit
-
-
Thomas G. Lockhart authored
Define close_ls(), close_lseg(), lseg_length(). Write real code for close_sb(), close_pb(), inter_sb(), inter_lb(). Repair lseg_perp() which determines if two lsegs are perpendicular. Repair lseg_dt() distance between two lsegs. Note: close_sl() is clearly broken but will repair later (calculating point on lseg rather than point on line).
-
- 07 Jan, 1998 1 commit
-
-
Bruce Momjian authored
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA.
-
- 05 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Polygon input would not accept single-point polygon output and dump.
-
- 20 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
Fix up tabbing of most function declarations.
-
- 18 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 08 Sep, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- 07 Sep, 1997 1 commit
-
-
Bruce Momjian authored
-
- 05 Sep, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 Aug, 1997 1 commit
-
-
Bruce Momjian authored
Change time function names to be more consistent, and check for zero divides, from Michael Reifenberg.
-
- 19 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 12 Aug, 1997 1 commit
-
-
Bruce Momjian authored
-
- 29 Jul, 1997 1 commit
-
-
Thomas G. Lockhart authored
Change box terminology from "length" to "width". Use length terminology in common with other geometric types (usually perimeter). Fix bugs in line arithmetic which resulted in bad intersection calculations. Deprecate temporary unstored slope fields. Check explicitly for intersections at endpoints to avoid rounding ugliness. Add center() routines for lseg, path, polygon. Add distance() routines for circle-polygon, polygon-polygon. Check explicitly for points and polygons contained within polygons using an axis-crossing algorithm. (Old code just checked bounding boxes). Add routine to convert circle-box. *whew*
-
- 03 Jun, 1997 1 commit
-
-
Thomas G. Lockhart authored
migration from pre-v6.1 geometric data types. Only allow new input syntax for paths and polygons.
-
- 01 Jun, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 23 May, 1997 1 commit
-
-
Thomas G. Lockhart authored
Fix up decoder field masks for timespan and reltime.
-
- 22 May, 1997 1 commit
-
-
Marc G. Fournier authored
Subject: [PATCHES] Re: [PORTS] AIX 6.1 fixes... Here are the patches for the two things that wouldn't make it thru the AIX compiler. The geo_ops.c change is harmless I believe. The nbtcompare.c patch fixes me, but I don't know about any other ports. Maybe wait on that one until Vadim decides what to do about the unsigned vs signed chars varlena issue.
-