1. 13 Oct, 2003 3 commits
    • Peter Eisentraut's avatar
      Translation update · 27318d88
      Peter Eisentraut authored
      27318d88
    • Tom Lane's avatar
      Determine max_connections first, then see how large shared_buffers can · 87299583
      Tom Lane authored
      be made, to avoid corner cases where max_connections ends up unreasonably
      small because shared_buffers is hogging too much shmem space.  Per pghackers
      discussion about a week ago.  Also, fix the copy-newlines problem in a
      more robust way, by using COPY FROM filename instead of COPY FROM STDIN;
      per a suggestion from Peter.
      87299583
    • Tom Lane's avatar
      Adjust setRelhassubclassInRelation() to not perform actual heap_update · e7261c46
      Tom Lane authored
      when the pg_class.relhassubclass value is already correct.  This should
      avoid most cases of the 'tuple concurrently updated' problem that
      Robert Creager recently complained about.  Also remove a bunch of dead
      code in StoreCatalogInheritance() --- it was still computing the complete
      list of direct and indirect inheritance ancestors, though that list has
      not been needed since we got rid of the pg_ipl catalog.
      e7261c46
  2. 12 Oct, 2003 3 commits
  3. 11 Oct, 2003 4 commits
  4. 10 Oct, 2003 12 commits
  5. 09 Oct, 2003 18 commits