summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2003-06-18Move thread checking code farther down in conflgure.Bruce Momjian
2003-06-15Make ecpg thread safe.Bruce Momjian
2003-06-14Move thread os defines into template files.Bruce Momjian
2003-06-14Make libpq thread-safe with configure --with-threads option.Bruce Momjian
2003-06-14Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian
2003-06-13Add --with-threads configure option to control threaded libpq.Bruce Momjian
2003-06-12<sys/socket.h> requires <sys/types.h> to already have been includedTom Lane
2003-06-12IPv6 cleanups.Bruce Momjian
2003-06-11Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian
2003-06-09Make bison version test actually work ...Tom Lane
2003-06-07Change configure check to use $YACC, per Tom.Bruce Momjian
2003-06-06Add configure warning to check for bison version >= 1.875.Bruce Momjian
2003-05-27Add configure thread tests.Bruce Momjian
2003-05-22Adjust configure so that extern tzname[] will be checked forTom Lane
2003-05-16Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian
2003-05-15Add copydir() function because xcopy doesn't work in XP without aBruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-10Remove HPUX 9 rint() test.Bruce Momjian
2003-05-09Add crypt() to /port for Win32.Bruce Momjian
2003-05-09Add rint() to /port, remove from qnx/.Bruce Momjian
2003-05-09Add opendir/readdir/closedir() for Win32.Bruce Momjian
2003-05-07Change alternate database location patch to test for symlink() ratherBruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-03-06Use poll(2) in preference to select(2), if available. This solvesTom Lane
2003-02-19Here's the patch I promised over on HACKERS - it alters theBruce Momjian
2003-02-14Update FAQ's in head and 7.3.X.Bruce Momjian
2003-02-11Simplify evaluation of TCL_INCLUDE_SPEC.Peter Eisentraut
2003-01-28Factor out the code that detects the long long int snprintf format into aPeter Eisentraut
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-11A tiny patch to fix a typo in configure.in and another one inBruce Momjian
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-07Small syntax cleanup.Bruce Momjian
2003-01-07Check for sockaddr_in6 for IPv6 code, rather than ip6.h.Bruce Momjian
2003-01-06Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut
2003-01-06Add test for netinet/ip6.h and getaddrinfo, to enable IPv6.Bruce Momjian
2003-01-06Update ipv6 comment, move configure test to the right placeBruce Momjian
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-30Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane
2002-12-29Clean up quoting in configure.in. configure did not change.Bruce Momjian
2002-12-15Improve comment.Bruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-03Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian
2002-11-04Brand CVS tip as 7.4devel.Tom Lane
2002-11-03Stamp beta4.Bruce Momjian