aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Add BSWAP64 macro.Robert Haas2015-10-08
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Remove long-dead support for platforms without sig_atomic_t.Tom Lane2015-08-31
* Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas2015-08-13
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-14
* Add, optional, support for 128bit integers.Andres Freund2015-03-20
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-10
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-11
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch2014-11-23
* Add native compiler and memory barriers for solaris studio.Andres Freund2014-10-25
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-21
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-15
* Remove some useless code in the configure script.Tom Lane2014-07-01
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-27
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane2013-12-29
* Upgrade to Autoconf 2.69Peter Eisentraut2013-12-18
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-30
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-04
* Use posix_fallocate() for new WAL files, where available.Jeff Davis2013-07-05
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-30
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-17
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-13
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-05
* Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane2012-05-14
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-14
* Remove leftovers of BeOS portPeter Eisentraut2012-05-14
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-07
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-23
* Support fls().Robert Haas2012-02-07
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-07
* Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane2012-01-02
* Remove support for on_exit()Peter Eisentraut2011-12-27
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* Do missed autoheader run for previous commit.Tom Lane2011-11-17
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20