summaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAgeFilesLines
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-7/+22
* Add thread library to libpgport creation.Bruce Momjian2004-05-301-3/+2
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-271-0/+59
* Move setlocale() outside of NLS-only defines.Bruce Momjian2004-05-261-1/+3
* Allow relative paths as long as the hardcoded path matches the bin pathBruce Momjian2004-05-251-81/+67
* Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ...Bruce Momjian2004-05-251-2/+2
* Skip settting LC_ALL in the backend.Bruce Momjian2004-05-251-2/+5
* Make the locale location relocatable.Bruce Momjian2004-05-252-22/+82
* Remove pstrdup() call from exec.c because DLLIMPORT flag onBruce Momjian2004-05-241-34/+25
* Make validate_exec take a const char *, for gcc 3.4, which is moreBruce Momjian2004-05-241-2/+2
* Fix for vpath builds.Tom Lane2004-05-221-1/+3
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-212-13/+20
* Fix random breakage in exec.c for platforms where strdup is a macro.Tom Lane2004-05-211-19/+19
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-2/+3
* Small variable rename in exec.c.Bruce Momjian2004-05-201-17/+17
* Clean up find_my_exec to work cleaner.Bruce Momjian2004-05-201-24/+39
* Re-add elog() to exec.c, per Tom.Bruce Momjian2004-05-191-9/+16
* Supress verbose stderr messages while trying to find my exec path.Bruce Momjian2004-05-191-13/+1
* Win32 can't have the same function coming from two library object files,Bruce Momjian2004-05-191-19/+1
* Move find_my_exec() way up into main.c so it is available to theBruce Momjian2004-05-182-64/+61
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-182-4/+4
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-173-39/+267
* Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian2004-05-141-5/+5
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-131-15/+13
* Fix Win32 bug with missing errno for strerror().Bruce Momjian2004-05-131-2/+2
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-122-8/+9
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-113-2/+387
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-072-74/+125
* Second try at a portable unsetenv().Tom Lane2004-05-051-0/+56
* Add new auto-detection of thread flags.Bruce Momjian2004-04-232-15/+3
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-194-7/+19
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-121-3/+5
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-241-0/+97
* fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c.Bruce Momjian2004-03-231-1/+2
* Fix getpwuid_r call:Bruce Momjian2004-03-231-2/+2
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-4/+8
* > (I also see some post-7.4.1 changes in src/template/solaris, so youBruce Momjian2004-03-141-2/+2
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-101-0/+35
* The win32 port backend will require the functionality provided byBruce Momjian2004-03-091-1/+27
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-021-2/+2
* For immediate application to HEAD.Bruce Momjian2004-02-261-6/+3
* For application to HEAD, following community review.Bruce Momjian2004-02-251-6/+11
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-231-6/+6
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-111-136/+16
* Looks like we need <unistd.h> for select() on Darwin.Tom Lane2004-02-101-1/+2
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-101-0/+42
* Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian2004-02-021-1/+8
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-021-1/+11
* Briefly,Bruce Momjian2004-02-021-0/+78
* Add WIN32 pipe implementation that uses sockets.Bruce Momjian2004-01-091-0/+55