| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --enable-thread-safety-force to force a thread compile even if the | Bruce Momjian | 2004-07-10 | 1 | -10/+66 |
* | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | 1 | -1/+2 |
* | Improve comment. | Bruce Momjian | 2004-06-16 | 1 | -1/+1 |
* | Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with the | Bruce Momjian | 2004-06-16 | 1 | -2/+4 |
* | Fix mingw link check by using double-brackets. | Bruce Momjian | 2004-06-08 | 1 | -1/+1 |
* | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 | 1 | -0/+53 |
* | Remove quotes around $CONFIG_LINKS. Caused improper expansion. | Bruce Momjian | 2004-05-28 | 1 | -1/+1 |
* | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | 2004-05-27 | 1 | -0/+1 |
* | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane | 2004-05-22 | 1 | -57/+6 |
* | Put path configuration information into a .h file instead of cluttering | Tom Lane | 2004-05-21 | 1 | -0/+55 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -1/+1 |
* | Revert irix change to suppress configure warnings. | Bruce Momjian | 2004-05-19 | 1 | -141/+125 |
* | Configure adjustments for irix. | Bruce Momjian | 2004-05-19 | 1 | -122/+130 |
* | Rename irix5 port to irix. | Bruce Momjian | 2004-05-19 | 1 | -1/+1 |
* | Run autoconf for link update. | Bruce Momjian | 2004-05-18 | 1 | -2/+1 |
* | Update Makefile dependencies for Win32 timezones, per Claudio. | Bruce Momjian | 2004-05-18 | 1 | -12/+5 |
* | Improve configure win32 link test to run from config.status. | Bruce Momjian | 2004-05-17 | 1 | -12/+88 |
* | Refactor code to warn about configure link failures on MinGW. | Bruce Momjian | 2004-05-13 | 1 | -19/+13 |
* | Warn when MinGW fails to create symlinks during configure. Report | Bruce Momjian | 2004-05-13 | 1 | -0/+19 |
* | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian | 2004-05-11 | 1 | -1/+0 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -2/+1 |
* | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 | 1 | -1/+2 |
* | More cleanups for USE_PGTZ. | Bruce Momjian | 2004-04-30 | 1 | -1/+1 |
* | Rename to USE_PGTZ to match code. | Bruce Momjian | 2004-04-30 | 1 | -2/+2 |
* | Integrate timezone library to be called only from Win32. | Bruce Momjian | 2004-04-30 | 1 | -0/+3 |
* | Enable use of our own timezone library for Win32. | Bruce Momjian | 2004-04-30 | 1 | -1/+6 |
* | Improve thread failure wording. | Bruce Momjian | 2004-04-27 | 1 | -2/+6 |
* | Enable thread testing outside the source tree. | Bruce Momjian | 2004-04-27 | 1 | -1/+1 |
* | Do thread testing from configure in a much cleaner fashion. | Bruce Momjian | 2004-04-27 | 1 | -102/+59 |
* | Fix vpath for thread test. | Bruce Momjian | 2004-04-26 | 1 | -11/+11 |
* | More cleanup of thread tests. | Bruce Momjian | 2004-04-26 | 1 | -32/+40 |
* | Unconditionally define: | Bruce Momjian | 2004-04-26 | 1 | -4/+10 |
* | Exit with non-zero error on thread test failures. | Bruce Momjian | 2004-04-26 | 1 | -4/+8 |
* | More thread error improvements. | Bruce Momjian | 2004-04-26 | 1 | -1/+2 |
* | Improve thread error message. | Bruce Momjian | 2004-04-26 | 1 | -0/+2 |
* | Improve error message for platform thread failure. | Bruce Momjian | 2004-04-26 | 1 | -2/+3 |
* | More thread cleanups. | Bruce Momjian | 2004-04-25 | 1 | -2/+0 |
* | Add mention to check config.log if thread test failure. | Bruce Momjian | 2004-04-25 | 1 | -2/+2 |
* | Make thread flags CFLAGS, not CPPFLAGS. | Bruce Momjian | 2004-04-25 | 1 | -3/+0 |
* | Check for gmake, then make, when doing thread test. | Bruce Momjian | 2004-04-24 | 1 | -3/+43 |
* | Hook thread_test program run at the end of configure run. | Bruce Momjian | 2004-04-23 | 1 | -0/+46 |
* | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 | 1 | -56/+477 |
* | Remove all of the libpgtcl and pgtclsh files, including all references to | PostgreSQL Daemon | 2004-04-20 | 1 | -120/+1 |
* | Allow unlink/rename of files open by another process on Win32, using a | Bruce Momjian | 2004-03-24 | 1 | -0/+1 |
* | Always test getpwuid_r because HEAD always uses *_r if it finds them. | Bruce Momjian | 2004-03-20 | 1 | -59/+60 |
* | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian | 2004-03-20 | 1 | -0/+59 |
* | Add comment for Win32. | Bruce Momjian | 2004-03-09 | 1 | -1/+2 |
* | Fix wording of new bison warning, per Peter. | Bruce Momjian | 2004-03-03 | 1 | -2/+2 |
* | Update bison warning to be clearer about its purpose. | Bruce Momjian | 2004-03-02 | 1 | -4/+4 |
* | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian | 2004-02-11 | 1 | -15/+32 |