Commits

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

DateSubjectAuthorReleases
2025-02-27 Remove arbitrary cap on read_stream.c buffer queue. Thomas Munro 18.0
2025-02-18 Fix typo in 2a8a0067. Thomas Munro 18.0
2025-02-15 Fix explicit valgrind interaction in read_stream.c. Thomas Munro 18.0
2025-02-14 Remove obsolete comment. Thomas Munro 18.0
2025-01-20 Fix latch event policy that hid socket events. Thomas Munro 18.0
2025-01-09 Fix off_t overflow in pg_basebackup on Windows. Thomas Munro 18.0
2025-01-09 Provide 64-bit ftruncate() and lseek() on Windows. Thomas Munro 18.0
2025-01-07 Fix meson detection of a couple of 64 bit builtins. Thomas Munro 18.0
2024-12-20 Fix corruption when relation truncation fails. Thomas Munro 18.0
2024-12-14 Fix warnings about declaration of environ on MinGW. Thomas Munro 18.0
2024-12-14 Remove EXTENSION_DONT_CHECK_SIZE from md.c. Thomas Munro 18.0
2024-12-05 Fix printf format string warning on MinGW. Thomas Munro 18.0
2024-12-05 Fix header inclusion order in c.h. Thomas Munro 18.0
2024-12-04 Use <stdint.h> and <inttypes.h> for c.h integers. Thomas Munro 18.0
2024-12-02 RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 18.0
2024-11-27 Require sizeof(bool) == 1. Thomas Munro 18.0
2024-11-27 Revert "Blind attempt to fix _configthreadlocale() failures on MinGW." Thomas Munro 18.0
2024-11-27 Require ucrt if using MinGW. Thomas Munro 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 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-22 jit: Use -mno-outline-atomics for bitcode on ARM. Thomas Munro 18.0
2024-11-10 jit: Remove obsolete LLVM version guard. Thomas Munro 18.0
2024-11-06 Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 18.0