summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
5 daysaio: Combine io_uring memory mappings, if supportedAndres Freund
5 daysoauth: Fix kqueue detection on OpenBSDJacob Champion
11 daysmeson: Increase minimum version to 0.57.2Peter Eisentraut
12 daysEnable MSVC conforming preprocessorPeter Eisentraut
13 daysStamp HEAD as 19devel.Joe Conway
2025-06-23Include _mm512_zextsi128_si512() in AVX-512 configure probes.Tom Lane
2025-06-22meson: Fix meson warningPeter Eisentraut
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane
2025-05-05Stamp 18beta1.REL_18_BETA1Tom Lane
2025-05-01oauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-02Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-03-28Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart
2025-03-28Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut
2025-03-28Tidy up locale thread safety in ECPG library.Peter Eisentraut
2025-03-27Provide thread-safe pg_localeconv_r().Peter Eisentraut
2025-03-26aio: Add liburing dependencyAndres Freund
2025-03-20Show plperl version in the meson setup summary.Andrew Dunstan
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-21Make test portlock logic work with mesonAndres Freund
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-12meson: Fix failure to detect bsd_auth.h presenceAndres Freund
2025-02-04meson: Add missing dependencies for libpq testsAndres Freund
2025-02-04meson: Improve dependencies for tmp_install test targetAndres Freund
2025-02-04meson: Narrow dependencies for 'install-quiet' targetAndres Freund
2025-01-24Convert sepgsql tests to TAPPeter Eisentraut
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-07Fix meson detection of a couple of 64 bit builtins.Thomas Munro
2025-01-05Remove useless configure checkPeter Eisentraut
2025-01-05meson: Fix missing name arguments of cc.compiles() callsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-12-04Define __EXTENSIONS__ on Solaris, too.Tom Lane
2024-12-03Define _POSIX_C_SOURCE as 200112L on Solaris.Tom Lane
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
2024-11-25Clean up <stdbool.h> reference in meson.build.Thomas Munro
2024-11-25Update configure probes for CFLAGS needed for ARM CRC instructions.Tom Lane
2024-11-25Assume that <stdbool.h> conforms to the C standard.Thomas Munro
2024-11-22Use auxv to check for CRC32 instructions on ARM.Thomas Munro
2024-11-07Fix __attribute__((target(...))) usage.Nathan Bossart
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-11-04Make PG_TEST_EXTRA env var override the "meson setup" optionHeikki Linnakangas
2024-10-24Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson
2024-10-01Simplify checking for xlocale.hPeter Eisentraut