1. 16 9月, 2006 1 次提交
  2. 14 9月, 2006 2 次提交
  3. 10 9月, 2006 1 次提交
    • T
      Rename contains/contained-by operators to @> and <@, per discussion that · ba920e1c
      Tom Lane 提交于
      agreed these symbols are less easily confused.  I made new pg_operator
      entries (with new OIDs) for the old names, so as to provide backward
      compatibility while making it pretty easy to remove the old names in
      some future release cycle.  This commit only touches the core datatypes,
      contrib will be fixed separately.
      ba920e1c
  4. 05 9月, 2006 1 次提交
  5. 25 8月, 2006 1 次提交
  6. 24 5月, 2006 1 次提交
    • T
      * Add support NULL to GiST. · d2158b02
      Teodor Sigaev 提交于
      * some refactoring and simplify code int gistutil.c and gist.c
      * now in some cases it can be called used-defined
        picksplit method for non-first column in index, but here
      	is a place to do more.
      * small fix of docs related to support NULL.
      d2158b02
  7. 19 1月, 2006 1 次提交
  8. 08 11月, 2005 1 次提交
  9. 05 11月, 2005 1 次提交
  10. 21 10月, 2005 1 次提交
  11. 13 9月, 2005 1 次提交
  12. 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
  13. 23 1月, 2005 1 次提交
  14. 09 1月, 2005 1 次提交
  15. 24 12月, 2004 1 次提交
  16. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  17. 07 11月, 2003 1 次提交
  18. 30 9月, 2003 1 次提交
  19. 12 9月, 2003 1 次提交
  20. 01 9月, 2003 1 次提交
  21. 29 5月, 2003 1 次提交
    • T
      Replace functional-index facility with expressional indexes. Any column · fc8d970c
      Tom Lane 提交于
      of an index can now be a computed expression instead of a simple variable.
      Restrictions on expressions are the same as for predicates (only immutable
      functions, no sub-selects).  This fixes problems recently introduced with
      inlining SQL functions, because the inlining transformation is applied to
      both expression trees so the planner can still match them up.  Along the
      way, improve efficiency of handling index predicates (both predicates and
      index expressions are now cached by the relcache) and fix 7.3 oversight
      that didn't record dependencies of predicate expressions.
      fc8d970c
  22. 15 5月, 2003 1 次提交
  23. 26 3月, 2003 1 次提交
  24. 13 3月, 2003 1 次提交
  25. 12 11月, 2002 1 次提交
  26. 22 9月, 2002 1 次提交
  27. 14 8月, 2002 1 次提交
  28. 31 7月, 2002 1 次提交
  29. 22 6月, 2002 2 次提交
  30. 21 6月, 2002 1 次提交
  31. 07 1月, 2002 1 次提交
  32. 04 12月, 2001 1 次提交
  33. 29 11月, 2001 1 次提交
  34. 21 11月, 2001 1 次提交
  35. 19 11月, 2001 1 次提交
  36. 18 11月, 2001 1 次提交
  37. 09 11月, 2001 1 次提交
  38. 01 11月, 2001 1 次提交