Skip to content
Snippets Groups Projects
  1. Dec 21, 1999
  2. Jul 17, 1999
  3. Jul 16, 1999
  4. Jul 15, 1999
  5. Jul 14, 1999
  6. Feb 21, 1999
    • 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
  7. Feb 14, 1999
  8. Oct 29, 1998
  9. Oct 26, 1998
  10. Sep 01, 1998
  11. Aug 16, 1998
  12. Aug 15, 1998
  13. Jun 15, 1998
  14. May 10, 1998
  15. Feb 26, 1998
  16. Feb 03, 1998
    • 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
  17. Jan 07, 1998
  18. Jan 05, 1998
  19. Sep 25, 1997
  20. Sep 20, 1997
  21. Sep 18, 1997
  22. Sep 08, 1997
  23. Sep 07, 1997
  24. Sep 05, 1997
  25. Aug 22, 1997
  26. Aug 19, 1997
  27. Aug 13, 1997
  28. Jul 29, 1997
    • 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
  29. Jun 03, 1997
  30. Jun 01, 1997
  31. May 23, 1997
  32. May 22, 1997
    • 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
  33. May 19, 1997
Loading