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
*
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
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
*
Update docs and error message for superuser_reserved_connections.
Robert Haas
2023-01-20
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Message style fixes
Alvaro Herrera
2022-09-07
*
Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logs
Michael Paquier
2022-08-05
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
*
Revert 019_replslot_limit.pl related debugging aids.
Andres Freund
2022-07-05
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix misleading comments about background worker registration.
Robert Haas
2022-05-06
*
Always pfree strings returned by GetDatabasePath
Alvaro Herrera
2022-04-25
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
*
Fix possible null pointer reference
Peter Eisentraut
2022-02-21
*
Fix meaning-changing typo introduced in fa0e03c15a9f.
Andres Freund
2022-02-20
[next]