summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2026-07-16Revert "Make PL/Tcl require Tcl 8.6 or later"Peter Eisentraut
2026-07-16Make PL/Tcl require Tcl 8.6 or laterPeter Eisentraut
2026-07-14Replace __builtin_types_compatible_p with _GenericPeter Eisentraut
2026-04-09Update config.guess and config.subPeter Eisentraut
2026-04-04Compute CRC32C on ARM using the Crypto Extension where availableJohn Naylor
2026-04-04Use AVX2 for calculating page checksums where availableJohn Naylor
2026-03-16Hardcode override of typeof_unqual for clang-for-bitcodePeter Eisentraut
2026-03-13Change copyObject() to use typeof_unqualPeter Eisentraut
2026-03-06Portable StaticAssertExprPeter Eisentraut
2026-03-02Support using copyObject in standard C++Peter Eisentraut
2026-02-23Restore AIX support.Tom Lane
2026-02-07Revert "Change copyObject() to use typeof_unqual"Peter Eisentraut
2026-02-04Change copyObject() to use typeof_unqualPeter Eisentraut
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-30jit: Drop redundant LLVM configure probes.Thomas Munro
2025-12-15Refactor static_assert() support.Peter Eisentraut
2025-12-10Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.Tom Lane
2025-09-12Remove traces of support for Sun Studio compilerPeter Eisentraut
2025-08-04Improve prep_buildtreePeter Eisentraut
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane
2025-07-11oauth: Run Autoconf tests with correct compiler flagsJacob Champion
2025-06-23Include _mm512_zextsi128_si512() in AVX-512 configure probes.Tom Lane
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-09Update config.guess and config.subPeter Eisentraut
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-03-28Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart
2025-03-20Be more paranoid in configure's checks for CRC and POPCNT intrinsics.Tom Lane
2025-03-19oauth: Disallow synchronous DNS in libcurlThomas Munro
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-05Remove useless configure checkPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-11-27Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart
2024-11-07Fix __attribute__((target(...))) usage.Nathan Bossart
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-10-01jit: Require at least LLVM 14, if enabled.Peter Eisentraut
2024-05-16jit: Remove {llvm-config,clang}-N configure probes.Thomas Munro
2024-04-09Update config.guess and config.subPeter Eisentraut
2024-04-07Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart
2024-02-28Remove AIX supportHeikki Linnakangas
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-20Remove MSVC scriptsMichael Paquier
2023-11-06Remove distprepPeter Eisentraut
2023-10-22Log LLVM library version in configure output.Thomas Munro
2023-08-10Use native CRC instructions on 64-bit LoongArchJohn Naylor
2023-07-08All supported systems have locale_t.Thomas Munro