aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Provide overflow safe integer math inline functions.Andres Freund2017-12-12
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund2017-10-12
* Add configure infrastructure to detect support for C99's restrict.Andres Freund2017-10-11
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Add pg_strnlen() a portable implementation of strlen.Andres Freund2017-10-09
* Extend & revamp pg_bswap.h infrastructure.Andres Freund2017-09-29
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane2017-09-22
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut2017-08-10
* Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane2017-04-24
* Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane2017-04-24
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* ICU supportPeter Eisentraut2017-03-23
* Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane2017-03-20
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* De-support floating-point timestamps.Tom Lane2017-02-23
* Use clock_gettime(), if available, in instr_time measurements.Tom Lane2017-01-02
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Add BSD authentication method.Tom Lane2016-04-08
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* 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