Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-01-26 | Combine FSM updates for prune and no-prune cases. | Robert Haas | 17.0 |
| 2024-01-18 | Remove LVPagePruneState. | Robert Haas | 17.0 |
| 2024-01-18 | Move VM update code from lazy_scan_heap() to lazy_scan_prune(). | Robert Haas | 17.0 |
| 2024-01-18 | Optimize vacuuming of relations with no indexes. | Robert Haas | 17.0 |
| 2024-01-16 | Be more consistent about whether to update the FSM while vacuuming. | Robert Haas | 17.0 |
| 2024-01-11 | Remove hastup from LVPagePruneState. | Robert Haas | 17.0 |
| 2023-10-02 | Remove retry loop in heap_page_prune(). | Robert Haas | 17.0 |
| 2023-09-28 | Return data from heap_page_prune via a struct. | Robert Haas | 17.0 |