summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2004-09-17Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut
2004-09-16Make discovery of python_configdir architecture independent. SolutionJoe Conway
2004-09-11Send thread test output to file descriptor 5 like configure does ratherBruce Momjian
2004-09-11Check for ignored thread compiler options to reduce compiler noise.Bruce Momjian
2004-09-10Use $PORTNAME consistently instead of $host_os, where appropriate.Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-02Some versions of lex will drop a lex.yy.c file when we probe to see ifTom Lane
2004-09-02Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane
2004-08-31tag configure beta2REL8_0_0BETA2PostgreSQL Daemon
2004-08-17Fix agressive collection of thread flags.Bruce Momjian
2004-08-16Fix syntax error just introduced.Bruce Momjian
2004-08-16autoconf for recent thread check changes.Bruce Momjian
2004-08-08tag her configure 8.0.0beta1 ...PostgreSQL Daemon
2004-08-08Fixups for Win32 symlinks.Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-01Add docs for initdb --auth.Bruce Momjian
2004-07-20Suppress readline usage in mingw in configure.Bruce Momjian
2004-07-14Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut
2004-07-10Add --enable-thread-safety-force to force a thread compile even if theBruce Momjian
2004-06-24Avoid including <sys/time.h> on platforms that don't have it.Tom Lane
2004-06-16Improve comment.Bruce Momjian
2004-06-16Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with theBruce Momjian
2004-06-08Fix mingw link check by using double-brackets.Bruce Momjian
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-05-28Remove quotes around $CONFIG_LINKS. Caused improper expansion.Bruce Momjian
2004-05-27Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian
2004-05-22Use wide-character library routines, if available, for upper/lower/initcapTom Lane
2004-05-21Put path configuration information into a .h file instead of clutteringTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-19Revert irix change to suppress configure warnings.Bruce Momjian
2004-05-19Configure adjustments for irix.Bruce Momjian
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-18Run autoconf for link update.Bruce Momjian
2004-05-18Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian
2004-05-17Improve configure win32 link test to run from config.status.Bruce Momjian
2004-05-13Refactor code to warn about configure link failures on MinGW.Bruce Momjian
2004-05-13Warn when MinGW fails to create symlinks during configure. ReportBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-04-30Rename to USE_PGTZ to match code.Bruce Momjian
2004-04-30Integrate timezone library to be called only from Win32.Bruce Momjian
2004-04-30Enable use of our own timezone library for Win32.Bruce Momjian
2004-04-27Improve thread failure wording.Bruce Momjian
2004-04-27Enable thread testing outside the source tree.Bruce Momjian
2004-04-27Do thread testing from configure in a much cleaner fashion.Bruce Momjian
2004-04-26Fix vpath for thread test.Bruce Momjian
2004-04-26More cleanup of thread tests.Bruce Momjian
2004-04-26Unconditionally define:Bruce Momjian