Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-12 | Fix confusion about the return rowtype of SQL-language procedures. | Tom Lane | 14.12 |
| 2022-11-03 | Avoid crash after function syntax error in a replication worker. | Tom Lane | 14.6 |
| 2021-08-31 | Fix missed lock acquisition while inlining new-style SQL functions. | Tom Lane | 14.0 |
| 2021-06-10 | Reconsider the handling of procedure OUT parameters. | Tom Lane | 14.0 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-04-15 | Undo decision to allow pg_proc.prosrc to be NULL. | Tom Lane | 14.0 |
| 2021-04-08 | Suppress uninitialized-variable warning. | Tom Lane | 14.0 |
| 2020-10-19 | Fix list-munging bug that broke SQL function result coercions. | Tom Lane | 14.0 |