Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-06-07 | Support use of strnlen() in pre-v11 branches. | Tom Lane | 10.18 |
| 2020-10-15 | In the postmaster, rely on the signal infrastructure to block signals. | Tom Lane | 10.15 |
| 2020-07-16 | Replace use of sys_siglist[] with strsignal(). | Tom Lane | 10.14 |
| 2018-12-16 | Improve detection of child-process SIGPIPE failures. | Tom Lane | 10.7 |
| 2017-06-28 | Change pg_ctl to detect server-ready by watching status in postmaster.pid. | Tom Lane | 10.0 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 10.0 |
| 2017-04-24 | Run the postmaster's signal handlers without SA_RESTART. | Tom Lane | 10.0 |
| 2016-11-05 | pgwin32_is_junction's argument should be "const char *" not "char *". | Tom Lane | 10.0 |
| 2016-08-30 | Simplify correct use of simple_prompt(). | Tom Lane | 10.0 |