OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / include / pg_config.h.in
2011-02-08 Peter EisentrautPer-column collation support
2011-01-26 Peter Eisentrautautoreconf
2010-12-26 Andrew DunstanOnly build in crashdump support on Windows if there...
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-02-13 Tom LaneSupport inlining various small performance-critical...
2010-01-07 Tom LaneAlter the configure script to fail immediately if the...
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-07-02 Peter EisentrautUpgrade to Autoconf 2.63
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2009-01-11 Tom LaneRe-enable the old code in xlog.c that tried to use...
2009-01-06 Tom LaneDoesn't seem like a good idea to be doing AC_CHECK_SIZE...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-11-18 Peter EisentrautIdent authentication over Unix-domain sockets on Solari...
2008-05-02 Tom LaneExtend yesterday's patch making BLCKSZ and RELSEG_SIZE...
2008-05-02 Tom LaneRemove the recently added USE_SEGMENTED_FILES option...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-02-17 Peter EisentrautUpgrade to Autoconf 2.61:
2008-01-24 Peter EisentrautChange /contrib to contrib for consistency.
2007-11-05 Bruce MomjianDocument that configure option only affects contrib:
2007-10-29 Magnus HaganderNew versions of mingw have gettimeofday(), so add an...
2007-10-23 Tom LaneMake configure probe for the location of the <uuid...
2007-10-02 Tom LaneCope with ERR_set_mark() and ERR_pop_to_mark() not...
2007-09-21 Tom LaneIf we're gonna provide an --enable-profiling configure...
2007-07-12 Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
2007-07-12 Magnus HaganderFix freenig of names in Kerberos when using MIT - need...
2007-07-10 Tom LaneFix misspelling.
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-05-04 Tom Lanetas() support for Renesas' M32R processor. Kazuhiro...
2007-04-15 Andrew DunstanAdd --with-libxslt configure option
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-26 Tom LaneSeems some people have been forgetting to run autoheader.
2007-02-21 Bruce MomjianAdd configure --enable-profiling to enable GCC profilin...
2007-02-07 Peter EisentrautAdd strlcat() from OpenBSD, to be used for replacing...
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-02 Bruce Momjianfinite() no longer used; remove finite() platform-specific
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-11-06 Tom LaneRevert to the pre-8.2 method of probing for libm, that...
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-02 Tom LaneProperly handle the case where strlcpy() exists in...
2006-09-27 Tom LaneAdd strlcpy() to the set of functions supported by...
2006-09-09 Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
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-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
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-04 Bruce MomjianMove thread_test directory from /tools to /test so...
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-05 Bruce MomjianRemove BEOS port.
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
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-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-07-14 Peter EisentrautDetect locale/encoding mismatch in initdb, or pick...
2004-06-24 Tom LaneAvoid including <sys/time.h> on platforms that don...
2004-06-07 Bruce MomjianFix strerror_r by checking return type from configure.
2004-05-22 Tom LaneUse wide-character library routines, if available,...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-04-30 Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30 Bruce MomjianEnable use of our own timezone library for Win32.
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-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...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-09-13 Bruce Momjianautoconf/autoheader run.
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
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 LaneDon't assume that struct option is available just becau...
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-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-15 Bruce MomjianRun autoconf/autoheader for ecpg change.
next