summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-05Split WaitEventSet functions to separate source fileHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-01Adjust obsolete comment explaining set_stack_base().Thomas Munro
2023-11-06Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-07-14Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-03-16Integrate superuser check into has_rolreplication()Peter Eisentraut
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-23Add BackendType for standalone backendsAndres Freund
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-05process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-03-01Use signalfd(2) for epoll latches.Thomas Munro
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-07-30Use a long lived WaitEventSet for WaitLatch().Thomas Munro
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-06Recompute stack base in forked postmaster children.Andres Freund
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-11Clean up order in miscinit.c a bitPeter Eisentraut