]> granicus.if.org Git - postgresql/history - config
Revise bgwriter fsync-request mechanism to improve robustness when a table
[postgresql] / config /
2006-11-30 Tom LaneBetter solution to the tr problem: use sed instead...
2006-11-30 Tom LaneImprove portability of 'tr' invocation in PGAC_ARG_CHEC...
2006-10-30 Peter EisentrautCode the unknown options check without using m4 diversi...
2006-10-16 Peter EisentrautPunt when trying to build with threaded Python on FreeBSD.
2006-10-13 Peter EisentrautMake unknown-option-warning code more portable. echo...
2006-10-07 Peter EisentrautUpdated config.guess and config.sub
2006-08-11 Alvaro HerreraFix typo.
2006-05-30 Bruce MomjianEmit warnings for unknown configure options.
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-04 Bruce MomjianAdd configure flag to allow libedit to be preferred...
2005-10-13 Bruce MomjianEnable threaded python builds on freebsd5, per report...
2005-09-26 Bruce MomjianPrevent threaded python build on BSD's, where it fails.
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-07-01 Peter EisentrautUpdate to autoconf 2.59 as well as updates of related...
2005-02-24 Tom LaneClean up printf arg-control test, per Kurt Roeckx.
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
2005-01-08 Peter EisentrautNew version of mkinstalldirs fixes problems on Tru64...
2004-12-16 Bruce MomjianAllow AIX to use --enable-thread-safety by passing...
2004-12-14 Bruce MomjianUpdate aix cc_r wording.
2004-12-14 Bruce MomjianMention aix cc_r is not supported, and why
2004-12-02 Tom LaneHack to work around broken linker on older NetBSD/OpenB...
2004-11-30 Tom LaneFix readline/libedit selection code to prefer readline...
2004-10-24 Tom LaneIf we're going to test for switch validity by observing...
2004-10-20 Neil ConwayWhen using GCC, change the default CFLAGS to:
2004-10-11 Tom LaneAnother try at making plpython autoconfiguration work...
2004-10-10 Tom LaneUn-break plpython build for non-Windows platforms.
2004-10-06 Bruce MomjianAllow plpython to build on Win32.
2004-10-04 Bruce MomjianUpdate comment on int64 printf speciifications for...
2004-09-17 Peter EisentrautNew config.guess and config.sub
2004-09-16 Joe ConwayMake discovery of python_configdir architecture indepen...
2004-09-11 Bruce MomjianSend thread test output to file descriptor 5 like confi...
2004-09-11 Bruce MomjianCheck for ignored thread compiler options to reduce...
2004-09-08 Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-09-02 Tom LaneSome versions of lex will drop a lex.yy.c file when...
2004-09-02 Tom LaneUse $PATH_SEPARATOR like the rest of the autoconf code...
2004-08-17 Bruce MomjianFix agressive collection of thread flags.
2004-08-16 Bruce MomjianFix syntax error just introduced.
2004-08-12 Bruce MomjianBe more aggressive about adding flags to thread compile...
2004-08-12 Bruce MomjianMinor style cleanup of thread test script.
2004-07-30 Peter EisentrautPostgreSQL extension makefile framework ("pgxs"), by...
2004-07-17 Peter EisentrautRename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoid...
2004-06-07 Bruce MomjianFix strerror_r by checking return type from configure.
2004-05-19 Bruce MomjianConfigure adjustments for irix.
2004-04-26 Bruce MomjianUnconditionally define:
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-02-02 Tom LaneDo not let external specification of CFLAGS stop us...
2004-01-19 Tom LaneRemove JDBC from the build system and documentation...
2003-12-13 Bruce MomjianAdd /usr/local/sgml/docbook-dsssl to the default search...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Peter EisentrautUse --with-docdir to choose installation location of...
2003-11-06 Peter EisentrautMake the detection of nsgmls more robust for funny...
2003-11-04 Peter EisentrautUpdate install-sh and mkinstalldirs from master source...
2003-11-04 Peter EisentrautNew config.guess and config.sub from upstream.
2003-11-01 Peter EisentrautUnset CFLAGS before reading template. This should...
2003-10-25 Peter EisentrautFix CFLAGS selection to actually work. Add test to...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-09-01 Peter EisentrautClean up after pygresql removal: adjust/remove document...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-12 Tom Lane<sys/socket.h> requires <sys/types.h> to already have...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-05-22 Tom LaneAdjust configure so that extern tzname[] will be checke...
2003-05-06 Bruce MomjianProperly test for buggy flex 2.5.3.
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
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-01-28 Peter EisentrautFactor out the code that detects the long long int...
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-16 Bruce MomjianThis fixes 2 inaccuracies in the recently added SQL99...
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-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-03-30 Peter EisentrautFix more random breakage manifesting on FreeBSD.
2002-03-29 Peter EisentrautAdd missing comma.
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-02-23 Peter EisentrautHeimdal support (Kerberos V implementation from KTH)
2001-12-20 Bruce MomjianAdd memcmp() test and new memcmp.c file, for SunOS...
2001-12-02 Peter EisentrautMore correct way to check for existence of types, which...
2001-09-10 Peter EisentrautMake prep_buildtree harmless when run on top of the...
2001-09-10 Peter EisentrautAdd explicit '-print' to 'find' commands.
2001-09-07 Bruce MomjianUpdate SCM_CREDS for Net/Free/BSD-OS. Add configure...
2001-08-28 Peter EisentrautFix the readline test to find dependent libraries on...
2001-08-26 Peter EisentrautPut the right runpath to libpq into the Perl module...
2001-08-06 Peter EisentrautDo not pre-expand localedir as substituted in the makef...
2001-08-06 Peter Eisentrautupdate from upstream
2001-07-10 Peter EisentrautSupport fake root install, separate build dir, dependen...
2001-07-04 Peter EisentrautCheck for jakarta-ant before ant, in case 'ant' is...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-12 Peter EisentrautPL/Python should build portably now, if you can get...
2001-03-11 Peter EisentrautThrow error if Ant is not found and Java is requested...
2001-03-05 Peter MountThere's always 1 file missed out ;-)
2001-03-03 Peter EisentrautAdd configure check for -lunix, for QNX.
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
next