Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-01-27 | Change collate and ctype fields to type text | Peter Eisentraut | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-12-13 | Remove InitXLOGAccess(). | Robert Haas | 15.0 |
| 2021-11-19 | Initialize backend status reporting during bootstrap. | Andres Freund | 15.0 |
| 2021-11-16 | Move InitXLogInsert() call from InitXLOGAccess() to BaseInit(). | Robert Haas | 15.0 |
| 2021-08-13 | Fix typo. | Andres Freund | 15.0 |
| 2021-08-08 | Move temporary file cleanup to before_shmem_exit(). | Andres Freund | 15.0 |
| 2021-08-07 | Schedule ShutdownXLOG() in single user mode using before_shmem_exit(). | Andres Freund | 15.0 |
| 2021-08-07 | pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. | Andres Freund | 15.0 |
| 2021-08-05 | process startup: Always call Init[Auxiliary]Process() before BaseInit(). | Andres Freund | 15.0 |