"...postgres-fd-implementation.git" did not exist on "bc4e6db44c07dbef7e7c8d528b9c050417f898c3"
- 06 Dec, 2005 1 commit
-
-
Tom Lane authored
on libintl which may or may not provide what we need. Make a few marginal cleanups to ensure this works. Andrew Dunstan and Tom Lane.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 27 Sep, 2005 1 commit
-
-
Tom Lane authored
relocated after installation. We can't trust the installation paths inserted into Makefile.global by configure, so instead we must get the paths from pg_config. This requires extending pg_config to support all the separately-configurable path names, but that was on TODO anyway.
-
- 29 Aug, 2005 1 commit
-
-
Tom Lane authored
it can be done right. Allow explicit use of absolute DataDir path. Per Dave Page.
-
- 12 Aug, 2005 1 commit
-
-
Tom Lane authored
this was harder than it seemed at first glance). Also push code for checking for ".." in file names into path.c where it belongs.
-
- 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.
-
- 06 Jul, 2005 1 commit
-
-
Bruce Momjian authored
-
- 05 Jul, 2005 1 commit
-
-
Bruce Momjian authored
build of zic.
-
- 04 Jul, 2005 1 commit
-
-
Bruce Momjian authored
-
- 27 Jun, 2005 1 commit
-
-
Neil Conway authored
some security issues, and upstream has declared it "dead". Patch from Magnus Hagander, minor editorialization from Neil Conway.
-
- 25 May, 2005 1 commit
-
-
Bruce Momjian authored
them, the executation behavior could be unexpected.
-
- 25 Mar, 2005 1 commit
-
-
Tom Lane authored
should work on Windows now. Also, rename set_noblock to pg_set_noblock; since it is included in libpq, the former name polluted application namespace.
-
- 16 Mar, 2005 1 commit
-
-
Bruce Momjian authored
Add support for snprintf '+', 'h', and %* length settings.
-
- 11 Mar, 2005 2 commits
-
-
Bruce Momjian authored
Document use of macros for pg_printf functions. Bump major versions of all interfaces to handle movement of get_progname from libpq to libpgport in 8.0, and probably other libpgport changes in 8.1.
-
Bruce Momjian authored
implementation doesn't export out via libpq and get used by a user application.
-
- 27 Feb, 2005 1 commit
-
-
Bruce Momjian authored
Magnus Hagander
-
- 06 Jan, 2005 1 commit
-
-
Tom Lane authored
consistent. On Unix we now always consult getpwuid(); $HOME isn't used at all. On Windows the code currently consults $USERPROFILE, or $HOME if that's not defined, but I expect this will change as soon as the win32 hackers come to a consensus. Nothing done yet about changing the file names used underneath $USERPROFILE.
-
- 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 ...
-
- 17 Nov, 2004 1 commit
-
-
Tom Lane authored
-
- 08 Nov, 2004 1 commit
-
-
Bruce Momjian authored
-
- 06 Nov, 2004 1 commit
-
-
Tom Lane authored
everywhere not just some places, get rid of . and .. when joining path sections together. This should eliminate most of the ugly paths like /foo/bar/./baz that we've been generating.
-
- 11 Oct, 2004 1 commit
-
-
Bruce Momjian authored
don't support junction points. Doesn't affect native Win32.
-
- 27 Sep, 2004 2 commits
-
-
Bruce Momjian authored
+ #if defined(_MSC_VER) || defined(__BORLANDC__) + #define WIN32_CLIENT_ONLY + #endif
-
Bruce Momjian authored
rename prototype conflict.
-
- 09 Sep, 2004 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 08 Sep, 2004 1 commit
-
-
Bruce Momjian authored
-
- 29 Aug, 2004 3 commits
-
-
Tom Lane authored
Fix TablespaceCreateDbspace() to be able to create a dummy directory in place of a dropped tablespace's symlink. This eliminates the open problem of a PANIC during WAL replay when a replayed action attempts to touch a file in a since-deleted tablespace. It also makes for a significant improvement in the usability of PITR replay.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 17 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 12 Aug, 2004 1 commit
-
-
Bruce Momjian authored
and doesn't process forward slashes in the same way as external commands. Quoting the first argument to COPY does not convert forward to backward slashes, but COPY does properly process quoted forward slashes in the second argument. Win32 COPY works with quoted forward slashes in the first argument only if the current directory is the same as the directory of the first argument.
-
- 09 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 08 Aug, 2004 2 commits
-
-
Bruce Momjian authored
CurrentMemoryContext is DLLIMPORT on Win32. Work around that by creating stubs in the backend for palloc/pstrdup. Also fix pg_dumpall to do proper quoting on Win32.
-
Bruce Momjian authored
-
- 07 Aug, 2004 1 commit
-
-
Bruce Momjian authored
uses that for win32 tablespaces. Andreas Pflug
-
- 01 Aug, 2004 2 commits
-
-
Bruce Momjian authored
Andrew Dunstan
-
Bruce Momjian authored
-