1. 06 3月, 2006 4 次提交
    • B
      In psql, save history of backslash commands used in multi-line · ca8f2799
      Bruce Momjian 提交于
      statements before the multi-line statement, rather than inside the
      multi-line statement.
      ca8f2799
    • N
      Per recent discussion on -hackers, we should sometimes reorder the · 99114a24
      Neil Conway 提交于
      columns of the grouping clause to avoid redundant sorts. The optimizer
      is not currently capable of doing this, so this patch implements a
      simple hack in the analysis phase (transformGroupClause): if any
      subset of the GROUP BY clause matches a prefix of the ORDER BY list,
      that prefix is moved to the front of the GROUP BY clause. This
      shouldn't change the semantics of the query, and allows a redundant
      sort to be avoided for queries like "GROUP BY a, b ORDER BY b".
      99114a24
    • B
      Add: · f9520ac1
      Bruce Momjian 提交于
      > 	o Port contrib/xml2
      f9520ac1
    • A
      · 5d723d05
      Andrew Dunstan 提交于
      Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch
      and docs from Dmitry Karasik, slightly editorialised.
      5d723d05
  2. 05 3月, 2006 11 次提交
  3. 04 3月, 2006 20 次提交
  4. 03 3月, 2006 5 次提交