1. 04 11月, 2005 2 次提交
  2. 03 11月, 2005 3 次提交
  3. 02 11月, 2005 3 次提交
  4. 01 11月, 2005 3 次提交
  5. 31 10月, 2005 2 次提交
  6. 30 10月, 2005 4 次提交
  7. 29 10月, 2005 7 次提交
  8. 28 10月, 2005 4 次提交
  9. 27 10月, 2005 9 次提交
  10. 26 10月, 2005 3 次提交
    • B
      Rename config section headings. · 7d9ff58b
      Bruce Momjian 提交于
      Simon Riggs
      7d9ff58b
    • T
      Fix longstanding bug that would sometimes let the planner generate a bad plan · ddb4015e
      Tom Lane 提交于
      for an outer join; symptom is bogus error "RIGHT JOIN is only supported with
      merge-joinable join conditions".  Problem was that select_mergejoin_clauses
      did its tests in the wrong order.  We need to force left join not right join
      for a merge join when there are non-mergeable join clauses; but the test for
      this only accounted for mergejoinability of the clause operator, and not
      whether the left and right Vars were of the proper relations.  Per report
      from Jean-Pierre Pelletier.
      ddb4015e
    • B
      Add: · 62cfa0f7
      Bruce Momjian 提交于
      >
      > 	o Add auto-expanded mode so expanded output is used if the row
      > 	  length is wider than the screen width.
      >
      > 	  Consider using auto-expanded mode for backslash commands like \df+.
      62cfa0f7