1. 03 Sep, 2007 2 commits
    • Tom Lane's avatar
      Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the · a4df52f9
      Tom Lane authored
      operator-family rewrite.  I had mistakenly supposed that these could use the
      pg_amproc entries for text[] and inet[] respectively.  However, binary
      compatibility of the underlying types does not make two array types binary
      compatible (since they must differ in the header field that gives the element
      type OID), and so the index support code doesn't consider those entries
      applicable.  Add back the missing pg_amproc entries, and add an opr_sanity
      query to try to catch such mistakes in future.  Per report from Gregory
      Maxwell.
      a4df52f9
    • Tom Lane's avatar
      Implement function-local GUC parameter settings, as per recent discussion. · 2abae34a
      Tom Lane authored
      There are still some loose ends: I didn't do anything about the SET FROM
      CURRENT idea yet, and it's not real clear whether we are happy with the
      interaction of SET LOCAL with function-local settings.  The documentation
      is a bit spartan, too.
      2abae34a
  2. 02 Sep, 2007 1 commit
  3. 01 Sep, 2007 3 commits
  4. 31 Aug, 2007 12 commits
  5. 30 Aug, 2007 3 commits
  6. 29 Aug, 2007 7 commits
  7. 28 Aug, 2007 12 commits