index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Age
Commit message (
Expand
)
Author
2019-05-20
Stamp 12beta1.
Tom Lane
2019-03-04
Reorder configure tests for accept() in Windows
Andrew Dunstan
2019-02-16
Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization.
Noah Misch
2019-02-16
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-16
Cygwin and Mingw floating-point fixes.
Andrew Gierth
2019-02-15
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
Fix compiler builtin usage in new pg_bitutils.c
Alvaro Herrera
2019-02-13
Fix portability issues in pg_bitutils
Alvaro Herrera
2019-02-13
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-09
Use better comment marker in Autoconf input
Peter Eisentraut
2019-01-21
Second try at fixing ecpglib thread-safety problem.
Tom Lane
2019-01-21
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-18
Use our own getopt() on OpenBSD.
Tom Lane
2019-01-18
configure: More use of AC_ARG_VAR
Peter Eisentraut
2019-01-13
configure: Update python search order
Peter Eisentraut
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
Update config/ax_pthread.m4 to latest upstream version.
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
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-10-03
Make assorted performance improvements in snprintf.c.
Tom Lane
2018-09-26
Try another way to detect the result type of strerror_r().
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-13
Detect LLVM 7 without specifying binaries explicitly.
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
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
Require C99 (and thus MSCV 2013 upwards).
Andres Freund
2018-08-17
Fix configure's snprintf test so it exposes HP-UX bug.
Tom Lane
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
[next]