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.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
1
-1
/
+0
*
Require C99 (and thus MSCV 2013 upwards).
Andres Freund
2018-08-23
1
-0
/
+10
*
Remove unused configure test for ldopen()
Peter Eisentraut
2018-08-16
1
-6
/
+0
*
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
1
-1
/
+10
*
Try to enable C99 in configure, but do not rely on it (yet).
Andres Freund
2018-08-16
1
-0
/
+1
*
Remove obsolete linux dynloader code
Peter Eisentraut
2018-08-13
1
-1
/
+1
*
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-24
1
-1
/
+1
*
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
-1
/
+1
*
Stamp 11beta2.
REL_11_BETA2
Alvaro Herrera
2018-06-25
1
-1
/
+1
*
Use -Wno-format-truncation and -Wno-stringop-truncation, if available.
Tom Lane
2018-06-16
1
-0
/
+12
*
Remove configure's check for nonstandard "long long" printf modifiers.
Tom Lane
2018-05-23
1
-38
/
+13
*
Stamp 11beta1.
REL_11_BETA1
Tom Lane
2018-05-21
1
-1
/
+1
*
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
1
-2
/
+2
*
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
1
-0
/
+2
*
Improve our method for probing the availability of ARM CRC instructions.
Tom Lane
2018-05-02
1
-19
/
+2
*
Use ARMv8 CRC instructions where available.
Heikki Linnakangas
2018-04-04
1
-15
/
+72
*
Fix incorrect description of USE_SLICING_BY_8_CRC32C.
Heikki Linnakangas
2018-04-04
1
-2
/
+2
*
Fix typo in BITCODE_CXXFLAGS assignment.
Andres Freund
2018-03-21
1
-1
/
+1
*
Empty CXXFLAGS inherited from autoconf.
Andres Freund
2018-03-21
1
-0
/
+1
*
Add configure tests for stdbool.h and sizeof bool
Peter Eisentraut
2018-03-21
1
-0
/
+7
*
Add configure infrastructure (--with-llvm) to enable LLVM support.
Andres Freund
2018-03-20
1
-1
/
+61
*
Add C++ support to configure.
Andres Freund
2018-03-20
1
-5
/
+45
*
Attempt to fix build with unusual OpenSSL versions
Peter Eisentraut
2018-03-20
1
-1
/
+1
*
Make configure check for a couple more Perl modules for --enable-tap-tests.
Tom Lane
2018-03-20
1
-2
/
+4
*
Tests for Kerberos/GSSAPI authentication
Peter Eisentraut
2018-03-06
1
-0
/
+2
*
Add PG_TEST_EXTRA to control optional test suites
Peter Eisentraut
2018-03-03
1
-0
/
+1
*
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
1
-1
/
+1
*
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
1
-0
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Provide overflow safe integer math inline functions.
Andres Freund
2017-12-12
1
-0
/
+4
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
1
-3
/
+1
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
1
-2
/
+5
*
Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."
Tom Lane
2017-11-09
1
-2
/
+6
*
Allow --with-bonjour to work with non-macOS implementations of Bonjour.
Tom Lane
2017-11-08
1
-2
/
+4
*
Fix version numbering foulups exposed by 10.1.
Tom Lane
2017-11-06
1
-1
/
+1
*
Force "restrict" not to be used when compiling with xlc.
Andres Freund
2017-10-13
1
-1
/
+5
*
Use C99 restrict via pg_restrict, rather than restrict directly.
Andres Freund
2017-10-12
1
-1
/
+14
*
Add configure infrastructure to detect support for C99's restrict.
Andres Freund
2017-10-11
1
-0
/
+1
*
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-10
1
-3
/
+3
*
Add pg_strnlen() a portable implementation of strlen.
Andres Freund
2017-10-09
1
-1
/
+1
*
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
1
-0
/
+1
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
1
-1
/
+1
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
1
-1
/
+1
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
1
-31
/
+0
*
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
1
-12
/
+0
*
Stamp HEAD as 11devel.
Tom Lane
2017-08-14
1
-1
/
+1
*
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-10
1
-16
/
+0
*
Stamp 10beta3.
REL_10_BETA3
Tom Lane
2017-08-07
1
-1
/
+1
[next]