Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-08-10 | Fix "ANALYZE t, t" inside a transaction block. | Tom Lane | 11.6 |
| 2018-04-08 | Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. | Tom Lane | 11.0 |
| 2018-03-22 | Sync up our various ways of estimating pg_class.reltuples. | Tom Lane | 11.0 |
| 2018-03-13 | When updating reltuples after ANALYZE, just extrapolate from our sample. | Tom Lane | 11.0 |
| 2017-10-05 | Improve comments in vacuum_rel() and analyze_rel(). | Tom Lane | 11.0 |
| 2017-10-03 | Allow multiple tables to be specified in one VACUUM or ANALYZE command. | Tom Lane | 11.0 |
| 2017-09-29 | Fix inadequate locking during get_rel_oids(). | Tom Lane | 11.0 |