1. 15 Jan, 2000 1 commit
  2. 21 Dec, 1999 1 commit
  3. 17 Jul, 1999 1 commit
  4. 16 Jul, 1999 1 commit
  5. 15 Jul, 1999 1 commit
  6. 14 Jul, 1999 1 commit
  7. 21 Feb, 1999 1 commit
    • Marc G. Fournier's avatar
      · 8c3e8a8a
      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.
      8c3e8a8a
  8. 13 Feb, 1999 1 commit
  9. 29 Oct, 1998 1 commit
  10. 26 Oct, 1998 1 commit
  11. 01 Sep, 1998 2 commits
  12. 16 Aug, 1998 1 commit
  13. 15 Aug, 1998 1 commit
  14. 15 Jun, 1998 1 commit
  15. 09 May, 1998 1 commit
  16. 26 Feb, 1998 1 commit
  17. 03 Feb, 1998 1 commit
    • Thomas G. Lockhart's avatar
      Define boolean functions for lseg <, <=, <>, >=, > · 3f52d170
      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).
      3f52d170
  18. 07 Jan, 1998 1 commit
  19. 05 Jan, 1998 2 commits
  20. 25 Sep, 1997 1 commit
  21. 20 Sep, 1997 1 commit
  22. 18 Sep, 1997 1 commit
  23. 08 Sep, 1997 3 commits
  24. 07 Sep, 1997 1 commit
  25. 05 Sep, 1997 3 commits
  26. 21 Aug, 1997 1 commit
  27. 19 Aug, 1997 1 commit
  28. 12 Aug, 1997 1 commit
  29. 29 Jul, 1997 1 commit
    • Thomas G. Lockhart's avatar
      Remove #ifdef'd support for old i/o styles. · 215bc83d
      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*
      215bc83d
  30. 03 Jun, 1997 1 commit
  31. 01 Jun, 1997 2 commits
  32. 23 May, 1997 1 commit
  33. 22 May, 1997 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <aixssd!darrenk@abs.net> · 3e871388
      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.
      3e871388