]> granicus.if.org Git - postgresql/history - config
Build src/test/isolation during "make" and "make install".
[postgresql] / config /
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.
2014-06-04 Peter EisentrautSilence Bison deprecation warnings
2014-05-30 Tom LaneOn OS X, link libpython normally, ignoring the "framewo...
2014-05-10 Tom LaneAccept tcl 8.6 in configure's probe for tclsh.
2014-05-10 Tom LaneUpdate config.guess and config.sub
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix "quiet inline" configure test for newer clang compi...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2013-10-11 Peter EisentrautRemove maintainer-check target, fold into normal build
2013-06-15 Tom LaneBe consistent about #define'ing configure symbols as...
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-04-27 Peter EisentrautUpdate config.guess and config.sub
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-09 Andrew DunstanDetect Windows perl linkage parameters in configure...
2013-01-06 Tom LaneFix plpython build on older versions of OS X.
2013-01-05 Peter EisentrautPL/Python: Make build on OS X more flexible
2012-10-09 Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-09-30 Tom LaneAdd infrastructure for compile-time assertions about...
2012-08-30 Peter EisentrautAlso check for Python platform-specific include directory
2012-08-22 Peter EisentrautFix install-strip on Mac OS X
2012-05-15 Tom LanePut back AC_REQUIRE([AC_STRUCT_TM]).
2012-05-14 Peter EisentrautRemove unused AC_DEFINE symbols
2012-05-08 Peter EisentrautUpdate config.guess and config.sub
2012-03-22 Tom LaneFix configure's search for collateindex.pl.
2012-02-20 Tom LaneDon't reject threaded Python on FreeBSD.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-11-29 Peter Eisentrautpython.m4: Remove useless "import string" calls
2011-08-18 Peter EisentrautImprove detection of Python 3.2 installations
2011-05-26 Tom LaneAdjust configure to use "+Olibmerrno" with HP-UX C...
2011-05-19 Peter EisentrautUpdate config.guess and config.sub
2011-02-16 Peter EisentrautBetter support for thread-support flag detection with...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-25 Alvaro Herrerafind -path is not portable, so use grep -v instead.
2010-09-29 Peter EisentrautAdd/fix caching on some configure checks
2010-09-24 Alvaro HerreraPrevent doc/src/sgml subdirs from being created, instea...
2010-09-22 Tom LaneFix remaining stray references to CVS.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Tom LaneDon't auto-create the subdirectories holding built...
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-05-12 Peter EisentrautUpdate config.guess and config.sub
2010-03-17 Peter EisentrautDon't link PL/Python against LOCALMODLIBS
2010-02-23 Tom LaneFix configure's regexp for extracting the Perl version...
next