Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-04-19 | Adjust INCLUDE index truncation comments and code. | Teodor Sigaev | 11.0 |
| 2018-04-14 | Add commentary explaining why MaxIndexTuplesPerPage calculation is safe. | Tom Lane | 11.0 |
| 2018-04-07 | Indexes with INCLUDE columns and their support in B-tree | Teodor Sigaev | 11.0 |
| 2018-03-01 | Remove redundant IndexTupleDSize macro. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |