Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-07-24 | Make printf("%s", NULL) print "(null)" instead of crashing. | Tom Lane | 11.13 |
| 2018-10-02 | Set snprintf.c's maximum number of NL arguments to be 31. | Tom Lane | 11.0 |
| 2018-08-15 | Make snprintf.c follow the C99 standard for snprintf's result value. | Tom Lane | 11.0 |
| 2018-02-14 | Add an assertion that we don't pass NULL to snprintf("%s"). | Tom Lane | 11.0 |