Commit Graph

369 Commits (f82d99be7ef98bc252bb90da05801b4a2b51fad8)

Author SHA1 Message Date
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. 22 years ago
Bruce Momjian 1d2dbf0797 Improve comment. 22 years ago
Bruce Momjian e854bc4ac7 Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with the 22 years ago
Bruce Momjian 327d86ca99 Fix mingw link check by using double-brackets. 22 years ago
Bruce Momjian a63d2168e9 Fix strerror_r by checking return type from configure. 22 years ago
Bruce Momjian f54b95655e Remove quotes around $CONFIG_LINKS. Caused improper expansion. 22 years ago
Bruce Momjian 6f21f4adaa Move pgkill out into /port so pg_ctl can use it on Win32. 22 years ago
Tom Lane 3983869439 Use wide-character library routines, if available, for upper/lower/initcap 22 years ago
Tom Lane 13f96c4b6b Put path configuration information into a .h file instead of cluttering 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
PostgreSQL Daemon 58c42f37ab benign change ...added space to end of line 22 years ago
Bruce Momjian 4da36853ce Revert irix change to suppress configure warnings. 22 years ago
Bruce Momjian 5c1cfb5fc1 Configure adjustments for irix. 22 years ago
Bruce Momjian 14531e0c44 Rename irix5 port to irix. 22 years ago
Bruce Momjian 60a526e8f1 Improve win32 link test. Previous commit added most of the code, but 22 years ago
Bruce Momjian f3f8d36a57 Update Makefile dependencies for Win32 timezones, per Claudio. 22 years ago
Bruce Momjian 4307ca2a40 Improve configure win32 link test to run from config.status. 22 years ago
Bruce Momjian a676b852e8 Refactor code to warn about configure link failures on MinGW. 22 years ago
Bruce Momjian 550fbc6a98 Warn when MinGW fails to create symlinks during configure. Report 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 22 years ago
Bruce Momjian 82700281d0 More cleanups for USE_PGTZ. 22 years ago
Bruce Momjian b99a3a7541 Rename to USE_PGTZ to match code. 22 years ago
Bruce Momjian 7146eb0bc3 Integrate timezone library to be called only from Win32. 22 years ago
Bruce Momjian 7d6f37b8c0 Enable use of our own timezone library for Win32. 22 years ago
Bruce Momjian 9e6b8d7744 Improve thread failure wording. 22 years ago
Bruce Momjian 75a5cbf31b Enable thread testing outside the source tree. 22 years ago
Bruce Momjian e27338f26c Do thread testing from configure in a much cleaner fashion. 22 years ago
Bruce Momjian 8f367dd31b Fix vpath for thread test. 22 years ago
Bruce Momjian 9cb7b76ec7 More cleanup of thread tests. 22 years ago
Bruce Momjian 30a06fe2c4 Unconditionally define: 22 years ago
Bruce Momjian 6647ce87fe Exit with non-zero error on thread test failures. 22 years ago
Bruce Momjian 022a1e0cf1 More thread error improvements. 22 years ago
Bruce Momjian d7f9c9d558 Improve thread error message. 22 years ago
Bruce Momjian e03a253c15 Improve error message for platform thread failure. 22 years ago
Bruce Momjian 1cb7f2ebf3 More thread cleanups. 22 years ago
Bruce Momjian bc6ecbfeb3 Add mention to check config.log if thread test failure. 22 years ago
Bruce Momjian 45fbab2933 Make thread flags CFLAGS, not CPPFLAGS. 22 years ago
Bruce Momjian e295c55fae Check for gmake, then make, when doing thread test. 22 years ago
Bruce Momjian f6646efa4c Hook thread_test program run at the end of configure run. 22 years ago
Bruce Momjian 7a66015e98 Add new auto-detection of thread flags. 22 years ago
PostgreSQL Daemon 41fa9e9bae Remove all of the libpgtcl and pgtclsh files, including all references to 22 years ago
Bruce Momjian b8fd6756e2 Allow unlink/rename of files open by another process on Win32, using a 22 years ago
Bruce Momjian 34ce6b41cf Always test getpwuid_r because HEAD always uses *_r if it finds them. 22 years ago
Bruce Momjian aaf54d99f0 Handle draft version of getpwuid_r() that accepts only four arguments. 22 years ago