aboutsummaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAge
* Stamp 18beta1.REL_18_BETA1Tom Lane13 days
* oauth: Move the builtin flow into a separate moduleJacob Champion2025-05-01
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* Compute CRC32C using AVX-512 instructions where availableJohn Naylor2025-04-06
* libpq: Add support for dumping SSL key material to fileDaniel Gustafsson2025-04-03
* Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas2025-04-02
* Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane2025-04-01
* Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart2025-03-28
* Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut2025-03-28
* Tidy up locale thread safety in ECPG library.Peter Eisentraut2025-03-28
* Provide thread-safe pg_localeconv_r().Peter Eisentraut2025-03-27
* aio: Add liburing dependencyAndres Freund2025-03-26
* Show plperl version in the meson setup summary.Andrew Dunstan2025-03-20
* 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
* Make test portlock logic work with mesonAndres Freund2025-02-21
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* meson: Fix failure to detect bsd_auth.h presenceAndres Freund2025-02-12
* meson: Add missing dependencies for libpq testsAndres Freund2025-02-04
* meson: Improve dependencies for tmp_install test targetAndres Freund2025-02-04
* meson: Narrow dependencies for 'install-quiet' targetAndres Freund2025-02-04
* Convert sepgsql tests to TAPPeter Eisentraut2025-01-24
* Remove flex version checksPeter Eisentraut2025-01-17
* Fix meson detection of a couple of 64 bit builtins.Thomas Munro2025-01-08
* Remove useless configure checkPeter Eisentraut2025-01-05
* meson: Fix missing name arguments of cc.compiles() callsPeter Eisentraut2025-01-05
* Update copyright for 2025Bruce Momjian2025-01-01
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Define __EXTENSIONS__ on Solaris, too.Tom Lane2024-12-03
* Define _POSIX_C_SOURCE as 200112L on Solaris.Tom Lane2024-12-03
* Require sizeof(bool) == 1.Thomas Munro2024-11-28
* Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart2024-11-27
* Remove configure check for _configthreadlocale().Thomas Munro2024-11-27
* Clean up <stdbool.h> reference in meson.build.Thomas Munro2024-11-26
* Update configure probes for CFLAGS needed for ARM CRC instructions.Tom Lane2024-11-25
* Assume that <stdbool.h> conforms to the C standard.Thomas Munro2024-11-25
* Use auxv to check for CRC32 instructions on ARM.Thomas Munro2024-11-22
* Fix __attribute__((target(...))) usage.Nathan Bossart2024-11-07
* Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart2024-11-07
* Make PG_TEST_EXTRA env var override the "meson setup" optionHeikki Linnakangas2024-11-04
* Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson2024-10-24
* Simplify checking for xlocale.hPeter Eisentraut2024-10-01
* jit: Require at least LLVM 14, if enabled.Peter Eisentraut2024-10-01
* Improve meson's detection of perl build flagsAndrew Dunstan2024-09-14
* Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when requiredAndrew Dunstan2024-09-14
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* All POSIX systems have langinfo.h and CODESET.Thomas Munro2024-08-13
* Move astreamer (except astreamer_inject) to fe_utils.Robert Haas2024-08-05
* Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut2024-08-03