OSDN Git Service

Add REL9_1_STABLE to the set of branches tracked by git_changelog.
[pg-rex/syncrep.git] / configure
2011-06-16 Peter EisentrautStart using flexible array members
2011-06-11 Tom LaneStamp HEAD as 9.2devel.
2011-06-09 Tom LaneTag 9.1beta2.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-26 Tom LaneAdjust configure to use "+Olibmerrno" with HP-UX C...
2011-05-24 Tom LaneAdjust configure's probe for libselinux so it rejects...
2011-05-22 Peter EisentrautClarify the documentation of the --with-ossp-uuid option
2011-05-06 Peter EisentrautImprove compiler string shown in version()
2011-04-27 Tom LaneTag 9.1beta1.
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-03-02 Peter EisentrautSupport for DragonFly BSD
2011-02-26 Andrew DunstanAdd a configure check for Python.h if building with...
2011-02-16 Peter EisentrautBetter support for thread-support flag detection with...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-26 Peter EisentrautUse -Wformat-security when available
2011-01-26 Peter Eisentrautautoreconf
2011-01-24 Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-26 Andrew DunstanOnly build in crashdump support on Windows if there...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-09-29 Peter EisentrautAdd/fix caching on some configure checks
2010-09-22 Tom LaneFix remaining stray references to CVS.
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-07-09 Tom LaneStamp HEAD as 9.1devel.
2010-07-09 Marc G. Fourniertag beta3
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-06-04 Marc G. Fourniertag 9.0beta2
2010-05-25 Michael MeskesReplace self written 'long long int' configure test...
2010-05-25 Michael MeskesAdded a configure test for "long long" datatypes. So...
2010-05-13 Tom LaneFix up lame idea of not using autoconf to determine...
2010-04-30 Marc G. Fourniertag for 9.0beta1
2010-03-17 Peter EisentrautDon't link PL/Python against LOCALMODLIBS
2010-02-23 Tom LaneFix configure's regexp for extracting the Perl version...
2010-02-22 Bruce MomjianRevert configure warning to use "official distribution".
2010-02-22 Bruce MomjianUse the term "bundled distribution" instead of "officia...
2010-02-19 Peter EisentrautRevert version stamping in wrong branch
2010-02-19 Peter EisentrautVersion stamp 9.0alpha4
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-01-16 Tom LaneRe-order configure tests to reflect the fact that the...
2010-01-07 Tom LaneFail in a nicer way if we have --with-perl and no Perl.
2010-01-07 Tom LaneMake configure check the version of Perl we're building...
2010-01-07 Tom LaneAlter the configure script to fail immediately if the...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-15 Peter EisentrautPython 3 support in PL/Python
2009-12-11 Bruce MomjianProperly define ENABLE_THREAD_SAFETY in conflgure,...
2009-12-02 Bruce Momjianthread-safety
2009-12-01 Bruce MomjianEnable thread safety
2009-11-30 Bruce MomjianTHREAD_SUPPORT
2009-10-14 Peter EisentrautIn the configure check for the Python distutils module...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-09-08 Tom LaneRemove any -arch switches given in ExtUtils::Embed...
2009-09-08 Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-04 Peter EisentrautUse DocBook XSL stylesheets for man page building
2009-07-24 Tom LaneAdd commentary about Cygwin's broken erand48, per repor...
2009-07-23 Andrew DunstanForce use of our erand48 on Cygwin
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-07-13 Tom LaneMake the configure messages rejecting old bison and...
2009-07-13 Tom LaneAdvance the minimum required version of "flex" from...
2009-07-02 Peter EisentrautUpgrade to Autoconf 2.63
2009-07-01 Tom LaneStamp HEAD as 8.5devel.
2009-06-27 Marc G. FournierBundle v8.4.0
2009-06-22 Marc G. Fournierbundle RC2
2009-06-12 Marc G. Fourniertime to tag rc1 ...
2009-06-10 Tom LaneFix ill-advised whitespace prettification, per buildfarm.
2009-06-10 Tom LaneSupport Kerberos on platforms where libcom_err depends...
2009-05-19 Peter EisentrautAdd documentation string for LDFLAGS_SL in configure...
2009-05-15 Marc G. Fourniercommit for BETA2
2009-04-10 Marc G. Fourniercommit and tag beta1
2009-04-07 Bruce MomjianDisable effective_io_concurrency on Solaris because...
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2009-03-27 Tom LaneOn Solaris, we should only force use of our own getopt...
2009-02-12 Andrew Dunstando not use unsetenv.c on mingw
2009-02-11 Tom LaneTweak configure to attempt to add -qnoansialias to...
2009-02-03 Andrew Dunstanallow alternative names for tclsh used on Windows
2009-01-22 Peter EisentrautRecreate ecpg_config.h with a stamp file created by...
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2009-01-14 Bruce MomjianCheck nsl library for gethostbyname_r() on all platform...
2009-01-14 Bruce MomjianRenable threading build for Solaris 2.5, per report...
2009-01-11 Tom LaneRe-enable the old code in xlog.c that tried to use...
2009-01-07 Peter EisentrautProduce a full version string for Sun Studio.
2009-01-07 Bruce MomjianUpdate MinGW so it handles fseeko() similar to Unix.
2009-01-06 Tom LaneRemove references to pgsql-ports and pgsql-patches...
2009-01-06 Tom LaneDoesn't seem like a good idea to be doing AC_CHECK_SIZE...
2009-01-06 Bruce MomjianUpdate SELECT version() to show whether it is a 32...
2009-01-05 Peter EisentrautWhen cross-compiling, allow and require an external...
2009-01-04 Peter EisentrautAllow configure to deal with Python 3.0. Changes were:
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-07 Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-11-26 Peter Eisentrautconfigure check for docbook2man program, used in the...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-18 Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-11-12 Andrew DunstanDetect and error out on inability to get proper linkage...
next