index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
1
-0
/
+155
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
1
-1
/
+9
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
1
-0
/
+13
*
Use better comment marker in Autoconf input
Peter Eisentraut
2019-02-09
1
-8
/
+1
*
Second try at fixing ecpglib thread-safety problem.
Tom Lane
2019-01-21
1
-0
/
+11
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
1
-1
/
+1
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
1
-12
/
+12
*
Use our own getopt() on OpenBSD.
Tom Lane
2019-01-18
1
-3
/
+3
*
configure: More use of AC_ARG_VAR
Peter Eisentraut
2019-01-18
1
-3
/
+13
*
configure: Update python search order
Peter Eisentraut
2019-01-13
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-2
/
+2
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
1
-55
/
+10
*
Drop support for getting signal descriptions from sys_siglist[].
Tom Lane
2018-12-17
1
-18
/
+0
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
1
-1
/
+1
*
Update config/ax_pthread.m4 to latest upstream version.
Tom Lane
2018-11-19
1
-106
/
+305
*
Postpone LLVM-related uses of AC_CHECK_DECLS.
Tom Lane
2018-11-19
1
-201
/
+205
*
Fix configure's AC_CHECK_DECLS tests to work correctly with clang.
Tom Lane
2018-11-19
1
-4
/
+100
*
Fix AC_REQUIRES breakage in LLVM autoconf tests.
Tom Lane
2018-11-17
1
-44
/
+2
*
Fix inadequate autoconfiscation of copyfile() usage.
Tom Lane
2018-11-07
1
-1
/
+1
*
pg_upgrade: Allow use of file cloning
Peter Eisentraut
2018-11-07
1
-1
/
+1
*
Provide pg_pread() and pg_pwrite() for random I/O.
Thomas Munro
2018-11-07
1
-0
/
+26
*
Remove useless symbol from Makefile.global.
Tom Lane
2018-11-06
1
-4
/
+0
*
Yet further rethinking of build changes for macOS Mojave.
Tom Lane
2018-11-02
1
-0
/
+10
*
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-18
1
-11
/
+7
*
Back off using -isysroot on Darwin.
Tom Lane
2018-10-16
1
-1
/
+6
*
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-10-09
1
-6
/
+35
*
Make assorted performance improvements in snprintf.c.
Tom Lane
2018-10-03
1
-1
/
+1
*
Try another way to detect the result type of strerror_r().
Tom Lane
2018-09-26
1
-6
/
+4
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
1
-254
/
+0
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
1
-13
/
+0
*
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-25
1
-2
/
+18
*
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-24
1
-1
/
+1
*
Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.
Andres Freund
2018-09-20
1
-0
/
+33
*
Detect LLVM 7 without specifying binaries explicitly.
Andres Freund
2018-09-13
1
-2
/
+2
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
1
-4
/
+39
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
1
-32
/
+0
*
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
1
-0
/
+11
*
Require C99 (and thus MSCV 2013 upwards).
Andres Freund
2018-08-23
1
-0
/
+49
*
Fix configure's snprintf test so it exposes HP-UX bug.
Tom Lane
2018-08-17
1
-3
/
+6
*
Remove unused configure test for ldopen()
Peter Eisentraut
2018-08-16
1
-61
/
+0
*
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
1
-1
/
+45
*
Try to enable C99 in configure, but do not rely on it (yet).
Andres Freund
2018-08-16
1
-0
/
+177
*
Remove obsolete linux dynloader code
Peter Eisentraut
2018-08-13
1
-1
/
+1
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
1
-3
/
+3
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
1
-3
/
+3
*
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-24
1
-1
/
+1
*
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-22
1
-10
/
+11
*
Use signals for postmaster death on FreeBSD.
Thomas Munro
2018-07-11
1
-1
/
+1
*
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-11
1
-1
/
+1
*
Stamp HEAD as 12devel
Andrew Dunstan
2018-06-30
1
-9
/
+9
[next]