]> granicus.if.org Git - postgresql/history - configure
Replace the virtual_host and tcpip_socket parameters with a unified
[postgresql] / configure
2004-03-20 Bruce MomjianAlways test getpwuid_r because HEAD always uses *_r...
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-09 Bruce MomjianAdd comment for Win32.
2004-03-03 Bruce MomjianFix wording of new bison warning, per Peter.
2004-03-02 Bruce MomjianUpdate bison warning to be clearer about its purpose.
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-02-11 Bruce MomjianProperly set NEED_REENTRANT_FUNCS for threaded libpq...
2004-02-10 Tom LaneAdd configure support for determining UINT64_FORMAT...
2004-02-02 Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02 Tom Laneautoconf run.
2004-02-02 Tom LaneDo not let external specification of CFLAGS stop us...
2004-02-02 Bruce MomjianBriefly,
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-12-13 Bruce MomjianAdd /usr/local/sgml/docbook-dsssl to the default search...
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-06 Peter EisentrautMake the detection of nsgmls more robust for funny...
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 Momjianautoconf/autoheader run.
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-09-07 Bruce Momjianautoconf run.
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 MomjianRun autoconf/autoheader for ecpg change.
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 Momjianautoconf run for crypt().
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-05-06 Bruce MomjianProperly test for buggy flex 2.5.3.
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-12 Tom LaneOn some systems <sys/types.h> must be included before...
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 MomjianAutoconf run for readline/libedit patch.
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 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...
next