aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAge
* oauth: Move the builtin flow into a separate moduleJacob Champion2025-05-01
* Update config.guess and config.subPeter Eisentraut2025-04-09
* Compute CRC32C using AVX-512 instructions where availableJohn Naylor2025-04-06
* Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart2025-03-28
* Be more paranoid in configure's checks for CRC and POPCNT intrinsics.Tom Lane2025-03-20
* oauth: Disallow synchronous DNS in libcurlThomas Munro2025-03-19
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Remove flex version checksPeter Eisentraut2025-01-17
* Remove useless configure checkPeter Eisentraut2025-01-05
* Update copyright for 2025Bruce Momjian2025-01-01
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart2024-11-27
* Fix __attribute__((target(...))) usage.Nathan Bossart2024-11-07
* Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart2024-11-07
* Simplify checking for xlocale.hPeter Eisentraut2024-10-01
* jit: Require at least LLVM 14, if enabled.Peter Eisentraut2024-10-01
* jit: Remove {llvm-config,clang}-N configure probes.Thomas Munro2024-05-16
* Update config.guess and config.subPeter Eisentraut2024-04-09
* Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart2024-04-06
* Remove AIX supportHeikki Linnakangas2024-02-28
* jit: Require at least LLVM 10.Thomas Munro2024-01-25
* Add copyright notices to a few perl scripts that don't have themAndrew Dunstan2024-01-05
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Remove MSVC scriptsMichael Paquier2023-12-20
* Remove distprepPeter Eisentraut2023-11-06
* Log LLVM library version in configure output.Thomas Munro2023-10-22
* Use native CRC instructions on 64-bit LoongArchJohn Naylor2023-08-10
* All supported systems have locale_t.Thomas Munro2023-07-09
* Fix typos in commentsMichael Paquier2023-05-02
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-20
* Update config.guess and config.subPeter Eisentraut2023-04-12
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-06
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-01
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Add definition pg_attribute_aligned() for MSVCMichael Paquier2022-09-21
* Bump minimum Perl version to 5.14John Naylor2022-09-14
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-09
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut2022-08-23
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-14
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-14
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-14
* Rely on __func__ being supportedAndres Freund2022-08-07
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-06
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Update config.guess and config.subPeter Eisentraut2022-04-07
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25