summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* tag her for beta3, as announced on Friday ...REL7_4_BETA3PostgreSQL Daemon2003-09-151-9/+9
* Rename --without-spinlocks to --disable-spinlocks, per Peter.Bruce Momjian2003-09-131-32/+30
* autoconf/autoheader run.Bruce Momjian2003-09-131-158/+20
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-121-1/+44
* autoconf run.Bruce Momjian2003-09-071-1/+1
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-11/+29
* Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane2003-09-071-0/+4
* Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut2003-09-011-10/+2
* update to beta2REL7_4_BETA2PostgreSQL Daemon2003-08-271-9/+9
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-161-21/+162
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-08-111-64/+72
* Fix typo.Tom Lane2003-08-071-1/+1
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-2/+147
* change tag to 7.4beta1 and update the Copyright to 2003PostgreSQL Daemon2003-08-041-11/+11
* Re-add USE_THREADS, used by ecpg.Bruce Momjian2003-08-041-1/+5
* Fix thread handling in configure.Bruce Momjian2003-08-041-18/+16
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-041-38/+0
* Don't pull in libbind except on BeOS, per pgsql-bugs discussion aroundTom Lane2003-08-031-0/+3
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-011-1/+1
* --enable-thread-safeness -> --enable-thread-safetyBruce Momjian2003-08-011-7/+7
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-0/+180
* Rename --with-threads to --enable-thread-safeness, per Peter.Bruce Momjian2003-07-231-9/+9
* Fix threading configure tests, from Peter.Bruce Momjian2003-07-221-5/+4
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-0/+121
* Move thread checking code farther down in conflgure.Bruce Momjian2003-06-181-338/+338
* Run autoconf/autoheader for ecpg change.Bruce Momjian2003-06-151-1/+1
* Move thread os defines into template files.Bruce Momjian2003-06-141-26/+9
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-3/+19
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-141-6/+105
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-131-13/+63
* <sys/socket.h> requires <sys/types.h> to already have been includedTom Lane2003-06-121-0/+4
* IPv6 cleanups.Bruce Momjian2003-06-121-0/+65
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-111-0/+155
* Make bison version test actually work ...Tom Lane2003-06-091-2/+1
* Change configure check to use $YACC, per Tom.Bruce Momjian2003-06-071-1/+1
* Add configure warning to check for bison version >= 1.875.Bruce Momjian2003-06-061-0/+13
* Add configure thread tests.Bruce Momjian2003-05-271-197/+334
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-221-4/+3
* Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian2003-05-161-1/+2
* Add copydir() function because xcopy doesn't work in XP without aBruce Momjian2003-05-151-2/+3
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-6/+142
* Remove HPUX 9 rint() test.Bruce Momjian2003-05-101-154/+0
* autoconf run for crypt().Bruce Momjian2003-05-091-1/+2
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-091-1/+3
* Add opendir/readdir/closedir() for Win32.Bruce Momjian2003-05-091-1/+2
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-071-2/+3
* Properly test for buggy flex 2.5.3.Bruce Momjian2003-05-061-1/+1
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-0/+105
* Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian2003-04-221-2/+7
* On some systems <sys/types.h> must be included before <sys/socket.h>.Tom Lane2003-04-121-0/+1