aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Stamp 11.7.REL_11_7Tom Lane2020-02-10
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Fix detection of the result type of strerror_r().Tom Lane2018-09-30
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* Fix typosPeter Eisentraut2018-07-10
* Fix typoPeter Eisentraut2018-07-10
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-23
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Improve our method for probing the availability of ARM CRC instructions.Tom Lane2018-05-02
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Fix incorrect description of USE_SLICING_BY_8_CRC32C.Heikki Linnakangas2018-04-04
* Add configure tests for stdbool.h and sizeof boolPeter Eisentraut2018-03-21
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-20
* Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut2018-03-20
* Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut2018-01-04
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* 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