summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2005-01-18Stamp 8.1 in configure.Bruce Momjian
2005-01-17its that time ... tag it for releaseREL8_0_0PostgreSQL Daemon
2005-01-11up release to rc5REL8_0_0RC5PostgreSQL Daemon
2005-01-07upgrade tags to rc4REL8_0_0RC4PostgreSQL Daemon
2005-01-01Adjust a few more copyright notices to match the format expected byTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-21tag files for rc2REL8_0_0RC2PostgreSQL Daemon
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-12-16Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane
2004-12-03tag configure for rc1 ..REL8_0_0RC1PostgreSQL Daemon
2004-12-02Allow libedit to keep its headers in /usr/include/readline/ ... not aTom Lane
2004-12-02Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian
2004-11-30Fix readline/libedit selection code to prefer readline over libeditTom Lane
2004-11-22update us to beta5REL8_0_0BETA5PostgreSQL Daemon
2004-11-06Add code to find_my_exec() to resolve a symbolic link down to theTom Lane
2004-11-02Move pthread.h test up to use PTHREAD_CFLAGS.Bruce Momjian
2004-10-25make sure we tag configure.in as beta4 as well ...REL8_0_0BETA4PostgreSQL Daemon
2004-10-20When using GCC, change the default CFLAGS to:Neil Conway
2004-10-15> This lets you do something like:Bruce Momjian
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-10-01Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway
2004-09-27update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon
2004-09-17Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut
2004-09-10Use $PORTNAME consistently instead of $host_os, where appropriate.Bruce Momjian
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-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-17Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with thePeter Eisentraut
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-20benign change ...added space to end of linePostgreSQL Daemon
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-18Improve win32 link test. Previous commit added most of the code, butBruce Momjian
2004-05-18Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian