aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Add support for building with ZSTD.Robert Haas2022-02-18
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-02
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Add configure probe for rl_variable_bind().Tom Lane2021-12-02
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Portability fixes for sigwait.Thomas Munro2021-07-15
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-12
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Remove useless configure probe for <lz4/lz4.h>.Tom Lane2021-03-22
* Bring configure support for LZ4 up to snuff.Tom Lane2021-03-21
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Add missing pthread_barrier_t.Thomas Munro2021-03-10
* Fix inconsistent configure data for --with-sslMichael Paquier2021-02-20
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Remove ability to independently select random number generatorMagnus Hagander2020-11-20
* Rename configure.in to configure.acPeter Eisentraut2020-07-24
* Define OPENSSL_API_COMPATPeter Eisentraut2020-07-19
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Remove win32ver.rc from version_stamp.plPeter Eisentraut2020-03-10
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-04
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-21
* Assume that we have <wchar.h>.Tom Lane2020-02-21
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Assume that we have rint().Tom Lane2020-02-21
* Assume that we have memmove().Tom Lane2020-02-21
* Assume that we have cbrt().Tom Lane2020-02-21
* Assume that we have isinf().Tom Lane2020-02-21
* Require stdint.hPeter Eisentraut2020-02-21
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier2019-12-06
* Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier2019-12-06
* Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut2019-11-27
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Rerun autoheaderPeter Eisentraut2019-11-11
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch2019-10-18
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-07
* Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."Noah Misch2019-09-14