1. 25 6月, 2005 1 次提交
    • T
      Extend r-tree operator classes to handle Y-direction tests equivalent · b90f8f20
      Tom Lane 提交于
      to the existing X-direction tests.  An rtree class now includes 4 actual
      2-D tests, 4 1-D X-direction tests, and 4 1-D Y-direction tests.
      This involved adding four new Y-direction test operators for each of
      box and polygon; I followed the PostGIS project's lead as to the names
      of these operators.
      NON BACKWARDS COMPATIBLE CHANGE: the poly_overleft (&<) and poly_overright
      (&>) operators now have semantics comparable to box_overleft and box_overright.
      This is necessary to make r-tree indexes work correctly on polygons.
      Also, I changed circle_left and circle_right to agree with box_left and
      box_right --- formerly they allowed the boundaries to touch.  This isn't
      actually essential given the lack of any r-tree opclass for circles, but
      it seems best to sync all the definitions while we are at it.
      b90f8f20
  2. 15 6月, 2005 4 次提交
  3. 13 6月, 2005 1 次提交
  4. 10 6月, 2005 1 次提交
    • B
      Please find attached a patch (diff -c against cvs HEAD) to add a · 4d0e7b4a
      Bruce Momjian 提交于
      function that accepts a double precision argument assumed to be a Unix
      epoch timestamp and returns timestamp with time zone, and accompanying
      documentation.
      
      Usage:
      
      test=# select to_timestamp(200120400);
             to_timestamp
      ------------------------
        1976-05-05 14:00:00+09
      (1 row)
      
      Michael Glaesemann
      4d0e7b4a
  5. 07 6月, 2005 2 次提交
  6. 23 5月, 2005 2 次提交
  7. 20 5月, 2005 1 次提交
  8. 11 5月, 2005 2 次提交
  9. 13 4月, 2005 1 次提交
  10. 01 4月, 2005 1 次提交
  11. 30 3月, 2005 1 次提交
  12. 26 3月, 2005 1 次提交
  13. 15 3月, 2005 1 次提交
  14. 07 3月, 2005 1 次提交
  15. 28 2月, 2005 1 次提交
  16. 11 2月, 2005 1 次提交
  17. 29 1月, 2005 1 次提交
  18. 27 1月, 2005 1 次提交
  19. 23 1月, 2005 1 次提交
  20. 10 1月, 2005 1 次提交
  21. 08 1月, 2005 1 次提交
  22. 24 12月, 2004 1 次提交
  23. 21 12月, 2004 1 次提交
  24. 14 12月, 2004 1 次提交
  25. 04 12月, 2004 1 次提交
  26. 03 12月, 2004 3 次提交
  27. 02 12月, 2004 1 次提交
  28. 28 11月, 2004 1 次提交
  29. 15 11月, 2004 1 次提交
  30. 08 11月, 2004 1 次提交
  31. 27 10月, 2004 1 次提交
  32. 04 10月, 2004 1 次提交