summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
11 daysForce LC_COLLATE to C in postmaster.Jeff Davis
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-05Split WaitEventSet functions to separate source fileHeikki Linnakangas
2025-03-04Make FP_LOCK_SLOTS_PER_BACKEND look like a functionTomas Vondra
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-02-24Move MAX_BACKENDS to procnumber.hAndres Freund
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
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-11Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-29Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas
2024-08-14Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-28Refactor: make default_locale internal to pg_locale.c.Jeff Davis
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart
2024-07-02Add missing includes for some global variablesPeter Eisentraut
2024-04-06Increase default vacuum_buffer_usage_limit to 2MB.Thomas Munro
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
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-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-15Introduce transaction_timeoutAlexander Korotkov
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