Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2024-12-04 Use <stdint.h> and <inttypes.h> for c.h integers. Thomas Munro 18.0
2024-12-04 Define __EXTENSIONS__ on Solaris, too. Tom Lane 18.0
2024-12-03 Define _POSIX_C_SOURCE as 200112L on Solaris. Tom Lane 18.0
2024-11-27 Require sizeof(bool) == 1. Thomas Munro 18.0
2024-11-27 Use __attribute__((target(...))) for SSE4.2 CRC-32C support. Nathan Bossart 18.0
2024-11-27 Remove configure check for _configthreadlocale(). Thomas Munro 18.0
2024-11-25 Clean up <stdbool.h> reference in meson.build. Thomas Munro 18.0
2024-11-25 Update configure probes for CFLAGS needed for ARM CRC instructions. Tom Lane 18.0
2024-11-25 Assume that <stdbool.h> conforms to the C standard. Thomas Munro 18.0
2024-11-22 Use auxv to check for CRC32 instructions on ARM. Thomas Munro 18.0
2024-11-07 Fix __attribute__((target(...))) usage. Nathan Bossart 18.0
2024-11-07 Use __attribute__((target(...))) for AVX-512 support. Nathan Bossart 18.0
2024-11-04 Make PG_TEST_EXTRA env var override the "meson setup" option Heikki Linnakangas 18.0
2024-10-24 Raise the minimum supported OpenSSL version to 1.1.1 Daniel Gustafsson 18.0
2024-10-01 Simplify checking for xlocale.h Peter Eisentraut 18.0
2024-10-01 jit: Require at least LLVM 14, if enabled. Peter Eisentraut 18.0
2024-09-14 Improve meson's detection of perl build flags Andrew Dunstan 18.0
2024-09-14 Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan 18.0
2024-09-02 Remove support for OpenSSL older than 1.1.0 Daniel Gustafsson 18.0
2024-08-23 thread-safety: gmtime_r(), localtime_r() Peter Eisentraut 18.0
2024-08-13 All POSIX systems have langinfo.h and CODESET. Thomas Munro 18.0
2024-08-05 Move astreamer (except astreamer_inject) to fe_utils. Robert Haas 18.0
2024-08-03 Add -Wmissing-variable-declarations to the standard compilation flags Peter Eisentraut 18.0
2024-07-30 Remove --disable-atomics, require 32 bit atomics. Thomas Munro 18.0
2024-07-30 Remove --disable-spinlocks. Thomas Munro 18.0