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