1. 29 May, 2005 9 commits
  2. 28 May, 2005 3 commits
    • Tom Lane's avatar
      Bgwriter should PANIC if it runs out of memory for pending-fsyncs · f8a05160
      Tom Lane authored
      hash table.  This is a pretty unlikely scenario, since the table
      should be tiny, but we can't guarantee continued correct operation
      if it does occur.  Spotted by Qingqing Zhou.
      f8a05160
    • Tom Lane's avatar
      get_expr_result_type has to be prepared to pull type information · 6d9ee031
      Tom Lane authored
      from a RECORD Const node, because that's what it may be faced with
      after constant-folding of a function returning RECORD.  Per example
      from Michael Fuhr.
      6d9ee031
    • Bruce Momjian's avatar
      Remove: · 70f32049
      Bruce Momjian authored
      <
      < * Add XML output to pg_dump and COPY
      <
      <   We already allow XML to be stored in the database, and XPath queries
      <   can be used on that data using /contrib/xml2. It also supports XSLT
      <   transformations.
      70f32049
  3. 27 May, 2005 10 commits
  4. 26 May, 2005 9 commits
  5. 25 May, 2005 4 commits
  6. 24 May, 2005 5 commits