summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
AgeCommit message (Expand)Author
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-09Add support for runtime arguments in injection pointsMichael Paquier
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
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-11-11Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane
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-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-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-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
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-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-10-11Refactor InitPostgres() to use bitwise option flagsMichael Paquier
2023-09-03Fix handling of shared statistics with dropped databasesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-06-29Error message wording improvementsPeter Eisentraut
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-16Integrate superuser check into has_rolreplication()Peter Eisentraut