Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-10-17 | Reject non-ON-SELECT rules that are named "_RETURN". | Tom Lane | 11.18 |
| 2021-02-06 | Disallow converting an inheritance child table to a view. | Tom Lane | 11.11 |
| 2018-03-31 | Combine options for RangeVarGetRelidExtended() into a flags argument. | Andres Freund | 11.0 |
| 2018-03-14 | Remove pg_class.relhaspkey | Peter Eisentraut | 11.0 |
| 2018-01-19 | Replace AclObjectKind with ObjectType | Peter Eisentraut | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-10 | Add some const decorations to prototypes | Peter Eisentraut | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-09-11 | Message style fixes | Peter Eisentraut | 11.0 |
| 2017-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |