summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2016-03-28Stamp 9.4.7.REL9_4_7Tom Lane
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-02-08Stamp 9.4.6.REL9_4_6Tom Lane
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-10-05Stamp 9.4.5.REL9_4_5Tom Lane
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-07-05Make numeric form of PG version number readily available in Makefiles.Tom Lane
2015-06-30Test -lrt for sched_yieldAlvaro Herrera
2015-06-09Stamp 9.4.4.REL9_4_4Tom Lane
2015-06-01Stamp 9.4.3.REL9_4_3Tom Lane
2015-05-18Stamp 9.4.2.Tom Lane
2015-04-05Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane
2015-03-15src/port/dirmod.c needs to be built on Cygwin too.Tom Lane
2015-03-14Build src/port/dirmod.c only on Windows.Tom Lane
2015-02-02Stamp 9.4.1.REL9_4_1Tom Lane
2015-01-14Allow CFLAGS from configure's environment to override automatic CFLAGS.Tom Lane
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2014-12-16Stamp 9.4.0.REL9_4_0Tom Lane
2014-11-17Stamp 9.4rc1.REL9_4_RC1Tom Lane
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-06Stamp 9.4beta3.REL9_4_BETA3Tom Lane
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-21Stamp 9.4beta2.REL9_4_BETA2Tom Lane
2014-07-15Move check for SSL_get_current_compression to run on mingwMagnus Hagander
2014-07-15Detect presence of SSL_get_current_compressionMagnus Hagander
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-05-11Stamp 9.4beta1.REL9_4_BETA1Tom Lane
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-02-23configure.in: Use dnl in place of # where appropriatePeter Eisentraut
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-29Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane
2013-12-19Upgrade to Autoconf 2.69Peter Eisentraut
2013-12-13configure: Allow adding a custom string to PG_VERSIONPeter Eisentraut
2013-11-30Remove use of obsolescent Autoconf macrosPeter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-18Remove IRIX port.Robert Haas
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-10Allow dynamic allocation of shared memory segments.Robert Haas
2013-09-05Revert WAL posix_fallocate() patches.Jeff Davis
2013-07-25Fix configure probe for sys/ucred.h.Tom Lane
2013-07-05Use posix_fallocate() for new WAL files, where available.Jeff Davis
2013-06-15Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane
2013-06-14Stamp HEAD as 9.4devel.Tom Lane
2013-05-06Stamp 9.3beta1.REL9_3_BETA1Tom Lane
2013-04-30Compiler optimizations for page checksum code.Simon Riggs