summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-10-21Remove obsolete global database_ctype_is_c.Jeff Davis
2025-09-26Create a separate file listing backend typesÁlvaro Herrera
2025-08-14Fix compilation warning with SerializeClientConnectionInfo()Michael Paquier
2025-08-02Silence Valgrind leakage complaints in more-or-less-hackish ways.Tom Lane
2025-07-16Force LC_COLLATE to C in postmaster.Jeff Davis
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-10Add support for runtime arguments in injection pointsMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-04-27Eliminate 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-06Split 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-15Fix 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-13Use 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-13Introduce "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