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