1. 18 Nov, 2004 1 commit
    • Tom Lane's avatar
      Force pg_database updates out to disk immediately after ALTER DATABASE; · b2a2f4ce
      Tom Lane authored
      this is to avoid scenarios where incoming backends find no live copies
      of a database's row because the only live copy is in an as-yet-unwritten
      shared buffer, which they can't see.  Also, use FlushRelationBuffers()
      for forcing out pg_database, instead of the much more expensive BufferSync().
      There's no need to write out pages belonging to other relations.
      b2a2f4ce
  2. 17 Nov, 2004 22 commits
  3. 16 Nov, 2004 8 commits
  4. 15 Nov, 2004 3 commits
  5. 14 Nov, 2004 5 commits
  6. 13 Nov, 2004 1 commit