summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
AgeCommit message (Expand)Author
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
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-09Fix typos in miscinit.c.Amit Kapila
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-01Update HINT for pre-existing shared memory block.Noah Misch
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-07-13Accept invalidation messages in InitializeSessionUserId().Thomas Munro
2018-07-11Use signals for postmaster death on Linux.Thomas Munro
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane