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
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
2018-01-05
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Provide overflow safe integer math inline functions.
Andres Freund
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-14
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-09
Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."
Tom Lane
2017-11-08
Allow --with-bonjour to work with non-macOS implementations of Bonjour.
Tom Lane
2017-11-07
Fix version numbering foulups exposed by 10.1.
Tom Lane
2017-10-13
Force "restrict" not to be used when compiling with xlc.
Andres Freund
2017-10-12
Use C99 restrict via pg_restrict, rather than restrict directly.
Andres Freund
2017-10-11
Add configure infrastructure to detect support for C99's restrict.
Andres Freund
2017-10-10
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-09
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-09-30
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-25
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-01
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-08-14
Stamp HEAD as 11devel.
Tom Lane
2017-08-11
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-07
Stamp 10beta3.
REL_10_BETA3
Tom Lane
2017-08-07
Skip test for IPC::Run if user is overriding our search for PROVE.
Tom Lane
2017-08-05
Improve configure's check for ICU presence.
Tom Lane
2017-08-01
Further improve consistency of configure's program searching.
Tom Lane
2017-07-31
Record full paths of programs sought by "configure".
Tom Lane
2017-07-28
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2017-07-10
Stamp 10beta2.
REL_10_BETA2
Tom Lane
2017-06-15
Make configure check for IPC::Run when --enable-tap-tests is specified.
Tom Lane
2017-05-15
Stamp 10beta1.
REL_10_BETA1
Tom Lane
2017-04-24
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-23
Don't include sys/poll.h anymore.
Andres Freund
2017-04-07
Remove use of Jade and DSSSL
Peter Eisentraut
[next]