summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-01Adjust obsolete comment explaining set_stack_base().Thomas Munro
2023-11-06Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch
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-04Fix handling of shared statistics with dropped databasesMichael Paquier
2023-07-13Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-13Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
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-20rename "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-07Add support for Kerberos credential delegationStephen Frost
2023-04-07Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-05Fix wrong word in comment.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
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
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-03Don't leak descriptors into subprograms.Thomas Munro
2023-02-03Retire PG_SETMASK() macro.Thomas Munro
2023-01-20Add new GUC reserved_connections.Robert Haas
2023-01-20Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas
2023-01-20Update docs and error message for superuser_reserved_connections.Robert Haas
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-07Message style fixesAlvaro Herrera
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-22Add BackendType for standalone backendsAndres Freund
2022-08-05Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier
2022-08-05Remove dead pread and pwrite replacement code.Thomas Munro