Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-07 | Optimize visibilitymap_count() with AVX-512 instructions. | Nathan Bossart | 17.0 |
| 2024-04-07 | Optimize pg_popcount() with AVX-512 instructions. | Nathan Bossart | 17.0 |
| 2024-04-03 | Inline pg_popcount() for small buffers. | Nathan Bossart | 17.0 |
| 2024-03-19 | Inline pg_popcount{32,64} into pg_popcount(). | Nathan Bossart | 17.0 |
| 2024-03-08 | Fix link error for test_radixtree module on Windows | John Naylor | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-07-31 | Bring some MSVC asserts in line with other platforms | John Naylor | 17.0 |