aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAge
* Add support for runtime arguments in injection pointsMichael Paquier10 days
* Eliminate divide in new fast-path locking codeDavid Rowley2025-04-27
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Make cancel request keys longerHeikki Linnakangas2025-04-02
* aio: Basic subsystem initializationAndres Freund2025-03-17
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Make FP_LOCK_SLOTS_PER_BACKEND look like a functionTomas Vondra2025-03-04
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* Move MAX_BACKENDS to procnumber.hAndres Freund2025-02-24
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Update copyright for 2025Bruce Momjian2025-01-01
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane2024-12-28
* Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas2024-12-23
* Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane2024-11-11
* Increase the number of fast-path lock slotsTomas Vondra2024-09-21
* Rename some shared memory initialization routinesHeikki Linnakangas2024-08-29
* Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas2024-08-29
* Move cancel key generation to after forking the backendHeikki Linnakangas2024-07-29
* Refactor: make default_locale internal to pg_locale.c.Jeff Davis2024-07-28
* Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart2024-07-05
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Catalog changes preparing for builtin collation provider.Jeff Davis2024-03-09
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Update copyright for 2024Bruce Momjian2024-01-03
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12
* Refactor InitPostgres() to use bitwise option flagsMichael Paquier2023-10-11
* Fix handling of shared statistics with dropped databasesMichael Paquier2023-09-04
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Error message wording improvementsPeter Eisentraut2023-06-29
* Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut2023-06-07
* Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane2023-05-21
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-20
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Integrate superuser check into has_rolreplication()Peter Eisentraut2023-03-16
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Add new GUC reserved_connections.Robert Haas2023-01-20