Commit Graph

397 Commits (750816971b35270971dd77f37ed1e9655fce4ed9)

Author SHA1 Message Date
Peter Eisentraut 25f36066dd Remove traces of support for Sun Studio compiler 3 months ago
Peter Eisentraut 6ae268cf28 Improve prep_buildtree 5 months ago
Tom Lane 4300d8b6a7 Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Jacob Champion 990571a08b oauth: Run Autoconf tests with correct compiler flags 5 months ago
Tom Lane ccd5bc93fd Include _mm512_zextsi128_si512() in AVX-512 configure probes. 6 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 8 months ago
Peter Eisentraut 306dd6e727 Update config.guess and config.sub 8 months ago
John Naylor 3c6e8c1238 Compute CRC32C using AVX-512 instructions where available 9 months ago
Nathan Bossart 519338ace4 Optimize popcount functions with ARM SVE intrinsics. 9 months ago
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. 2 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