Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-07-16 | Replace use of sys_siglist[] with strsignal(). | Tom Lane | 10.14 |
| 2018-08-15 | Clean up assorted misuses of snprintf()'s result value. | Tom Lane | 10.6 |
| 2018-04-30 | Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only. | Tom Lane | 10.4 |
| 2017-06-21 | Phase 3 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-03-09 | Fix inclusions of postgres_fe.h from .h files. | Tom Lane | 10.0 |
| 2016-09-25 | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane | 10.0 |
| 2016-09-04 | Remove useless pg_strdup() operations. | Tom Lane | 10.0 |
| 2016-08-30 | Fix a bunch of places that called malloc and friends with no NULL check. | Tom Lane | 10.0 |