1. 21 8月, 2006 2 次提交
  2. 19 8月, 2006 7 次提交
  3. 18 8月, 2006 5 次提交
    • M
      Changed lexer to no longer use the default rule. · e91600d1
      Michael Meskes 提交于
      Synced parser and keyword list.
      Fixed parsing of CONNECT statement so it accepts a C string again.
      e91600d1
    • B
      63b71c32
    • T
      Implement archive_timeout feature to force xlog file switches to occur no more · e8ea9e95
      Tom Lane 提交于
      than N seconds apart.  This allows a simple, if not very high performance,
      means of guaranteeing that a PITR archive is no more than N seconds behind
      real time.  Also make pg_current_xlog_location return the WAL Write pointer,
      add pg_current_xlog_insert_location to return the Insert pointer, and fix
      pg_xlogfile_name_offset to return its results as a two-element record instead
      of a smashed-together string, as per recent discussion.
      
      Simon Riggs
      e8ea9e95
    • T
      Fix an oversight in mergejoin planning: the planner would reject a · 92c651f8
      Tom Lane 提交于
      mergejoin possibility where the inner rel was less well sorted than
      the outer (ie, it matches some but not all of the merge clauses that
      can work with the outer), if the inner path in question is also the
      overall cheapest path for its rel.  This is an old bug, but I'm not
      sure it's worth back-patching, because it's such a corner case.
      Noted while investigating a test case from Peter Hardman.
      92c651f8
    • T
      Teach convert_subquery_pathkeys() to handle the case where the · 144b0ae8
      Tom Lane 提交于
      subquery's pathkey is a RelabelType applied to something that appears
      in the subquery's output; for example where the subquery returns a
      varchar Var and the sort order is shown as that Var coerced to text.
      This comes up because varchar doesn't have its own sort operator.
      Per example from Peter Hardman.
      144b0ae8
  4. 16 8月, 2006 5 次提交
  5. 15 8月, 2006 6 次提交
  6. 14 8月, 2006 10 次提交
  7. 13 8月, 2006 5 次提交