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
/
config
Age
Commit message (
Expand
)
Author
2018-04-04
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-04-02
Teach configure --with-python to report the Python version number.
Tom Lane
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
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
Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro.
Andres Freund
2018-01-18
Extend configure's __int128 test to check for a known gcc bug.
Tom Lane
2017-12-17
Try harder to detect unavailability of __builtin_mul_overflow(int64).
Tom Lane
2017-12-16
Try to detect runtime unavailability of __builtin_mul_overflow(int64).
Andres Freund
2017-12-14
Tighten configure's test for __builtin_constant_p().
Tom Lane
2017-12-13
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
Andres Freund
2017-12-13
Provide overflow safe integer math inline functions.
Andres Freund
2017-12-09
MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
Noah Misch
2017-11-24
Support linking with MinGW-built Perl.
Noah Misch
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-14
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-09-30
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-08-14
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
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-06-15
Make configure check for IPC::Run when --enable-tap-tests is specified.
Tom Lane
2017-05-14
Update config.guess and config.sub
Peter Eisentraut
2017-04-07
Remove use of Jade and DSSSL
Peter Eisentraut
2017-03-29
Fix configure check for typeof
Peter Eisentraut
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-23
ICU support
Peter Eisentraut
2017-03-20
Add configure test to see if the C compiler has gcc-style computed gotos.
Tom Lane
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-21
Reject too-old Python versions a bit sooner.
Tom Lane
2017-02-21
Drop support for Python 2.3
Peter Eisentraut
2016-10-07
Fix python shlib probe for Cygwin.
Tom Lane
2016-10-06
Try to fix python shlib probe for MinGW.
Tom Lane
2016-10-05
In python shlib probe, cater for OpenBSD, which omits the .so symlink.
Tom Lane
2016-10-04
Huh, we do need to look in $python_configdir for the Python shlib.
Tom Lane
2016-10-04
Improve (I hope) our autolocation of the Python shared library.
Tom Lane
2016-09-30
Add missing include files to configure tests
Peter Eisentraut
2016-09-30
Use return instead of exit() in configure
Peter Eisentraut
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-05-06
Update config.guess and config.sub
Peter Eisentraut
2016-05-02
Fix configure's incorrect version tests for flex and perl.
Tom Lane
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-13
Mop-up for setting minimum Tcl version to 8.4.
Tom Lane
2015-12-11
Install our "missing" script where PGXS builds can find it.
Tom Lane
2015-11-18
Accept flex > 2.5.x in configure.
Tom Lane
2015-10-08
Add BSWAP64 macro.
Robert Haas
2015-08-31
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-19
Update config.guess and config.sub
Peter Eisentraut
2015-08-17
Improve configure test for the sse4.2 crc instruction.
Andres Freund
[next]