summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-151-17/+17
* Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strangeNeil Conway2005-05-071-68/+5
* On Win32, libintl replaces snprintf() with its own version thatBruce Momjian2005-05-051-1/+7
* The issue has been raised in the past that our build system links eachNeil Conway2005-05-051-5/+68
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-3/+118
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-111-0/+5
* Use test && test rather than test -a, per Peter.Bruce Momjian2005-03-021-1/+1
* Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian2005-03-021-1/+2
* Un-break configure snprintf tests (partly my fault, partly Bruce's).Tom Lane2005-02-281-62/+64
* Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests soBruce Momjian2005-02-281-62/+62
* We aren't supposed to try to run test programs until after we'veTom Lane2005-02-241-134/+137
* Clean up printf arg-control test, per Kurt Roeckx.Tom Lane2005-02-241-10/+8
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-0/+57
* Stamp 8.1 in configure.Bruce Momjian2005-01-181-9/+9
* its that time ... tag it for releaseREL8_0_0PostgreSQL Daemon2005-01-171-9/+9
* up release to rc5REL8_0_0RC5PostgreSQL Daemon2005-01-111-9/+9
* upgrade tags to rc4REL8_0_0RC4PostgreSQL Daemon2005-01-071-9/+9
* Adjust a few more copyright notices to match the format expected byTom Lane2005-01-011-2/+2
* forgot to autoconf after tag'ng configure.in with rc3REL8_0_0RC3PostgreSQL Daemon2004-12-311-11/+11
* tag files for rc2REL8_0_0RC2PostgreSQL Daemon2004-12-211-9/+9
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-110/+0
* Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane2004-12-161-1/+115
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-161-15/+20
* Update aix cc_r wording.Bruce Momjian2004-12-141-3/+3
* Mention aix cc_r is not supported, and whyBruce Momjian2004-12-141-0/+3
* tag configure for rc1 ..REL8_0_0RC1PostgreSQL Daemon2004-12-031-9/+9
* Allow libedit to keep its headers in /usr/include/readline/ ... not aTom Lane2004-12-021-0/+234
* Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumedTom Lane2004-12-021-7/+8
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-021-0/+12
* Fix readline/libedit selection code to prefer readline over libeditTom Lane2004-11-301-20/+270
* update us to beta5REL8_0_0BETA5PostgreSQL Daemon2004-11-221-9/+9
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-061-1/+2
* Move pthread.h test up to use PTHREAD_CFLAGS.Bruce Momjian2004-11-021-5/+6
* make sure we tag configure.in as beta4 as well ...REL8_0_0BETA4PostgreSQL Daemon2004-10-251-9/+9
* If we're going to test for switch validity by observing whether theTom Lane2004-10-241-1/+3
* When using GCC, change the default CFLAGS to:Neil Conway2004-10-201-21/+145
* > This lets you do something like:Bruce Momjian2004-10-151-0/+7
* Another try at making plpython autoconfiguration work correctly. Use aTom Lane2004-10-111-3/+21
* Un-break plpython build for non-Windows platforms.Tom Lane2004-10-101-15/+6
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-0/+141
* Allow plpython to build on Win32.Bruce Momjian2004-10-061-20/+3
* Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway2004-10-011-2/+2
* update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon2004-09-271-11/+11
* Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut2004-09-171-1/+2
* Make discovery of python_configdir architecture independent. SolutionJoe Conway2004-09-161-1/+14
* Send thread test output to file descriptor 5 like configure does ratherBruce Momjian2004-09-111-1/+1
* Check for ignored thread compiler options to reduce compiler noise.Bruce Momjian2004-09-111-7/+21
* Use $PORTNAME consistently instead of $host_os, where appropriate.Bruce Momjian2004-09-101-13/+10
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-0/+4
* Some versions of lex will drop a lex.yy.c file when we probe to see ifTom Lane2004-09-021-1/+1