Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-06-04 | Fix another case of indirectly casting away const. | Tom Lane | 18 (unreleased) |
| 2026-04-03 | jit: No backport::SectionMemoryManager for LLVM 22. | Thomas Munro | 18.4 |
| 2026-01-22 | jit: Add missing inline pass for LLVM >= 17. | Thomas Munro | 18.2 |
| 2025-12-31 | jit: Fix jit_profiling_support when unavailable. | Thomas Munro | 18.2 |
| 2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-11-06 | Monkey-patch LLVM code to fix ARM relocation bug. | Thomas Munro | 18.0 |
| 2024-10-01 | jit: Use opaque pointers in all supported LLVM versions. | Peter Eisentraut | 18.0 |
| 2024-10-01 | jit: Require at least LLVM 14, if enabled. | Peter Eisentraut | 18.0 |
| 2024-07-19 | Move resowner from common JitContext to LLVM specific | Heikki Linnakangas | 18.0 |
| 2024-07-15 | Run LLVM verify pass on IR in assert builds. | Thomas Munro | 18.0 |