1. 02 Sep, 2005 1 commit
  2. 02 Aug, 2005 1 commit
    • Tom Lane's avatar
      Clean up CREATE DATABASE processing to make it more robust and get rid · 558730ac
      Tom Lane authored
      of special case for Windows port.  Put a PG_TRY around most of createdb()
      to ensure that we remove copied subdirectories on failure, even if the
      failure happens while creating the pg_database row.  (I think this explains
      Oliver Siegmar's recent report.)  Having done that, there's no need for
      the fragile assumption that copydir() mustn't ereport(ERROR), so simplify
      its API.  Eliminate the old code that used system("cp ...") to copy
      subdirectories, in favor of using copydir() on all platforms.  This not
      only should allow much better error reporting, but allows us to fsync
      the created files before trusting that the copy has succeeded.
      558730ac
  3. 24 Mar, 2005 1 commit
  4. 31 Dec, 2004 1 commit
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  5. 29 Aug, 2004 1 commit
  6. 23 Feb, 2004 1 commit
    • Tom Lane's avatar
      Replace opendir/closedir calls throughout the backend with AllocateDir · 7a57a672
      Tom Lane authored
      and FreeDir routines modeled on the existing AllocateFile/FreeFile.
      Like the latter, these routines will avoid failing on EMFILE/ENFILE
      conditions whenever possible, and will prevent leakage of directory
      descriptors if an elog() occurs while one is open.
      Also, reduce PANIC to ERROR in MoveOfflineLogs() --- this is not
      critical code and there is no reason to force a DB restart on failure.
      All per recent trouble report from Olivier Hubaut.
      7a57a672
  7. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  8. 11 Nov, 2003 1 commit
  9. 10 Sep, 2003 1 commit
  10. 04 Aug, 2003 1 commit
  11. 27 Jul, 2003 1 commit
  12. 16 May, 2003 1 commit
  13. 15 May, 2003 1 commit