Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-17 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 14.7 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-08-30 | Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. | Tom Lane | 14.0 |
| 2020-08-08 | Implement streaming mode in ReorderBuffer. | Amit Kapila | 14.0 |
| 2020-07-29 | Move syncscan.c to src/backend/access/common. | Thomas Munro | 14.0 |
| 2020-07-26 | Allocate consecutive blocks during parallel seqscans | David Rowley | 14.0 |
| 2020-06-25 | Fix misuse of table_index_fetch_tuple_check(). | Peter Geoghegan | 14.0 |