]> granicus.if.org Git - postgresql/history - config/c-compiler.m4
Extend configure's __int128 test to check for a known gcc bug.
[postgresql] / config / c-compiler.m4
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-11-14 Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-09-30 Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-03-29 Peter EisentrautFix configure check for typeof
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-20 Tom LaneAdd configure test to see if the C compiler has gcc...
2016-09-30 Peter EisentrautUse return instead of exit() in configure
2016-04-02 Noah MischCopyedit comments and documentation.
2015-10-08 Robert HaasAdd BSWAP64 macro.
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-02 Heikki LinnakangasReplace obsolete autoconf macros with their modern...
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.
2014-11-23 Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-05-01 Tom LaneFix "quiet inline" configure test for newer clang compi...
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2012-10-09 Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-09-30 Tom LaneAdd infrastructure for compile-time assertions about...
2011-05-26 Tom LaneAdjust configure to use "+Olibmerrno" with HP-UX C...
2010-09-29 Peter EisentrautAdd/fix caching on some configure checks
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
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-02-13 Tom LaneSupport inlining various small performance-critical...
2008-06-27 Tom LaneModify the recently-added probe for -Wl,--as-needed...
2008-05-20 Tom LaneAdjust -Wl,--asneeded test to avoid using the switch...
2008-05-18 Tom LaneMake another try at using -Wl,--as-needed to suppress...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-02-17 Peter EisentrautUpgrade to Autoconf 2.61:
2004-12-16 Bruce MomjianAllow AIX to use --enable-thread-safety by passing...
2004-10-20 Neil ConwayWhen using GCC, change the default CFLAGS to:
2004-02-02 Tom LaneDo not let external specification of CFLAGS stop us...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-01 Peter EisentrautUnset CFLAGS before reading template. This should...
2003-10-25 Peter EisentrautFix CFLAGS selection to actually work. Add test to...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-01-28 Peter EisentrautFactor out the code that detects the long long int...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2001-12-02 Peter EisentrautMore correct way to check for existence of types, which...
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-06-11 Peter EisentrautSubstituted new configure test for types of accept()