index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
postinit.c
Commit message (
Expand
)
Author
Age
*
Add support for runtime arguments in injection points
Michael Paquier
10 days
*
Eliminate divide in new fast-path locking code
David Rowley
2025-04-27
*
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
*
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
*
aio: Basic subsystem initialization
Andres Freund
2025-03-17
*
Add connection establishment duration logging
Melanie Plageman
2025-03-12
*
Modularize log_connections output
Melanie Plageman
2025-03-12
*
Make FP_LOCK_SLOTS_PER_BACKEND look like a function
Tomas Vondra
2025-03-04
*
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-04
*
Move MAX_BACKENDS to procnumber.h
Andres Freund
2025-02-24
*
Allow changing autovacuum_max_workers without restarting.
Nathan Bossart
2025-01-06
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-28
*
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-12-28
*
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-23
*
Parallel workers use AuthenticatedUserId for connection privilege checks.
Tom Lane
2024-11-11
*
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
*
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
*
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-29
*
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
*
Refactor: make default_locale internal to pg_locale.c.
Jeff Davis
2024-07-28
*
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
*
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
*
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-09
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-11
*
Fix handling of shared statistics with dropped databases
Michael Paquier
2023-09-04
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Error message wording improvements
Peter Eisentraut
2023-06-29
*
Remove read-only server settings lc_collate and lc_ctype
Peter Eisentraut
2023-06-07
*
Expand some more uses of "deleg" to "delegation" or "delegated".
Tom Lane
2023-05-21
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Remove obsolete defense against strxfrm() bugs.
Thomas Munro
2023-04-20
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-16
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
[next]