Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-06-07 | Support use of strnlen() in pre-v11 branches. | Tom Lane | 9.6.23 |
| 2020-10-15 | In the postmaster, rely on the signal infrastructure to block signals. | Tom Lane | 9.6.20 |
| 2020-07-16 | Replace use of sys_siglist[] with strsignal(). | Tom Lane | 9.6.19 |
| 2019-01-23 | Fix misc typos in comments. | Heikki Linnakangas | 9.6.12 |
| 2017-04-24 | Run the postmaster's signal handlers without SA_RESTART. | Tom Lane | 9.6.3 |
| 2016-03-29 | On all Windows platforms, not just Cygwin, use _timezone and _tzname. | Robert Haas | 9.6.0 |
| 2016-02-17 | Add new system view, pg_config | Joe Conway | 9.6.0 |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian | 9.6.0 |
| 2015-07-25 | Redesign tablesample method API, and do extensive code review. | Tom Lane | 9.6.0 |