index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
Age
Commit message (
Expand
)
Author
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-13
Detect LLVM 7 without specifying binaries explicitly.
Andres Freund
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-17
Fix configure's snprintf test so it exposes HP-UX bug.
Tom Lane
2018-08-16
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-12
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-11
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-07-22
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-10
Fix typos
Peter Eisentraut
2018-07-05
Fix typo
Peter Eisentraut
2018-06-11
Update config.guess and config.sub
Peter Eisentraut
2018-05-23
Remove configure's check for nonstandard "long long" printf modifiers.
Tom Lane
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-20
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-12
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
Andres Freund
2017-12-12
Provide overflow safe integer math inline functions.
Andres Freund
2017-12-08
MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
Noah Misch
2017-11-23
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-29
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-06
Remove use of Jade and DSSSL
Peter Eisentraut
2017-03-28
Fix configure check for typeof
Peter Eisentraut
2017-03-28
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-05
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
[next]