Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
| | | | | Backpatch-through: certain files through 9.4 | ||
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
| | | | | Backpatch-through: certain files through 9.3 | ||
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
| | |||
* | Add simple VACUUM progress reporting. | Robert Haas | 2016-03-15 |
There's a lot more that could be done here yet - in particular, this reports only very coarse-grained information about the index vacuuming phase - but even as it stands, the new pg_stat_progress_vacuum can tell you quite a bit about what a long-running vacuum is actually doing. Amit Langote and Robert Haas, based on earlier work by Vinayak Pokale and Rahila Syed. |