- 02 Sep, 2005 1 commit
-
-
Tom Lane authored
a local array isn't guaranteed to have any particular alignment, and so it could slow down the data transfer.
-
- 02 Aug, 2005 1 commit
-
-
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.
-
- 24 Mar, 2005 1 commit
-
-
Tom Lane authored
-
- 31 Dec, 2004 1 commit
-
-
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 ...
-
- 29 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 23 Feb, 2004 1 commit
-
-
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.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 11 Nov, 2003 1 commit
-
-
Bruce Momjian authored
-
- 10 Sep, 2003 1 commit
-
-
Tom Lane authored
ERROR to WARNING so we keep control.
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 27 Jul, 2003 1 commit
-
-
Tom Lane authored
-
- 16 May, 2003 1 commit
-
-
Bruce Momjian authored
under Win32. Also fix other compile issues.
-
- 15 May, 2003 1 commit
-
-
Bruce Momjian authored
window.
-