index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
2022-02-20
Ensure the right perl is used for TAP tests on msys
Andrew Dunstan
2022-02-18
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-14
Add ./configure check for "lz4" command
Michael Paquier
2022-02-09
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-01-10
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Thomas Munro
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-10
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-12-02
Add configure probe for rl_variable_bind().
Tom Lane
2021-11-30
Cope with cross-compiling when checking for a random-number source.
Tom Lane
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-22
Probe $PROVE not $PERL while checking for modules needed by TAP tests.
Tom Lane
2021-11-20
Require version 0.98 of Test::More for TAP tests
Andrew Dunstan
2021-11-18
Use appropriate -Wno-warning switches when compiling bitcode.
Tom Lane
2021-11-11
Clean up compilation warnings coming from PL/Perl with clang-12~
Michael Paquier
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-10-11
Make configure check for minimum required version of IPC::Run.
Tom Lane
2021-07-24
Remove configure-time thread safety checking (thread_test.c).
Tom Lane
2021-07-15
Portability fixes for sigwait.
Thomas Munro
2021-07-12
Probe for preadv/pwritev in a more macOS-friendly way.
Tom Lane
2021-07-10
Fix busted test for ldap_initialize.
Tom Lane
2021-07-09
Un-break AIX build, take 2.
Tom Lane
2021-07-09
Un-break AIX build.
Tom Lane
2021-07-09
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-06-28
Stamp HEAD as 15devel.
Andrew Dunstan
2021-06-21
Stamp 14beta2.
REL_14_BETA2
Joe Conway
2021-05-17
Stamp 14beta1.
REL_14_BETA1
Tom Lane
2021-04-03
Refactor HMAC implementations
Michael Paquier
2021-03-22
Remove useless configure probe for <lz4/lz4.h>.
Tom Lane
2021-03-21
Bring configure support for LZ4 up to snuff.
Tom Lane
2021-03-19
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-13
Fix new pthread code to respect --disable-thread-safety.
Thomas Munro
2021-03-10
Add missing pthread_barrier_t.
Thomas Munro
2021-02-20
Fix inconsistent configure data for --with-ssl
Michael Paquier
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-23
Introduce SHA1 implementations in the cryptohash infrastructure
Michael Paquier
2021-01-13
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-11
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-12-10
Fix compilation of uuid-ossp
Michael Paquier
2020-11-30
Remove configure-time probe for DocBook DTD.
Tom Lane
2020-11-20
Remove ability to independently select random number generator
Magnus Hagander
2020-11-20
On macOS, use -isysroot in link steps as well as compile steps.
Tom Lane
2020-10-21
Remove the option to build thread_test.c outside configure.
Tom Lane
2020-10-09
Fix our Windows stat() emulation to handle file sizes > 4GB.
Tom Lane
2020-09-07
Split Makefile symbol CFLAGS_VECTOR into two symbols.
Tom Lane
2020-07-24
Rename configure.in to configure.ac
Peter Eisentraut