Commits

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

DateSubjectAuthorReleases
2024-11-27 If a C23 compiler is detected, try asking for C17. Thomas Munro 14.16
2024-11-25 Assume that <stdbool.h> conforms to the C standard. Thomas Munro 14.16
2024-11-22 jit: Use -mno-outline-atomics for bitcode on ARM. Thomas Munro 14.16
2024-11-07 Replace pgwin32_is_junction() with lstat(). Thomas Munro 14.14
2024-11-07 Fix lstat() for broken junction points on Windows. Thomas Munro 14.14
2024-11-07 Provide lstat() for Windows. Thomas Munro 14.14
2024-11-07 Make unlink() work for junction points on Windows. Thomas Munro 14.14
2024-11-07 Add missing include guard to win32ntdll.h. Thomas Munro 14.14
2024-11-07 Check for STATUS_DELETE_PENDING on Windows. Thomas Munro 14.14
2024-11-06 Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 14.14
2024-10-17 Fix extreme skew detection in Parallel Hash Join. Thomas Munro 14.14
2024-08-31 Stabilize 039_end_of_wal test. Thomas Munro 14.14
2024-08-19 Fix harmless LC_COLLATE[_MASK] confusion. Thomas Munro 14.14
2024-07-13 Fix lost Windows socket EOF events. Thomas Munro 14.13
2024-07-12 Disable clang 16's -Wcast-function-type-strict. Thomas Munro 14.13
2024-07-05 Cope with <regex.h> name clashes. Thomas Munro 14.13
2024-04-10 Fix illegal attribute propagation in LLVM JIT. Thomas Munro 14.12
2024-01-25 Track LLVM 18 changes. Thomas Munro 14.11
2023-10-22 Log LLVM library version in configure output. Thomas Munro 14.10
2023-10-21 Fix min_dynamic_shared_memory on Windows. Thomas Munro 14.10
2023-10-18 jit: Changes for LLVM 17. Thomas Munro 14.10
2023-10-18 jit: Supply LLVMGlobalGetValueType() for LLVM < 8. Thomas Munro 14.10
2023-10-18 jit: Support opaque pointers in LLVM 16. Thomas Munro 14.10
2023-10-16 Try to handle torn reads of pg_control in frontend. Thomas Munro 14.10
2023-10-15 Acquire ControlFileLock in relevant SQL functions. Thomas Munro 14.10