Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-10-13 | Fix incorrect message-printing in win32security.c. | Tom Lane | 13.23 |
| 2024-06-27 | Avoid crashing when a JIT-inlined backend function throws an error. | Tom Lane | 13.16 |
| 2024-02-02 | Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). | Tom Lane | 13.14 |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane | 13.0 |
| 2020-03-25 | Go back to returning int from ereport auxiliary functions. | Tom Lane | 13.0 |
| 2020-03-24 | Improve the internal implementation of ereport(). | Tom Lane | 13.0 |
| 2020-03-24 | Re-implement the ereport() macro using __VA_ARGS__. | Tom Lane | 13.0 |