summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
AgeCommit message (Expand)Author
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-10-12Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund
2017-10-11Add configure infrastructure to detect support for C99's restrict.Andres Freund
2017-10-10Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund
2017-10-09Add pg_strnlen() a portable implementation of strlen.Andres Freund
2017-09-30Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-09-25Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-01Make [U]INT64CONST safe for use in #if conditions.Tom Lane
2017-08-11Reject use of ucol_strcollUTF8() before ICU 53Peter Eisentraut
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-23ICU supportPeter Eisentraut
2017-03-20Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-01-02Use clock_gettime(), if available, in instr_time measurements.Tom Lane
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-04-08Add BSD authentication method.Tom Lane
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-10-08Add BSWAP64 macro.Robert Haas
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-31Remove long-dead support for platforms without sig_atomic_t.Tom Lane
2015-08-13Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-03-20Add, optional, support for 128bit integers.Andres Freund
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2014-11-23Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch
2014-10-25Add native compiler and memory barriers for solaris studio.Andres Freund
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-07-15Detect presence of SSL_get_current_compressionMagnus Hagander
2014-07-01Remove some useless code in the configure script.Tom Lane
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
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
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