Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-06-04 | Fix pl/tcl's handling of errors from Tcl_ListObjGetElements(). | Tom Lane | 15.8 |
| 2022-02-28 | Fix SPI's handling of errors during transaction commit. | Tom Lane | 15.0 |
| 2022-02-21 | Disallow setting bogus GUCs within an extension's reserved namespace. | Tom Lane | 15.0 |
| 2021-12-27 | Revert changes about warnings/errors for placeholders. | Tom Lane | 15.0 |
| 2021-12-27 | Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). | Tom Lane | 15.0 |
| 2021-12-21 | Add missing EmitWarningsOnPlaceholders() calls. | Tom Lane | 15.0 |