summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
AgeCommit message (Expand)Author
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-04-06Add 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-02Don't leak descriptors into subprograms.Thomas Munro
2023-02-02Retire 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-22meson: 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-23Add 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-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-04-25Always pfree strings returned by GetDatabasePathAlvaro Herrera
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-21Fix possible null pointer referencePeter Eisentraut
2022-02-20Fix meaning-changing typo introduced in fa0e03c15a9f.Andres Freund