Age | Commit message (Expand) | Author |
---|---|---|
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-08-11 | Fix non-specific error message. | Robert Haas |
2022-04-12 | Revert the addition of GetMaxBackends() and related stuff. | Robert Haas |
2022-02-08 | Remove MaxBackends variable in favor of GetMaxBackends() function. | Robert Haas |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-12-13 | Remove InitXLOGAccess(). | Robert Haas |
2021-08-07 | pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. | Andres Freund |
2021-08-05 | process startup: Always call Init[Auxiliary]Process() before BaseInit(). | Andres Freund |
2021-08-05 | process startup: Remove bootstrap / checker modes from AuxProcType. | Andres Freund |
2021-08-05 | process startup: Move AuxiliaryProcessMain into its own file. | Andres Freund |