summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
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
2023-05-02Fix typos in commentsMichael Paquier
2023-04-20Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane
2023-04-12Update config.guess and config.subPeter Eisentraut
2022-12-07autoconf: Move export_dynamic determination to configureAndres Freund
2022-12-02autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Add definition pg_attribute_aligned() for MSVCMichael Paquier
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-09Bump minimum version of Flex to 2.5.35John Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-08-23Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-07-06Unify DLSUFFIX on DarwinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Update config.guess and config.subPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-20Ensure the right perl is used for TAP tests on msysAndrew Dunstan
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-17plpython: Reject Python 2 during build configuration.Andres Freund
2022-02-03Remove configure's check for rl_completion_append_character.Tom Lane
2022-01-25Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2022-01-25Revert "Temporarily add some information about python include paths to config...Tom Lane