1. 08 Mar, 2006 6 commits
  2. 07 Mar, 2006 9 commits
  3. 06 Mar, 2006 19 commits
  4. 05 Mar, 2006 6 commits
    • Neil Conway's avatar
      Per recent discussion on -hackers, we should sometimes reorder the · 99114a24
      Neil Conway authored
      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
    • Bruce Momjian's avatar
      Add: · f9520ac1
      Bruce Momjian authored
      > 	o Port contrib/xml2
      f9520ac1
    • Andrew Dunstan's avatar
      · 5d723d05
      Andrew Dunstan authored
      Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch
      and docs from Dmitry Karasik, slightly editorialised.
      5d723d05
    • Bruce Momjian's avatar
      Update copyright for 2006. Update scripts. · f2f5b056
      Bruce Momjian authored
      f2f5b056
    • Bruce Momjian's avatar
      Update to 2006. · e096406c
      Bruce Momjian authored
      e096406c
    • Bruce Momjian's avatar
      Done: · 5173b1a4
      Bruce Momjian authored
      > 	o -Add "include file" functionality in postgresql.conf
      5173b1a4