Commit Graph

388 Commits (ed0b87caaca1eb3daa0f76f32499da7628286919)

Author SHA1 Message Date
Tom Lane fdb5dd6331 Be more paranoid in configure's checks for CRC and POPCNT intrinsics. 9 months ago
Thomas Munro d7e40845f9 oauth: Disallow synchronous DNS in libcurl 9 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 10 months ago
Peter Eisentraut 0869ea43e9 Remove flex version checks 11 months ago
Peter Eisentraut 9a8313dabe Remove useless configure check 12 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Thomas Munro 962da900ac Use <stdint.h> and <inttypes.h> for c.h integers. 1 year ago
Nathan Bossart 4b03a27faf Use __attribute__((target(...))) for SSE4.2 CRC-32C support. 1 year ago
Nathan Bossart 41b98ddb77 Fix __attribute__((target(...))) usage. 1 year ago
Nathan Bossart f78667bd91 Use __attribute__((target(...))) for AVX-512 support. 1 year ago
Peter Eisentraut 9c2a6c5a5f Simplify checking for xlocale.h 1 year ago
Peter Eisentraut 972c2cd288 jit: Require at least LLVM 14, if enabled. 1 year ago
Thomas Munro 4dd29b6833 jit: Remove {llvm-config,clang}-N configure probes. 2 years ago
Peter Eisentraut cfd6ea3ac0 Update config.guess and config.sub 2 years ago
Nathan Bossart 792752af4e Optimize pg_popcount() with AVX-512 instructions. 2 years ago
Heikki Linnakangas 0b16bb8776 Remove AIX support 2 years ago
Thomas Munro 820b5af73d jit: Require at least LLVM 10. 2 years ago
Andrew Dunstan dbad1c53e9 Add copyright notices to a few perl scripts that don't have them 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Michael Paquier 1301c80b21 Remove MSVC scripts 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 2 years ago
Thomas Munro 5e4dacb987 Log LLVM library version in configure output. 2 years ago
John Naylor 4d14ccd6af Use native CRC instructions on 64-bit LoongArch 2 years ago
Thomas Munro 8d9a9f034e All supported systems have locale_t. 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Tom Lane eab2d3147e Use --strip-unneeded when stripping static libraries with GNU strip. 3 years ago
Peter Eisentraut 906116ace1 Update config.guess and config.sub 3 years ago
Andres Freund 9db49fc5bf autoconf: Move export_dynamic determination to configure 3 years ago
Andres Freund e0f0e08e17 autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Michael Paquier ec3c9cc202 Add definition pg_attribute_aligned() for MSVC 3 years ago
John Naylor 4c1532763a Bump minimum Perl version to 5.14 3 years ago
John Naylor 8b878bffa8 Bump minimum version of Flex to 2.5.35 3 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 3 years ago
Peter Eisentraut b4e936859d Remove further unwanted linker flags from perl_embed_ldflags 3 years ago
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 3 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 3 years ago
Thomas Munro de42bc3ac8 Remove configure probe for struct sockaddr_storage. 3 years ago
Thomas Munro 37a65d1db1 Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 3 years ago
Thomas Munro 077bf2f275 Remove configure probes for sys/un.h and struct sockaddr_un. 3 years ago
Andres Freund 320f92b744 Rely on __func__ being supported 3 years ago
Andres Freund 922a8fa098 Simplify gettimeofday() fallback logic. 3 years ago
Peter Eisentraut b55f62abb2 Unify DLSUFFIX on Darwin 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Peter Eisentraut a8cfb0c1a9 Update config.guess and config.sub 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Andrew Dunstan cf12541f2b
Ensure the right perl is used for TAP tests on msys 4 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Andres Freund 19252e8ec9 plpython: Reject Python 2 during build configuration. 4 years ago