Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-08-08 | In extensions, don't replace objects not belonging to the extension. | Tom Lane | 11.17 |
| 2019-02-17 | Fix CREATE VIEW to allow zero-column views. | Tom Lane | 11.3 |
| 2018-10-06 | Fix event triggers for partitioned tables | Alvaro Herrera | 11.0 |
| 2018-08-21 | Fix set of NLS translation issues | Michael Paquier | 11.0 |
| 2018-01-26 | Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. | Tom Lane | 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-08-20 | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 11.0 |