Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-08-25 | Fix toast rewrites in logical decoding. | Amit Kapila | 11.14 |
| 2018-04-12 | Rename IndexInfo.ii_KeyAttrNumbers array | Teodor Sigaev | 11.0 |
| 2018-04-07 | Indexes with INCLUDE columns and their support in B-tree | Teodor Sigaev | 11.0 |
| 2018-03-22 | Avoid creating a TOAST table for a partitioned table. | Robert Haas | 11.0 |
| 2018-03-21 | Handle heap rewrites even better in logical decoding | Peter Eisentraut | 11.0 |
| 2018-02-19 | Allow UNIQUE indexes on partitioned tables | Alvaro Herrera | 11.0 |
| 2018-02-02 | Support parallel btree index builds. | Robert Haas | 11.0 |
| 2018-01-19 | Local partitioned indexes | Alvaro Herrera | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-14 | Simplify index_[constraint_]create API | Alvaro Herrera | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |