Commit Graph

402 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Peter Eisentraut 4cfce4e62c Change copyObject() to use typeof_unqual 2 months ago
Bruce Momjian 451c43974f Update copyright for 2026 3 months ago
Thomas Munro 1a28b4b455 jit: Drop redundant LLVM configure probes. 3 months ago
Peter Eisentraut 17f446784d Refactor static_assert() support. 3 months ago
Tom Lane 0909380e4c Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. 4 months ago
Peter Eisentraut 25f36066dd Remove traces of support for Sun Studio compiler 7 months ago
Peter Eisentraut 6ae268cf28 Improve prep_buildtree 8 months ago
Tom Lane 4300d8b6a7 Don't put library-supplied -L/-I switches before user-supplied ones. 8 months ago
Jacob Champion 990571a08b oauth: Run Autoconf tests with correct compiler flags 9 months ago
Tom Lane ccd5bc93fd Include _mm512_zextsi128_si512() in AVX-512 configure probes. 9 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 11 months ago
Peter Eisentraut 306dd6e727 Update config.guess and config.sub 12 months ago
John Naylor 3c6e8c1238 Compute CRC32C using AVX-512 instructions where available 12 months ago
Nathan Bossart 519338ace4 Optimize popcount functions with ARM SVE intrinsics. 1 year ago
Tom Lane fdb5dd6331 Be more paranoid in configure's checks for CRC and POPCNT intrinsics. 1 year ago
Thomas Munro d7e40845f9 oauth: Disallow synchronous DNS in libcurl 1 year ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 1 year ago
Peter Eisentraut 0869ea43e9 Remove flex version checks 1 year ago
Peter Eisentraut 9a8313dabe Remove useless configure check 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year 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 2 years ago
Peter Eisentraut 972c2cd288 jit: Require at least LLVM 14, if enabled. 2 years 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 3 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 4 years ago
Michael Paquier ec3c9cc202 Add definition pg_attribute_aligned() for MSVC 4 years ago
John Naylor 4c1532763a Bump minimum Perl version to 5.14 4 years ago
John Naylor 8b878bffa8 Bump minimum version of Flex to 2.5.35 4 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 4 years ago
Peter Eisentraut b4e936859d Remove further unwanted linker flags from perl_embed_ldflags 4 years ago
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 4 years ago