aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* This patch updates pgpipe() on win32 to log exactly which part of theBruce Momjian2004-06-11
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-10
* Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian2004-06-08
* Have strerror_r return "Unknown error".Bruce Momjian2004-06-08
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-07
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-03
* Add thread library to libpgport creation.Bruce Momjian2004-05-30
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-27
* Move setlocale() outside of NLS-only defines.Bruce Momjian2004-05-26
* Allow relative paths as long as the hardcoded path matches the bin pathBruce Momjian2004-05-25
* Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ...Bruce Momjian2004-05-25
* Skip settting LC_ALL in the backend.Bruce Momjian2004-05-25
* Make the locale location relocatable.Bruce Momjian2004-05-25
* Remove pstrdup() call from exec.c because DLLIMPORT flag onBruce Momjian2004-05-24
* Make validate_exec take a const char *, for gcc 3.4, which is moreBruce Momjian2004-05-24
* Fix for vpath builds.Tom Lane2004-05-22
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-21
* Fix random breakage in exec.c for platforms where strdup is a macro.Tom Lane2004-05-21
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Small variable rename in exec.c.Bruce Momjian2004-05-20
* Clean up find_my_exec to work cleaner.Bruce Momjian2004-05-20
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-19
* Supress verbose stderr messages while trying to find my exec path.Bruce Momjian2004-05-19
* Win32 can't have the same function coming from two library object files,Bruce Momjian2004-05-19
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-18
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-18
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-17
* Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian2004-05-14
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-13
* Fix Win32 bug with missing errno for strerror().Bruce Momjian2004-05-13
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-12
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-11
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Second try at a portable unsetenv().Tom Lane2004-05-05
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-24
* fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c.Bruce Momjian2004-03-23
* Fix getpwuid_r call:Bruce Momjian2004-03-23
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-20
* > (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian2004-03-14
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-10
* The win32 port backend will require the functionality provided byBruce Momjian2004-03-09
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-02
* For immediate application to HEAD.Bruce Momjian2004-02-26
* For application to HEAD, following community review.Bruce Momjian2004-02-25
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Looks like we need <unistd.h> for select() on Darwin.Tom Lane2004-02-10