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.in
Age
Commit message (
Expand
)
Author
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-17
Drop support for getting signal descriptions from sys_siglist[].
Tom Lane
2018-12-17
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-11-19
Postpone LLVM-related uses of AC_CHECK_DECLS.
Tom Lane
2018-11-19
Fix configure's AC_CHECK_DECLS tests to work correctly with clang.
Tom Lane
2018-11-18
Fix AC_REQUIRES breakage in LLVM autoconf tests.
Tom Lane
2018-11-07
Fix inadequate autoconfiscation of copyfile() usage.
Tom Lane
2018-11-07
pg_upgrade: Allow use of file cloning
Peter Eisentraut
2018-11-06
Provide pg_pread() and pg_pwrite() for random I/O.
Thomas Munro
2018-11-06
Remove useless symbol from Makefile.global.
Tom Lane
2018-11-02
Yet further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-16
Back off using -isysroot on Darwin.
Tom Lane
2018-10-09
Convert some long lists in configure.in to one-line-per-entry style.
Tom Lane
2018-10-03
Make assorted performance improvements in snprintf.c.
Tom Lane
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-24
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-21
Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.
Andres Freund
2018-09-06
Refactor dlopen() support
Peter Eisentraut
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
Require C99 (and thus MSCV 2013 upwards).
Andres Freund
2018-08-16
Remove unused configure test for ldopen()
Peter Eisentraut
2018-08-16
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
Try to enable C99 in configure, but do not rely on it (yet).
Andres Freund
2018-08-13
Remove obsolete linux dynloader code
Peter Eisentraut
2018-07-24
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-11
Use signals for postmaster death on FreeBSD.
Thomas Munro
2018-07-11
Use signals for postmaster death on Linux.
Thomas Munro
2018-06-30
Stamp HEAD as 12devel
Andrew Dunstan
2018-06-25
Stamp 11beta2.
REL_11_BETA2
Alvaro Herrera
2018-06-16
Use -Wno-format-truncation and -Wno-stringop-truncation, if available.
Tom Lane
2018-05-23
Remove configure's check for nonstandard "long long" printf modifiers.
Tom Lane
2018-05-21
Stamp 11beta1.
REL_11_BETA1
Tom Lane
2018-05-19
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-02
Improve our method for probing the availability of ARM CRC instructions.
Tom Lane
2018-04-04
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-04-04
Fix incorrect description of USE_SLICING_BY_8_CRC32C.
Heikki Linnakangas
2018-03-22
Fix typo in BITCODE_CXXFLAGS assignment.
Andres Freund
2018-03-22
Empty CXXFLAGS inherited from autoconf.
Andres Freund
2018-03-21
Add configure tests for stdbool.h and sizeof bool
Peter Eisentraut
2018-03-21
Add configure infrastructure (--with-llvm) to enable LLVM support.
Andres Freund
2018-03-20
Add C++ support to configure.
Andres Freund
2018-03-20
Attempt to fix build with unusual OpenSSL versions
Peter Eisentraut
2018-03-20
Make configure check for a couple more Perl modules for --enable-tap-tests.
Tom Lane
2018-03-06
Tests for Kerberos/GSSAPI authentication
Peter Eisentraut
2018-03-03
Add PG_TEST_EXTRA to control optional test suites
Peter Eisentraut
[next]