]> granicus.if.org Git - postgresql/history - src/include/pg_config.h.in
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
[postgresql] / src / include / pg_config.h.in
2017-11-14 Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-10-12 Andres FreundUse C99 restrict via pg_restrict, rather than restrict...
2017-10-11 Andres FreundAdd configure infrastructure to detect support for...
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-09 Andres FreundAdd pg_strnlen() a portable implementation of strlen.
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-09-25 Tom LaneAvoid SIGBUS on Linux when a DSM memory request overrun...
2017-09-22 Tom LaneAssume wcstombs(), towlower(), and sibling functions...
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-01 Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-08-11 Peter EisentrautReject use of ucol_strcollUTF8() before ICU 53
2017-04-24 Tom LaneRevert "Use pselect(2) not select(2), if available...
2017-04-24 Tom LaneUse pselect(2) not select(2), if available, to wait...
2017-04-23 Andres FreundDon't include sys/poll.h anymore.
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-23 Peter EisentrautICU support
2017-03-20 Tom LaneAdd configure test to see if the C compiler has gcc...
2017-02-25 Tom LaneRemove some configure header-file checks that we weren...
2017-02-23 Tom LaneDe-support floating-point timestamps.
2017-01-02 Tom LaneUse clock_gettime(), if available, in instr_time measur...
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-09-15 Heikki LinnakangasFix building with LibreSSL.
2016-04-08 Tom LaneAdd BSD authentication method.
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-03-15 Tom LaneCope if platform declares mbstowcs_l(), but not locale_...
2016-02-03 Peter EisentrautAdd support for systemd service notifications
2015-12-16 Tom LaneCope with Readline's failure to track SIGWINCH events...
2015-10-08 Robert HaasAdd BSWAP64 macro.
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...
next