summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-041-7/+7
* First attempt at removing some AC_CHECK_LIB(foo, main) calls.Peter Eisentraut2006-02-041-133/+397
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-0/+11
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-171-0/+75
* Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane2006-01-121-3/+7
* Remove BEOS port.Bruce Momjian2006-01-051-79/+0
* Remove QNX port.Bruce Momjian2006-01-051-1/+0
* Add URL for Solaris qsort() bug.Bruce Momjian2005-12-171-1/+2
* Update doc mention that Solaris qsort() might be fixed.Bruce Momjian2005-12-171-0/+2
* Put [] around default value for port number.Peter Eisentraut2005-12-081-1/+1
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-6/+29
* Add comment on why pg *printf functions are used unconditionally onBruce Momjian2005-12-061-0/+4
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-10/+9
* Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian2005-12-041-11/+52
* Brand HEAD branch as 8.2devel.Tom Lane2005-11-051-9/+9
* Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0PostgreSQL Daemon2005-11-051-9/+9
* tag it for rc1REL8_1_0RC1PostgreSQL Daemon2005-10-301-9/+9
* update configure and bugtemplate for beta 4 ...REL8_1_0BETA4PostgreSQL Daemon2005-10-221-9/+9
* Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian2005-10-131-1/+1
* must commit *after* autoconf, not beforeREL8_1_0BETA3PostgreSQL Daemon2005-10-111-9/+9
* Add -Winline to the default CFLAGS for gcc, and removeTom Lane2005-10-051-54/+1
* Prevent threaded python build on BSD's, where it fails.Bruce Momjian2005-09-261-0/+20
* tag it all beta2 ...REL8_1_0BETA2PostgreSQL Daemon2005-09-161-9/+9
* Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian2005-08-291-1/+1
* Add comment explaining that autoconf's failure to find getaddrinfo()Tom Lane2005-08-251-2/+5
* fix up a few references to 8.1devel -> 8.1beta1REL8_1_0BETA1PostgreSQL Daemon2005-08-241-9/+9
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-0/+15
* Back out incorrect commit.Bruce Momjian2005-08-231-15/+0
* Fix function name.Bruce Momjian2005-08-231-0/+15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-0/+416
* Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan.Tom Lane2005-08-171-94/+1
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-8/+0
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-061-13/+1
* Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane2005-07-051-1/+3
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-031-1/+13
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-011-3230/+6953
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-386/+1
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-1/+1
* 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