]> granicus.if.org Git - postgresql/history - configure
Avoid scan-build warning about uninitialized htonl() arguments.
[postgresql] / configure
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-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-17 Noah MischAIX: Test the -qlonglong option before use.
2015-07-09 Heikki LinnakangasUse AS_IF rather than plain shell "if" in pthread-check.
2015-07-08 Heikki LinnakangasMove pthread-tests earlier in the autoconf script.
2015-07-08 Heikki LinnakangasReplace our hacked version of ax_pthread.m4 with latest...
2015-07-02 Tom LaneMake numeric form of PG version number readily availabl...
2015-07-02 Heikki LinnakangasReplace obsolete autoconf macros with their modern...
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-30 Alvaro HerreraTest -lrt for sched_yield
2015-06-29 Tom LaneStamp 9.5alpha1. REL9_5_ALPHA1
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 EisentrautWindows also needs an override of the shared libpython...
2015-05-02 Peter EisentrautFix shared libpython detection on OS X
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 LinnakangasTry to fix the CRC-32C autoconf magic for icc compiler.
2015-04-14 Heikki LinnakangasUse Intel SSE 4.2 CRC instructions where available.
2015-04-05 Tom LaneSuppress clang's unhelpful gripes about -pthread switch...
2015-03-20 Andres FreundAdd, optional, support for 128bit integers.
2015-03-15 Tom Lanesrc/port/dirmod.c needs to be built on Cygwin too.
2015-03-14 Tom LaneBuild src/port/dirmod.c only on Windows.
2015-02-10 Heikki LinnakangasSpeed up CRC calculation using slicing-by-8 algorithm.
2015-01-14 Tom LaneAllow CFLAGS from configure's environment to override...
2015-01-11 Tom LaneRemove configure test for nonstandard variants of getpw...
2015-01-08 Noah MischOn Darwin, detect and report a multithreaded postmaster.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-23 Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-11-02 Peter EisentrautAdd configure --enable-tap-tests option
2014-10-25 Andres FreundAdd native compiler and memory barriers for solaris...
2014-10-21 Peter Eisentrautdoc: Check DocBook XML validity during the build
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-09-14 Peter EisentrautRun missing documentation tools through "missing"
2014-08-29 Noah MischAlways use our getaddrinfo.c on Windows.
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-25 Noah MischMove PGAC_LDAP_SAFE to config/programs.m4.
2014-07-22 Noah MischDiagnose incompatible OpenLDAP versions during build...
2014-07-15 Magnus HaganderMove check for SSL_get_current_compression to run on...
2014-07-15 Magnus HaganderDetect presence of SSL_get_current_compression
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-07-01 Tom LaneRemove some useless code in the configure script.
2014-06-28 Andres FreundRemove Alpha and Tru64 support.
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-06-04 Peter EisentrautSilence Bison deprecation warnings
2014-05-30 Tom LaneOn OS X, link libpython normally, ignoring the "framewo...
2014-05-27 Tom LaneSupport BSD and e2fsprogs UUID libraries alongside...
2014-05-11 Tom LaneStamp 9.4beta1. REL9_4_BETA1
2014-05-10 Tom LaneAccept tcl 8.6 in configure's probe for tclsh.
2014-05-06 Tom LaneRun autoconf in wake of commit a692ee5870f0f442565b4c4b...
2014-05-01 Tom LaneFix "quiet inline" configure test for newer clang compi...
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-02-23 Peter Eisentrautconfigure.in: Use dnl in place of # where appropriate
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
2014-01-07 Bruce MomjianUpdate copyright for 2014
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-12-13 Peter Eisentrautconfigure: Allow adding a custom string to PG_VERSION
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-18 Robert HaasRemove IRIX port.
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-11 Peter EisentrautRemove maintainer-check target, fold into normal build
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-09-05 Jeff DavisRevert WAL posix_fallocate() patches.
2013-07-25 Tom LaneFix configure probe for sys/ucred.h.
2013-07-05 Jeff DavisUse posix_fallocate() for new WAL files, where available.
2013-06-15 Tom LaneBe consistent about #define'ing configure symbols as...
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
2013-05-06 Tom LaneStamp 9.3beta1. REL9_3_BETA1
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-03-28 Robert HaasAllow sepgsql labels to depend on object name.
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-11 Tom LaneLast-gasp attempt to save libperl.so configure probe.
2013-01-10 Tom LaneTest linking libperl.so using only Perl's required...
2013-01-10 Tom LaneAdd explicit configure-time checks for perl.h and libpe...
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
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-18 Tom LaneIgnore libedit/libreadline while probing for standard...
2012-11-23 Peter EisentrautRemove -Wlogical-op from standard compiler flags
2012-11-16 Peter EisentrautAdd -Wlogical-op to standard compiler flags, if supported
2012-10-09 Alvaro Herrerarestore permission bits
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-30 Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-08-30 Peter EisentrautAlso check for Python platform-specific include directory
2012-08-22 Peter EisentrautFix install-strip on Mac OS X
next