Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-03 | Avoid crash after function syntax error in a replication worker. | Tom Lane | 11.18 |
| 2018-11-10 | Fix missing role dependencies for some schema and type ACLs. | Tom Lane | 11.2 |
| 2018-08-18 | Improve error messages for CREATE OR REPLACE PROCEDURE | Peter Eisentraut | 11.0 |
| 2018-06-18 | Remove obsolete prohibition on function name matching a column name. | Tom Lane | 11.0 |
| 2018-04-08 | Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. | Tom Lane | 11.0 |
| 2018-03-14 | Support INOUT arguments in procedures | Peter Eisentraut | 11.0 |
| 2018-03-02 | Add prokind column, replacing proisagg and proiswindow | Peter Eisentraut | 11.0 |
| 2018-01-19 | Replace AclObjectKind with ObjectType | Peter Eisentraut | 11.0 |
| 2018-01-19 | Replace GrantObjectType with ObjectType | Peter Eisentraut | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-30 | SQL procedures | Peter Eisentraut | 11.0 |
| 2017-10-26 | Support domains over composite types. | Tom Lane | 11.0 |