OSDN Git Service

Add strlcat() from OpenBSD, to be used for replacing strncat and other
[pg-rex/syncrep.git] / configure
2007-02-07 Peter EisentrautAdd strlcat() from OpenBSD, to be used for replacing...
2007-02-03 Bruce MomjianFix configure detection code when --with-ldap and ...
2007-01-28 Bruce MomjianUse autoconf build-in sys_siglist macro AC_DECL_SYS_SIG...
2007-01-28 Bruce MomjianUse sys_siglist[] to print out signal names for signal...
2007-01-18 Peter EisentrautOptionally use xml2-config to detect installation locat...
2007-01-07 Peter EisentrautCheck and document minimum required version of libxml.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-02 Bruce Momjianfinite() no longer used; remove finite() platform-specific
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-14 Tom LaneMake --with-ldap build on Unixware, per Olivier Prenant.
2006-12-02 Tom LaneStamp HEAD as 8.3devel.
2006-12-02 PostgreSQL Daemonv8.2.0 is now released ...
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-11-29 Tom LaneIgnore libedit/libreadline while probing for strlcpy...
2006-11-25 PostgreSQL Daemonupdate for rc1
2006-11-07 PostgreSQL DaemonTag as Beta3 ... two outstanding *known* bugs before...
2006-11-06 Tom LaneRevert to the pre-8.2 method of probing for libm, that...
2006-10-30 Peter EisentrautCode the unknown options check without using m4 diversi...
2006-10-23 Tom LaneStamp 8.2beta2.
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 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-05 Tom LaneSecond try at fixing libedit configuration for Bob...
2006-10-04 Tom LaneAdjust configure's handling of libedit to not look...
2006-10-03 Tom LaneSwitch over to using our own qsort() all the time,...
2006-10-02 Tom LaneProperly handle the case where strlcpy() exists in...
2006-10-01 Tom LaneImprove documentation of configure's readline/libedit...
2006-09-27 Tom LaneAdd strlcpy() to the set of functions supported by...
2006-09-23 PostgreSQL DaemonTag us Beta1
2006-09-09 Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-08-23 Michael MeskesUsed autoconf 2.59 this time.
2006-08-23 Michael MeskesReplaced double-quote-fix with a hopefully better version.
2006-08-17 Peter EisentrautProduce a clean failure in configure when dtrace is...
2006-08-04 Tom LaneFix inadequate quoting in test for AIX xlc.
2006-07-27 Bruce MomjianAllow LDAP lookups from pg_service.conf.
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-11 Tom LaneRemove no-longer-needed configure test for krb5_encrypt...
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-30 Bruce MomjianEmit warnings for unknown configure options.
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-04-29 Tom LaneRearrange some configure.in comments for better readabi...
2006-04-29 Bruce MomjianIntel compiler has a bug/misoptimization in checking...
2006-04-27 Bruce MomjianTurn off strict aliasing when using AIX xlc compiler.
2006-04-22 Bruce MomjianAdd mentioun of Intel compiler bug:
2006-04-21 Bruce MomjianUse special gcc -W flags only if we are using gcc,...
2006-04-19 Tom LaneRemove use of lorder and tsort while building static...
2006-04-07 Andrew DunstanRevert getaddrinfo configure changes until we get a...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Bruce MomjianFix PG_VERSION_NUM for different awk -F handling.
2006-02-28 Bruce MomjianFix PG_VERSION_NUM awk -F parameter.
2006-02-28 Bruce MomjianAdd PG_VERSION_NUM for use by 3rd party applications...
2006-02-21 Tom LaneAdjust probe for getaddrinfo to cope with macro-ized...
2006-02-15 Tom LaneSince we only use libld on AIX, don't include it in...
2006-02-10 Peter EisentrautFix up remaining library checks.
2006-02-07 Peter EisentrautRemove some checks for libraries that no one can identi...
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-02-04 Peter EisentrautFirst attempt at removing some AC_CHECK_LIB(foo, main...
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-12 Tom LaneUse a more bulletproof test for whether finite() and...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-17 Bruce MomjianAdd URL for Solaris qsort() bug.
2005-12-17 Bruce MomjianUpdate doc mention that Solaris qsort() might be fixed.
2005-12-08 Peter EisentrautPut [] around default value for port number.
2005-12-06 Bruce MomjianAdd documentation on the use of *printf() macros and...
2005-12-06 Bruce MomjianAdd comment on why pg *printf functions are used uncond...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-12-04 Bruce MomjianAdd configure flag to allow libedit to be preferred...
2005-11-05 Tom LaneBrand HEAD branch as 8.2devel.
2005-11-05 PostgreSQL DaemonTag everything for 8.1.0 ... Finally, a relesae on...
2005-10-30 PostgreSQL Daemontag it for rc1
2005-10-22 PostgreSQL Daemonupdate configure and bugtemplate for beta 4 ...
2005-10-13 Bruce MomjianEnable threaded python builds on freebsd5, per report...
2005-10-11 PostgreSQL Daemonmust commit *after* autoconf, not before
2005-10-05 Tom LaneAdd -Winline to the default CFLAGS for gcc, and remove
2005-09-26 Bruce MomjianPrevent threaded python build on BSD's, where it fails.
2005-09-16 PostgreSQL Daemontag it all beta2 ...
2005-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-25 Tom LaneAdd comment explaining that autoconf's failure to find...
2005-08-24 PostgreSQL Daemonfix up a few references to 8.1devel -> 8.1beta1
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-17 Tom LaneRemove unnecessary configure test for inet_ntop(),...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-07-06 Bruce MomjianReverse out because the lack of using pgport in timezon...
2005-07-05 Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-03 Peter EisentrautSupport cross compilation by compiling "zic" with a...
2005-07-01 Peter EisentrautUpdate to autoconf 2.59 as well as updates of related...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-07 Neil ConwayRevert the ld --as-needed patch. This breaks Fedora...
2005-05-05 Bruce MomjianOn Win32, libintl replaces snprintf() with its own...
2005-05-05 Neil ConwayThe issue has been raised in the past that our build...
next