summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2004-07-12Add blank line to new canonicalize_path file, which handles "a b\" properly.Bruce Momjian
2004-07-12Put back canonicalization of PGDATA environment variable.Bruce Momjian
2004-07-11Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian
2004-07-11Fix trim_trailing_separator() to not trim c:\ nor \\network\ on Win32.Bruce Momjian
2004-07-10Fix BSD-only coding in port.c (passing a local variable to putenv).Tom Lane
2004-06-30Revert mistaken #include change, per Merlin Moncure.Tom Lane
2004-06-24Include c.h instead of postgres.h in files that need to be usable inTom Lane
2004-06-11Use sizeof() rather than strlen() in array size.Bruce Momjian
2004-06-11This patch updates pgpipe() on win32 to log exactly which part of theBruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-08Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian
2004-06-08Have strerror_r return "Unknown error".Bruce Momjian
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
2004-05-30Add thread library to libpgport creation.Bruce Momjian
2004-05-27Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian
2004-05-26Move setlocale() outside of NLS-only defines.Bruce Momjian
2004-05-25Allow relative paths as long as the hardcoded path matches the bin pathBruce Momjian
2004-05-25Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ...Bruce Momjian
2004-05-25Skip settting LC_ALL in the backend.Bruce Momjian
2004-05-25Make the locale location relocatable.Bruce Momjian
2004-05-24Remove pstrdup() call from exec.c because DLLIMPORT flag onBruce Momjian
2004-05-24Make validate_exec take a const char *, for gcc 3.4, which is moreBruce Momjian
2004-05-22Fix for vpath builds.Tom Lane
2004-05-21Put path configuration information into a .h file instead of clutteringTom Lane
2004-05-21Fix random breakage in exec.c for platforms where strdup is a macro.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-20Small variable rename in exec.c.Bruce Momjian
2004-05-20Clean up find_my_exec to work cleaner.Bruce Momjian
2004-05-19Re-add elog() to exec.c, per Tom.Bruce Momjian
2004-05-19Supress verbose stderr messages while trying to find my exec path.Bruce Momjian
2004-05-19Win32 can't have the same function coming from two library object files,Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-18Clean up some relative path install issues with Claudio's help.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-14Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-13Fix Win32 bug with missing errno for strerror().Bruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-03-24Allow unlink/rename of files open by another process on Win32, using aBruce Momjian
2004-03-23fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c.Bruce Momjian
2004-03-23Fix getpwuid_r call:Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-14> (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian