Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-07-21 | Avoid C99-ism in pre-v12 branches. | Tom Lane | 10.14 |
| 2020-07-21 | Assert that we don't insert nulls into attnotnull catalog columns. | Tom Lane | 10.14 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-02-09 | Allow index AMs to cache data across aminsert calls within a SQL command. | Tom Lane | 10.0 |
| 2017-02-01 | Fix CatalogTupleInsert/Update abstraction for case of shared indstate. | Tom Lane | 10.0 |
| 2017-02-01 | Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). | Tom Lane | 10.0 |