]> granicus.if.org Git - postgresql/history - configure.in
Error message editing: finish up undone task of reporting the problem
[postgresql] / configure.in
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-18 Bruce MomjianMove thread checking code farther down in conflgure.
2003-06-15 Bruce MomjianMake ecpg thread safe.
2003-06-14 Bruce MomjianMove thread os defines into template files.
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-13 Bruce MomjianAdd --with-threads configure option to control threaded...
2003-06-12 Tom Lane<sys/socket.h> requires <sys/types.h> to already have...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-11 Bruce MomjianAdd Rendezvous support to postmaster, from Chris Campbell
2003-06-09 Tom LaneMake bison version test actually work ...
2003-06-07 Bruce MomjianChange configure check to use $YACC, per Tom.
2003-06-06 Bruce MomjianAdd configure warning to check for bison version >...
2003-05-27 Bruce MomjianAdd configure thread tests.
2003-05-22 Tom LaneAdjust configure so that extern tzname[] will be checke...
2003-05-16 Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15 Bruce MomjianAdd copydir() function because xcopy doesn't work in...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-10 Bruce MomjianRemove HPUX 9 rint() test.
2003-05-09 Bruce MomjianAdd crypt() to /port for Win32.
2003-05-09 Bruce MomjianAdd rint() to /port, remove from qnx/.
2003-05-09 Bruce MomjianAdd opendir/readdir/closedir() for Win32.
2003-05-07 Bruce MomjianChange alternate database location patch to test for...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Bruce MomjianAdd Win32 versions of unlink and rename --- loop until...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-02-19 Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-11 Peter EisentrautSimplify evaluation of TCL_INCLUDE_SPEC.
2003-01-28 Peter EisentrautFactor out the code that detects the long long int...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-11 Bruce MomjianA tiny patch to fix a typo in configure.in and another...
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-07 Bruce MomjianSmall syntax cleanup.
2003-01-07 Bruce MomjianCheck for sockaddr_in6 for IPv6 code, rather than ip6.h.
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-06 Bruce MomjianAdd test for netinet/ip6.h and getaddrinfo, to enable...
2003-01-06 Bruce MomjianUpdate ipv6 comment, move configure test to the right...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-30 Tom LaneMake use of TCL_INCLUDE_SPEC if available (it's new...
2002-12-29 Bruce MomjianClean up quoting in configure.in. configure did not...
2002-12-15 Bruce MomjianImprove comment.
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-03 Bruce MomjianAdd OpenBSD local indent credentials, from William...
2002-11-04 Tom LaneBrand CVS tip as 7.4devel.
2002-11-03 Bruce MomjianStamp beta4.
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-24 Bruce MomjianStamp for 7.3 beta3.
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianAdd comments on bsd/os handling.
2002-10-23 Bruce MomjianAdd fseeko/ftello using fsetpos/fgetpos for BSD/OS.
2002-09-25 Bruce MomjianStamp configure for beta2.
2002-09-20 Peter EisentrautPut in defense against gcc -ffast-math.
2002-09-17 Bruce MomjianRemove src/test/regress/sql: plpgsql-nsp-testing.sql...
2002-09-11 Bruce MomjianAdd mention of config.log for configure failure debugging.
2002-09-06 Bruce MomjianAdd JAVA_HOME test for Ant.
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-09-04 Bruce MomjianStamp configure.in with 7.3b1, not just 7.3. Seems...
2002-09-04 Bruce MomjianBrand 7.3. Ready for beta!
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianAdd check for Ant version >= 1.5.
2002-08-30 Bruce MomjianUpdate documentation for --with-perl.
2002-08-30 Bruce MomjianRe-enable perl configure tests for psql help file gener...
2002-08-30 Marc G. Fournierperl5 interface moved to gborg
2002-08-22 Marc G. FournierRemove all traces of the ODBC driver, which is now...
2002-08-22 Marc G. FournierOkay, libpq++ is moved to GBorg, and all traces of...
2002-08-20 Peter EisentrautEnable large file support.
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianMove libc replacement files from src/backend/port to...
2002-07-17 Bruce MomjianImprove getopt_long search, per Peter:
2002-07-16 Bruce MomjianMove few remaining src/utils files to backend/port...
2002-07-15 Bruce MomjianAdd search for libgetopt.a in hopes of finding getopt_l...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-07 Bruce MomjianMove CXX platform-specific stuff into template files.
2002-05-28 Peter EisentrautChange PL/Perl and Pg interface build to use configured...
2002-05-24 Peter EisentrautChange PL/Tcl build to use configured compiler and...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-26 Tom LaneFix typo.
2002-04-26 Tatsuo IshiiAdd checking for syslog.h
2002-04-24 Bruce MomjianSorry for the package, but the following patch need...
2002-04-21 Thomas G. LockhartProvide new option "--enable-integer-datetimes". Defaul...
2002-04-21 Tatsuo IshiiRemove --enable-syslog option
2002-04-14 Peter EisentrautAllow detection of collateindex.pl in stylesheet direct...
2002-04-10 Peter EisentrautReadline and Zlib now required by default. Add options...
2002-04-10 Peter EisentrautAdd make install-strip target.
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-04-01 Tom LaneFix broken PG_VERSION_STR.
2002-03-30 Peter EisentrautFix more random breakage manifesting on FreeBSD.
2002-03-30 Peter EisentrautReorder some things so prerequisite macros don't get...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-03-13 Peter EisentrautMove
2002-03-12 Bruce MomjianChange "head -1" to "sort q" as suggested for POSIX...
2002-03-05 Bruce MomjianAt this moment, --enable-debug adds debugging informati...
next