Commit Graph

384 Commits (bffe45a72c4828070db380c955042b51d22d57f7)

Author SHA1 Message Date
Bruce Momjian fa82cddfd2 Move pthread.h test up to use PTHREAD_CFLAGS. 21 years ago
PostgreSQL Daemon 346aff04be make sure we tag configure.in as beta4 as well ... 21 years ago
Neil Conway 857e210ea9 When using GCC, change the default CFLAGS to: 21 years ago
Bruce Momjian 4d94e99b90 > This lets you do something like: 21 years ago
Bruce Momjian 902ca3e225 Here is a patch to fix win32 ssl builds. Summary of changes: 21 years ago
Neil Conway 3738510c2c Remove more traces of libpgtcl from the source tree. Also, make some 21 years ago
PostgreSQL Daemon 93371ed3a5 update for beta3, and update Copyright date to 2004 21 years ago
Peter Eisentraut 915351e9c7 Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just 21 years ago
Bruce Momjian 256ee0d5f3 Use $PORTNAME consistently instead of $host_os, where appropriate. 21 years ago
Tom Lane 3a6f1313b5 Use $PATH_SEPARATOR like the rest of the autoconf code, instead of 21 years ago
PostgreSQL Daemon 25aba1cafd tag configure beta2 21 years ago
PostgreSQL Daemon 708de8136b tag her configure 8.0.0beta1 ... 21 years ago
Bruce Momjian 5e01aa7ad1 Fixups for Win32 symlinks. 21 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 21 years ago
Bruce Momjian ca9540d34f Add docs for initdb --auth. 21 years ago
Bruce Momjian b8a89da230 Suppress readline usage in mingw in configure. 21 years ago
Peter Eisentraut d0c1bbdcc6 Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with the 21 years ago
Peter Eisentraut a837ed88b1 Detect locale/encoding mismatch in initdb, or pick a suitable encoding 21 years ago
Bruce Momjian 732f2fda82 Add --enable-thread-safety-force to force a thread compile even if the 21 years ago
Tom Lane a061a3f62f Avoid including <sys/time.h> on platforms that don't have it. 21 years ago
Bruce Momjian 1d2dbf0797 Improve comment. 21 years ago
Bruce Momjian e854bc4ac7 Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with the 21 years ago
Bruce Momjian 327d86ca99 Fix mingw link check by using double-brackets. 21 years ago
Bruce Momjian a63d2168e9 Fix strerror_r by checking return type from configure. 21 years ago
Bruce Momjian f54b95655e Remove quotes around $CONFIG_LINKS. Caused improper expansion. 21 years ago
Bruce Momjian 6f21f4adaa Move pgkill out into /port so pg_ctl can use it on Win32. 21 years ago
Tom Lane 3983869439 Use wide-character library routines, if available, for upper/lower/initcap 21 years ago
Tom Lane 13f96c4b6b Put path configuration information into a .h file instead of cluttering 21 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 21 years ago
PostgreSQL Daemon 58c42f37ab benign change ...added space to end of line 21 years ago
Bruce Momjian 4da36853ce Revert irix change to suppress configure warnings. 21 years ago
Bruce Momjian 5c1cfb5fc1 Configure adjustments for irix. 21 years ago
Bruce Momjian 14531e0c44 Rename irix5 port to irix. 21 years ago
Bruce Momjian 60a526e8f1 Improve win32 link test. Previous commit added most of the code, but 21 years ago
Bruce Momjian f3f8d36a57 Update Makefile dependencies for Win32 timezones, per Claudio. 21 years ago
Bruce Momjian 4307ca2a40 Improve configure win32 link test to run from config.status. 21 years ago
Bruce Momjian a676b852e8 Refactor code to warn about configure link failures on MinGW. 21 years ago
Bruce Momjian 550fbc6a98 Warn when MinGW fails to create symlinks during configure. Report 21 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 21 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 21 years ago
Bruce Momjian 82700281d0 More cleanups for USE_PGTZ. 21 years ago
Bruce Momjian b99a3a7541 Rename to USE_PGTZ to match code. 21 years ago
Bruce Momjian 7146eb0bc3 Integrate timezone library to be called only from Win32. 21 years ago
Bruce Momjian 7d6f37b8c0 Enable use of our own timezone library for Win32. 21 years ago
Bruce Momjian 9e6b8d7744 Improve thread failure wording. 21 years ago
Bruce Momjian 75a5cbf31b Enable thread testing outside the source tree. 21 years ago
Bruce Momjian e27338f26c Do thread testing from configure in a much cleaner fashion. 21 years ago
Bruce Momjian 8f367dd31b Fix vpath for thread test. 21 years ago
Bruce Momjian 9cb7b76ec7 More cleanup of thread tests. 21 years ago