Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-04 | Fix initdb's -c option to treat the GUC name case-insensitively. | Tom Lane | 16.3 |
| 2024-01-10 | Restore initdb's old behavior of always setting the lc_xxx GUCs. | Tom Lane | 16.2 |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-03-22 | Fix initdb's handling of min_wal_size and max_wal_size. | Tom Lane | 16.0 |
| 2023-03-22 | Reduce memory leakage in initdb. | Tom Lane | 16.0 |
| 2023-03-22 | Add "-c name=value" switch to initdb. | Tom Lane | 16.0 |
| 2022-09-14 | Use SIGNAL_ARGS consistently to declare signal handlers. | Tom Lane | 16.0 |
| 2022-08-29 | Clean up inconsistent use of fflush(). | Tom Lane | 16.0 |