]> granicus.if.org Git - postgresql/history - configure.in
- Issue a warning if a cursor is declared but not opened.
[postgresql] / configure.in
2004-01-19 Tom LaneRemove JDBC from the build system and documentation...
2004-01-09 Bruce MomjianAdd WIN32 pipe implementation that uses sockets.
2003-12-23 Tom LanePush responsibility for selecting out-of-line-assembler...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-27 Peter EisentrautRemove possibility to specify an installation root...
2003-11-27 Peter EisentrautMake sure vpath_build is set correctly even if config...
2003-11-24 Peter EisentrautUpgrade to DocBook V4.2 SGML.
2003-11-24 Peter EisentrautUse --with-docdir to choose installation location of...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-11-03 Tom LaneTag HEAD as 7.5devel.
2003-11-03 PostgreSQL Daemontag it Release Candidate 1, as previously discussed REL7_4_RC1
2003-11-01 Peter EisentrautUnset CFLAGS before reading template. This should...
2003-10-28 Tom LaneGuard against Ant versions that print CLASSPATH before...
2003-10-25 Peter EisentrautFix CFLAGS selection to actually work. Add test to...
2003-10-22 PostgreSQL Daemonup configure to beta5 REL7_4_BETA5
2003-10-15 Tom LaneCause the default CFLAGS to be -O2 -fno-strict-aliasing...
2003-10-14 Bruce MomjianAdd compile -O flag only for non-debug mode, per Tom
2003-10-09 Bruce MomjianThis centralizes the optimization defaults into configu...
2003-10-03 PostgreSQL Daemonbrand her beta4 REL7_4_BETA4
2003-09-27 Bruce MomjianFinalize configuration of thread_test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
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.
next