aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* 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 a new WAL summarizer process.Robert Haas2023-12-20
* Adjust obsolete comment explaining set_stack_base().Thomas Munro2023-12-01
* Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch2023-11-06
* 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
* Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* 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 VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* Fix wrong word in comment.Robert Haas2023-04-05
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* 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
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Add new GUC reserved_connections.Robert Haas2023-01-20
* Rename ReservedBackends variable to SuperuserReservedConnections.Robert Haas2023-01-20
* Update docs and error message for superuser_reserved_connections.Robert Haas2023-01-20
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Restore pg_pread and friends.Thomas Munro2022-09-29
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Message style fixesAlvaro Herrera2022-09-07
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Add BackendType for standalone backendsAndres Freund2022-08-22
* Use hba_file/ident_file GUCs rather than pg_hba.conf/pg_ident.conf in logsMichael Paquier2022-08-05
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05