Commit Graph

861 Commits (6b387179baab8d0e5da6570678eefbe61f3acc79)

Author SHA1 Message Date
Thomas Munro f98b8476cd Use signals for postmaster death on FreeBSD. 7 years ago
Thomas Munro 9f09529952 Use signals for postmaster death on Linux. 7 years ago
Andrew Dunstan feced1387f Stamp HEAD as 12devel 7 years ago
Alvaro Herrera 1d4e5edc1d Stamp 11beta2. 7 years ago
Tom Lane e716585235 Use -Wno-format-truncation and -Wno-stringop-truncation, if available. 7 years ago
Tom Lane b929614f5e Remove configure's check for nonstandard "long long" printf modifiers. 7 years ago
Tom Lane 586e4e6df5 Stamp 11beta1. 7 years ago
Tom Lane 06f66cff9e Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull. 7 years ago
Tom Lane a6228128fc Arrange to supply declarations for strtoll/strtoull if needed. 7 years ago
Tom Lane 1c72ec6f49 Improve our method for probing the availability of ARM CRC instructions. 7 years ago
Heikki Linnakangas f044d71e33 Use ARMv8 CRC instructions where available. 8 years ago
Heikki Linnakangas 8989f52b1b Fix incorrect description of USE_SLICING_BY_8_CRC32C. 8 years ago
Andres Freund 4317cc68a2 Fix typo in BITCODE_CXXFLAGS assignment. 8 years ago
Andres Freund a02671cfde Empty CXXFLAGS inherited from autoconf. 8 years ago
Peter Eisentraut f20b328534 Add configure tests for stdbool.h and sizeof bool 8 years ago
Andres Freund 5b2526c838 Add configure infrastructure (--with-llvm) to enable LLVM support. 8 years ago
Andres Freund 6869b4f258 Add C++ support to configure. 8 years ago
Peter Eisentraut a364dfa4ac Attempt to fix build with unusual OpenSSL versions 8 years ago
Tom Lane 264eb03aab Make configure check for a couple more Perl modules for --enable-tap-tests. 8 years ago
Peter Eisentraut 4c831aeaa7 Tests for Kerberos/GSSAPI authentication 8 years ago
Peter Eisentraut fdb34824e0 Add PG_TEST_EXTRA to control optional test suites 8 years ago
Peter Eisentraut 054e8c6cdb Another attempt at fixing build with various OpenSSL versions 8 years ago
Peter Eisentraut 35c0754fad Allow ldaps when using ldap authentication 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund 4d6ad31257 Provide overflow safe integer math inline functions. 8 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Tom Lane 7518049980 Prevent int128 from requiring more than MAXALIGN alignment. 8 years ago
Tom Lane 20d9adab60 Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour." 8 years ago
Tom Lane 9b9cb3c453 Allow --with-bonjour to work with non-macOS implementations of Bonjour. 8 years ago
Tom Lane d0c80c17f1 Fix version numbering foulups exposed by 10.1. 8 years ago
Andres Freund d133982d59 Force "restrict" not to be used when compiling with xlc. 8 years ago
Andres Freund 91d5f1a4a3 Use C99 restrict via pg_restrict, rather than restrict directly. 8 years ago
Andres Freund 0b974dba2d Add configure infrastructure to detect support for C99's restrict. 8 years ago
Andres Freund fffd651e83 Rewrite strnlen replacement implementation from 8a241792f9. 8 years ago
Andres Freund 8a241792f9 Add pg_strnlen() a portable implementation of strlen. 8 years ago
Andres Freund 510b8cbff1 Extend & revamp pg_bswap.h infrastructure. 8 years ago
Tom Lane 899bd785c0 Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs. 8 years ago
Tom Lane 85feb77aa0 Assume wcstombs(), towlower(), and sibling functions are always present. 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Tom Lane 9d6b160d7d Make [U]INT64CONST safe for use in #if conditions. 8 years ago
Tom Lane 9f14dc393b Stamp HEAD as 11devel. 8 years ago
Peter Eisentraut d6391b03b3 Reject use of ucol_strcollUTF8() before ICU 53 8 years ago
Tom Lane 8d6442377d Stamp 10beta3. 8 years ago
Tom Lane 8014d2afa7 Skip test for IPC::Run if user is overriding our search for PROVE. 8 years ago
Tom Lane f4f41baf29 Improve configure's check for ICU presence. 8 years ago
Tom Lane b21c569cea Further improve consistency of configure's program searching. 8 years ago
Tom Lane 40b9f19217 Record full paths of programs sought by "configure". 8 years ago
Tom Lane 3c163a7fc7 PL/Perl portability fix: absorb relevant -D switches from Perl. 8 years ago
Tom Lane 42171e2cd2 Stamp 10beta2. 8 years ago
Tom Lane c254970ad6 Make configure check for IPC::Run when --enable-tap-tests is specified. 8 years ago