summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* change tag to 7.4beta1 and update the Copyright to 2003PostgreSQL Daemon2003-08-041-3/+3
* Re-add USE_THREADS, used by ecpg.Bruce Momjian2003-08-041-2/+3
* Fix thread handling in configure.Bruce Momjian2003-08-041-7/+9
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-041-10/+1
* Don't pull in libbind except on BeOS, per pgsql-bugs discussion aroundTom Lane2003-08-031-2/+5
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-011-2/+2
* --enable-thread-safeness -> --enable-thread-safetyBruce Momjian2003-08-011-8/+8
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-2/+2
* 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-1/+2
* Move thread checking code farther down in conflgure.Bruce Momjian2003-06-181-24/+24
* Make ecpg thread safe.Bruce Momjian2003-06-151-3/+3
* Move thread os defines into template files.Bruce Momjian2003-06-141-25/+8
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-5/+21
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-141-7/+26
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-131-11/+24
* <sys/socket.h> requires <sys/types.h> to already have been includedTom Lane2003-06-121-1/+2
* IPv6 cleanups.Bruce Momjian2003-06-121-1/+2
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-111-1/+16
* Make bison version test actually work ...Tom Lane2003-06-091-3/+2
* Change configure check to use $YACC, per Tom.Bruce Momjian2003-06-071-2/+2
* Add configure warning to check for bison version >= 1.875.Bruce Momjian2003-06-061-1/+11
* Add configure thread tests.Bruce Momjian2003-05-271-1/+28
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-221-2/+2
* Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian2003-05-161-2/+3
* Add copydir() function because xcopy doesn't work in XP without aBruce Momjian2003-05-151-3/+4
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-7/+7
* Remove HPUX 9 rint() test.Bruce Momjian2003-05-101-17/+1
* Add crypt() to /port for Win32.Bruce Momjian2003-05-091-2/+2
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-091-2/+3
* Add opendir/readdir/closedir() for Win32.Bruce Momjian2003-05-091-2/+3
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-071-2/+2
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-1/+2
* Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian2003-04-221-3/+8
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-48/+35
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-2/+11
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-291-9/+7
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-211-2/+3
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-061-3/+3
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-191-5/+8
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-141-2/+4
* Simplify evaluation of TCL_INCLUDE_SPEC.Peter Eisentraut2003-02-111-9/+2
* Factor out the code that detects the long long int snprintf format into aPeter Eisentraut2003-01-281-81/+16
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-251-3/+3
* A tiny patch to fix a typo in configure.in and another one inBruce Momjian2003-01-111-2/+2
* Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut2003-01-091-6/+6
* Small syntax cleanup.Bruce Momjian2003-01-071-2/+2
* Check for sockaddr_in6 for IPv6 code, rather than ip6.h.Bruce Momjian2003-01-071-5/+7
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-061-3/+3