summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2003-05-10Remove HPUX 9 rint() test.Bruce Momjian
2003-05-09autoconf run for crypt().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-05-06Properly test for buggy flex 2.5.3.Bruce 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-12On some systems <sys/types.h> must be included before <sys/socket.h>.Tom Lane
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-19Autoconf run for readline/libedit patch.Bruce 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-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-15Improve comment.Bruce Momjian
2002-12-06Re-addd Rod's ALTER DOMAIN patch.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
2002-10-24Add fseeko for NetBSD.Bruce Momjian
2002-10-24Stamp for 7.3 beta3.Bruce Momjian
2002-10-24Fix include files for new PageOutput call.Bruce Momjian
2002-10-23Add comments on bsd/os handling.Bruce Momjian
2002-10-23Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian
2002-09-25Stamp configure for beta2.Bruce Momjian
2002-09-20Put in defense against gcc -ffast-math.Peter Eisentraut
2002-09-17Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.Bruce Momjian
2002-09-11Add mention of config.log for configure failure debugging.Bruce Momjian
2002-09-06Add JAVA_HOME test for Ant.Bruce Momjian
2002-09-05autoconfPeter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does thatBruce Momjian
2002-09-04Brand 7.3. Ready for beta!Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Add check for Ant version >= 1.5.Bruce Momjian
2002-08-30Run autoconf.Bruce Momjian