summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
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
2002-08-30Re-enable perl configure tests for psql help file generation.Bruce Momjian
2002-08-30perl5 interface moved to gborgMarc G. Fournier
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-22Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier
2002-08-20Enable large file support.Peter Eisentraut
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian
2002-07-17Improve getopt_long search, per Peter:Bruce Momjian
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
2002-07-15Add search for libgetopt.a in hopes of finding getopt_long().Bruce Momjian
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-07Move CXX platform-specific stuff into template files.Bruce Momjian
2002-05-28Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut
2002-05-24Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-26Fix typo.Tom Lane
2002-04-26Add checking for syslog.hTatsuo Ishii