]> granicus.if.org Git - postgresql/history - config
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
[postgresql] / config /
2019-04-27 Peter EisentrautUpdate config.guess and config.sub
2019-03-27 Peter EisentrautFix vpath build
2019-03-04 Andrew DunstanReorder configure tests for accept() in Windows
2019-02-16 Tom LaneMake use of compiler builtins and/or assembly for CLZ...
2019-02-15 Alvaro HerreraRevert attempts to use POPCNT etc instructions
2019-02-15 Alvaro HerreraFix compiler builtin usage in new pg_bitutils.c
2019-02-13 Alvaro HerreraFix portability issues in pg_bitutils
2019-02-13 Alvaro HerreraAdd basic support for using the POPCNT and SSE4.2s...
2019-02-09 Peter EisentrautUse better comment marker in Autoconf input
2019-01-18 Peter Eisentrautconfigure: More use of AC_ARG_VAR
2019-01-13 Peter Eisentrautconfigure: Update python search order
2018-11-19 Tom LaneUpdate config/ax_pthread.m4 to latest upstream version.
2018-11-19 Tom LanePostpone LLVM-related uses of AC_CHECK_DECLS.
2018-11-19 Tom LaneFix configure's AC_CHECK_DECLS tests to work correctly...
2018-10-09 Tom LaneSelect appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
2018-09-26 Tom LaneTry another way to detect the result type of strerror_r().
2018-09-26 Tom LaneAlways use our own versions of *printf().
2018-09-25 Tom LaneMake some fixes to allow building Postgres on macOS...
2018-09-13 Andres FreundDetect LLVM 7 without specifying binaries explicitly.
2018-08-24 Andres FreundRemove test for VA_ARGS, implied by C99.
2018-08-24 Andres FreundLLVMJIT: LLVMGetHostCPUFeatures now is upstream, use...
2018-08-17 Tom LaneFix configure's snprintf test so it exposes HP-UX bug.
2018-08-16 Tom LaneRequire a C99-compliant snprintf(), and remove related...
2018-08-12 Tom LaneRevert "Distinguish printf-like functions that support...
2018-08-11 Tom LaneDistinguish printf-like functions that support %m from...
2018-07-23 Andres FreundLLVMJIT: Adapt to API changes in gdb and perf support.
2018-07-10 Peter EisentrautFix typos
2018-07-05 Peter EisentrautFix typo
2018-06-11 Peter EisentrautUpdate config.guess and config.sub
2018-05-23 Tom LaneRemove configure's check for nonstandard "long long...
2018-04-04 Heikki LinnakangasUse ARMv8 CRC instructions where available.
2018-04-02 Tom LaneTeach configure --with-python to report the Python...
2018-03-29 Bruce MomjianC comments: "a" <--> "an" corrections
2018-03-21 Andres FreundAdd configure infrastructure (--with-llvm) to enable...
2018-03-20 Andres FreundAdd C++ support to configure.
2018-03-20 Andres FreundAdd PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
2018-01-18 Tom LaneExtend configure's __int128 test to check for a known...
2017-12-17 Tom LaneTry harder to detect unavailability of __builtin_mul_ov...
2017-12-16 Andres FreundTry to detect runtime unavailability of __builtin_mul_o...
2017-12-14 Tom LaneTighten configure's test for __builtin_constant_p().
2017-12-13 Andres FreundMake PGAC_C_BUILTIN_OP_OVERFLOW link instead of just...
2017-12-13 Andres FreundProvide overflow safe integer math inline functions.
2017-12-09 Noah MischMSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
2017-11-24 Noah MischSupport linking with MinGW-built Perl.
2017-11-23 Peter EisentrautConvert documentation to DocBook XML
2017-11-14 Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-08-14 Tom LaneAbsorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
2017-08-01 Tom LaneFurther improve consistency of configure's program...
2017-07-31 Tom LaneRecord full paths of programs sought by "configure".
2017-07-28 Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-06-15 Tom LaneMake configure check for IPC::Run when --enable-tap...
2017-05-14 Peter EisentrautUpdate config.guess and config.sub
2017-04-07 Peter EisentrautRemove use of Jade and DSSSL
2017-03-29 Peter EisentrautFix configure check for typeof
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-21 Tom LaneReject too-old Python versions a bit sooner.
2017-02-21 Peter EisentrautDrop support for Python 2.3
2016-10-07 Tom LaneFix python shlib probe for Cygwin.
2016-10-06 Tom LaneTry to fix python shlib probe for MinGW.
2016-10-05 Tom LaneIn python shlib probe, cater for OpenBSD, which omits...
2016-10-04 Tom LaneHuh, we do need to look in $python_configdir for the...
2016-10-04 Tom LaneImprove (I hope) our autolocation of the Python shared...
2016-09-30 Peter EisentrautAdd missing include files to configure tests
2016-09-30 Peter EisentrautUse return instead of exit() in configure
2016-09-25 Tom LaneRefer to OS X as "macOS", except for the port name...
2016-05-06 Peter EisentrautUpdate config.guess and config.sub
2016-05-02 Tom LaneFix configure's incorrect version tests for flex and...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-15 Tom LaneCope if platform declares mbstowcs_l(), but not locale_...
2016-03-13 Tom LaneMop-up for setting minimum Tcl version to 8.4.
2015-12-11 Tom LaneInstall our "missing" script where PGXS builds can...
2015-11-18 Tom LaneAccept flex > 2.5.x in configure.
2015-10-08 Robert HaasAdd BSWAP64 macro.
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-19 Peter EisentrautUpdate config.guess and config.sub
2015-08-17 Andres FreundImprove configure test for the sse4.2 crc instruction.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-07-30 Heikki LinnakangasUpdate ax_pthread.m4 to an experimental draft version...
2015-07-30 Noah MischBlacklist xlc 32-bit inlining.
2015-07-08 Heikki LinnakangasReplace our hacked version of ax_pthread.m4 with latest...
2015-07-02 Heikki LinnakangasReplace obsolete autoconf macros with their modern...
2015-05-27 Tom LaneRemove configure check prohibiting threaded libpython...
2015-05-03 Andrew Dunstanfix escaping of brackets for m4 broken in b6b2149e48aa6...
2015-05-03 Andrew DunstanFix python_includespec on Windows at configure time
2015-05-02 Peter EisentrautMove interpreter shared library detection to configure
2015-04-14 Heikki LinnakangasOptimize pg_comp_crc32c_sse42 routine slightly, and...
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...
2014-11-23 Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-09-18 Andres FreundFix configure check for %z printf support after INT64_M...
2014-08-21 Heikki LinnakangasAdd #define INT64_MODIFIER for the printf length modifi...
2014-07-25 Noah MischMove PGAC_LDAP_SAFE to config/programs.m4.
2014-07-01 Tom LaneRemove some useless code in the configure script.
next