index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pg_config.h.in
Commit message (
Expand
)
Author
Age
*
Add support for building with ZSTD.
Robert Haas
2022-02-18
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
*
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
*
Remove configure's check for rl_completion_append_character.
Tom Lane
2022-02-02
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-11
*
Add configure probe for rl_variable_bind().
Tom Lane
2021-12-02
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
*
Portability fixes for sigwait.
Thomas Munro
2021-07-15
*
Probe for preadv/pwritev in a more macOS-friendly way.
Tom Lane
2021-07-12
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
*
Remove useless configure probe for <lz4/lz4.h>.
Tom Lane
2021-03-22
*
Bring configure support for LZ4 up to snuff.
Tom Lane
2021-03-21
*
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-20
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Add missing pthread_barrier_t.
Thomas Munro
2021-03-10
*
Fix inconsistent configure data for --with-ssl
Michael Paquier
2021-02-20
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-11
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Remove ability to independently select random number generator
Magnus Hagander
2020-11-20
*
Rename configure.in to configure.ac
Peter Eisentraut
2020-07-24
*
Define OPENSSL_API_COMPAT
Peter Eisentraut
2020-07-19
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
*
Remove win32ver.rc from version_stamp.pl
Peter Eisentraut
2020-03-10
*
Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Peter Eisentraut
2020-03-04
*
Assume that we have signed integral types and flexible array members.
Tom Lane
2020-02-21
*
Assume that we have <wchar.h>.
Tom Lane
2020-02-21
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Assume that we have rint().
Tom Lane
2020-02-21
*
Assume that we have memmove().
Tom Lane
2020-02-21
*
Assume that we have cbrt().
Tom Lane
2020-02-21
*
Assume that we have isinf().
Tom Lane
2020-02-21
*
Require stdint.h
Peter Eisentraut
2020-02-21
*
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-10
*
Add kqueue(2) support to the WaitEventSet API.
Thomas Munro
2020-02-05
*
Add configure probe for rl_completion_suppress_quote.
Tom Lane
2020-01-23
*
Improve psql's tab completion for filenames.
Tom Lane
2020-01-23
*
Fix handling of OpenSSL's SSL_clear_options
Michael Paquier
2019-12-06
*
Remove configure check for OpenSSL's SSL_get_current_compression()
Michael Paquier
2019-12-06
*
Move configure --disable-float8-byval to pg_config_manual.h
Peter Eisentraut
2019-11-27
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
*
Rerun autoheader
Peter Eisentraut
2019-11-11
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
*
Remove HAVE_LONG_LONG_INT
Peter Eisentraut
2019-11-07
*
For all ppc compilers, implement compare_exchange and fetch_add with asm.
Noah Misch
2019-10-18
*
Simplify PGAC_STRUCT_TIMEZONE Autoconf macro
Peter Eisentraut
2019-10-07
*
Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."
Noah Misch
2019-09-14
[next]