Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-04-11 | Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option | David Rowley | 16.0 |
| 2023-04-07 | Add --buffer-usage-limit option to vacuumdb | David Rowley | 16.0 |
| 2023-04-06 | Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option | David Rowley | 16.0 |
| 2023-04-06 | Move various prechecks from vacuum() into ExecVacuum() | David Rowley | 16.0 |
| 2023-04-06 | Always make a BufferAccessStrategy for ANALYZE | David Rowley | 16.0 |
| 2023-04-03 | Disable vacuum's use of a buffer access strategy during failsafe | David Rowley | 16.0 |
| 2023-04-03 | Only make buffer strategy for vacuum when it's likely needed | David Rowley | 16.0 |
| 2023-04-03 | Remove some global variables from vacuum.c | David Rowley | 16.0 |
| 2022-08-25 | More -Wshadow=compatible-local warning fixes | David Rowley | 16.0 |