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
/
config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress warning about stack_base_ptr with late-model GCC.
Tom Lane
2022-02-17
1
-0
/
+22
*
Replace use of deprecated Python module distutils.sysconfig, take 2.
Tom Lane
2022-02-01
1
-20
/
+13
*
Pacify perlcritic.
Tom Lane
2021-11-22
1
-0
/
+3
*
Probe $PROVE not $PERL while checking for modules needed by TAP tests.
Tom Lane
2021-11-22
2
-77
/
+20
*
jit: configure: Explicitly reference 'native' component.
Andres Freund
2020-12-07
1
-0
/
+1
*
Remove configure-time probe for DocBook DTD.
Tom Lane
2020-11-30
1
-40
/
+0
*
Update config.guess and config.sub
Peter Eisentraut
2020-04-30
2
-60
/
+84
*
Sync up some inconsistent comments in config/c-compiler.m4.
Tom Lane
2020-04-22
1
-18
/
+18
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
1
-2
/
+3
*
Assume that we have signed integral types and flexible array members.
Tom Lane
2020-02-21
1
-15
/
+0
*
Add configure probe for rl_completion_suppress_quote.
Tom Lane
2020-01-23
1
-1
/
+19
*
Improve psql's tab completion for filenames.
Tom Lane
2020-01-23
1
-7
/
+45
*
Remove support for Python older than 2.6
Peter Eisentraut
2020-01-08
1
-2
/
+2
*
Simplify PGAC_STRUCT_TIMEZONE Autoconf macro
Peter Eisentraut
2019-10-07
1
-25
/
+6
*
Remove obsolete reference to Irix
Peter Eisentraut
2019-08-18
1
-2
/
+2
*
Update config.guess and config.sub
Peter Eisentraut
2019-04-27
2
-621
/
+780
*
Fix vpath build
Peter Eisentraut
2019-03-27
1
-1
/
+1
*
Reorder configure tests for accept() in Windows
Andrew Dunstan
2019-03-04
1
-2
/
+2
*
Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.
Tom Lane
2019-02-15
1
-54
/
+27
*
Revert attempts to use POPCNT etc instructions
Alvaro Herrera
2019-02-15
1
-52
/
+0
*
Fix compiler builtin usage in new pg_bitutils.c
Alvaro Herrera
2019-02-15
1
-14
/
+8
*
Fix portability issues in pg_bitutils
Alvaro Herrera
2019-02-13
1
-58
/
+0
*
Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes
Alvaro Herrera
2019-02-13
1
-0
/
+116
*
Use better comment marker in Autoconf input
Peter Eisentraut
2019-02-09
2
-2
/
+2
*
configure: More use of AC_ARG_VAR
Peter Eisentraut
2019-01-18
4
-0
/
+4
*
configure: Update python search order
Peter Eisentraut
2019-01-13
1
-1
/
+8
*
Update config/ax_pthread.m4 to latest upstream version.
Tom Lane
2018-11-19
1
-100
/
+211
*
Postpone LLVM-related uses of AC_CHECK_DECLS.
Tom Lane
2018-11-19
1
-10
/
+21
*
Fix configure's AC_CHECK_DECLS tests to work correctly with clang.
Tom Lane
2018-11-19
1
-0
/
+116
*
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-10-09
1
-10
/
+25
*
Try another way to detect the result type of strerror_r().
Tom Lane
2018-09-26
1
-9
/
+9
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
2
-109
/
+2
*
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-25
1
-1
/
+12
*
Detect LLVM 7 without specifying binaries explicitly.
Andres Freund
2018-09-13
1
-2
/
+2
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
1
-19
/
+0
*
LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.
Andres Freund
2018-08-24
1
-1
/
+1
*
Fix configure's snprintf test so it exposes HP-UX bug.
Tom Lane
2018-08-17
1
-3
/
+8
*
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
1
-0
/
+27
*
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-12
1
-7
/
+13
*
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-11
1
-7
/
+7
*
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-22
1
-1
/
+2
*
Fix typos
Peter Eisentraut
2018-07-10
1
-2
/
+2
*
Fix typo
Peter Eisentraut
2018-07-05
1
-1
/
+1
*
Update config.guess and config.sub
Peter Eisentraut
2018-06-11
2
-1121
/
+1103
*
Remove configure's check for nonstandard "long long" printf modifiers.
Tom Lane
2018-05-23
1
-55
/
+0
*
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-04-04
1
-0
/
+34
*
Teach configure --with-python to report the Python version number.
Tom Lane
2018-04-02
1
-8
/
+12
*
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
1
-1
/
+1
*
Add configure infrastructure (--with-llvm) to enable LLVM support.
Andres Freund
2018-03-20
1
-0
/
+108
*
Add C++ support to configure.
Andres Freund
2018-03-20
1
-0
/
+40
[next]