]> granicus.if.org Git - postgresql/history - src/include/pg_config.h.in
Remove trailing slashes from directories in find command
[postgresql] / src / include / pg_config.h.in
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-31 Tom LaneRemove long-dead support for platforms without sig_atom...
2015-08-13 Heikki LinnakangasRun autoheader to add a few missing #defines to pg_conf...
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-04-14 Heikki LinnakangasUse Intel SSE 4.2 CRC instructions where available.
2015-03-20 Andres FreundAdd, optional, support for 128bit integers.
2015-02-10 Heikki LinnakangasSpeed up CRC calculation using slicing-by-8 algorithm.
2015-01-11 Tom LaneRemove configure test for nonstandard variants of getpw...
2015-01-08 Noah MischOn Darwin, detect and report a multithreaded postmaster.
2014-11-23 Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-10-25 Andres FreundAdd native compiler and memory barriers for solaris...
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-08-21 Heikki LinnakangasAdd #define INT64_MODIFIER for the printf length modifi...
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-07-15 Magnus HaganderDetect presence of SSL_get_current_compression
2014-07-01 Tom LaneRemove some useless code in the configure script.
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-05-27 Tom LaneSupport BSD and e2fsprogs UUID libraries alongside...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2013-12-29 Tom LaneUndo autoconf 2.69's attempt to #define _DARWIN_USE_64_...
2013-12-19 Peter EisentrautUpgrade to Autoconf 2.69
2013-11-30 Peter EisentrautRemove use of obsolescent Autoconf macros
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-09-05 Jeff DavisRevert WAL posix_fallocate() patches.
2013-07-05 Jeff DavisUse posix_fallocate() for new WAL files, where available.
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2012-10-09 Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-09-30 Tom LaneAdd infrastructure for compile-time assertions about...
2012-08-31 Tom LaneMake configure probe for mbstowcs_l as well as wcstombs_l.
2012-08-17 Tom LaneCheck LIBXML_VERSION instead of testing in configure...
2012-07-13 Tom LaneAdd fsync capability to initdb, and use sync_file_range...
2012-07-05 Tom LaneRemove support for using wait3() in place of waitpid().
2012-05-15 Tom LanePut back AC_REQUIRE([AC_STRUCT_TM]).
2012-05-14 Peter EisentrautRemove unused AC_DEFINE symbols
2012-05-14 Peter EisentrautRemove leftovers of BeOS port
2012-05-07 Peter EisentrautRemove strdup, strtol, strtoul from libpgport
2012-02-23 Tom LaneAllow MinGW builds to use standardly-named OpenSSL...
2012-02-07 Robert HaasSupport fls().
2012-01-07 Tom LaneUse __sync_lock_test_and_set() for spinlocks on ARM...
2012-01-02 Tom LaneUse mutex hint bit in PPC LWARX instructions, where...
2011-12-27 Peter EisentrautRemove support for on_exit()
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-11-18 Tom LaneDo missed autoheader run for previous commit.
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-06-16 Peter EisentrautStart using flexible array members
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
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...
next