]> granicus.if.org Git - postgresql/history - configure.in
Make the world safe (more or less) for dropped columns in plpgsql rowtypes.
[postgresql] / configure.in
2003-09-15 PostgreSQL Daemontag her for beta3, as announced on Friday ... REL7_4_BETA3
2003-09-13 Bruce MomjianRename --without-spinlocks to --disable-spinlocks,...
2003-09-13 Bruce MomjianAttempt threading in this order:
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-09-07 Bruce MomjianAdd $srcdir for Win32 builds, from Peter.
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-09-07 Tom LaneMake the default pg_hba.conf include an entry for ...
2003-09-01 Peter EisentrautClean up after pygresql removal: adjust/remove document...
2003-08-27 PostgreSQL Daemonupdate to beta2 REL7_4_BETA2
2003-08-16 Bruce MomjianMake NEED_REENTRANT_FUNC_NAMES _require_ *_r functions...
2003-08-11 Tom LaneDo not link in libwsock32 on non-win32 platforms. ...
2003-08-07 Tom LaneFix typo.
2003-08-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-04 PostgreSQL Daemonchange tag to 7.4beta1 and update the Copyright to...
2003-08-04 Bruce MomjianRe-add USE_THREADS, used by ecpg.
2003-08-04 Bruce MomjianFix thread handling in configure.
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-03 Tom LaneDon't pull in libbind except on BeOS, per pgsql-bugs...
2003-08-01 Tom LaneSince HPUX now exists for Itanium, we should decouple...
2003-08-01 Bruce Momjian--enable-thread-safeness -> --enable-thread-safety
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-23 Bruce MomjianRename --with-threads to --enable-thread-safeness,...
2003-07-22 Bruce MomjianFix threading configure tests, from Peter.
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:
next