summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
AgeCommit message (Expand)Author
2026-08-01Add a comment to distinguish backend typesDaniel Gustafsson
2026-06-11Fix md5_password_warnings for role and database settingsFujii Masao
2026-05-24Revert "Allow logical replication snapshots to be database-specific"Álvaro Herrera
2026-04-08Add missing PGDLLIMPORT markingsPeter Eisentraut
2026-04-07Add errdetail() with PID and UID about source of termination signal.Andrew Dunstan
2026-04-07Allow logical replication snapshots to be database-specificÁlvaro Herrera
2026-04-06Allow autovacuum to use parallel vacuum workers.Masahiko Sawada
2026-04-03Online enabling and disabling of data checksumsDaniel Gustafsson
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-02-11Add password expiration warnings.Nathan Bossart
2026-01-01Update copyright for 2026Bruce Momjian
2025-11-02Avoid mixing void and integer in a conditional expression.Tom Lane
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-07Fix some comments related to IO workersMichael Paquier
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-01-30Use "ssize_t" not "long" in max_stack_depth-related code.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-17Set the stack_base_ptr in main(), not in random other places.Tom Lane
2024-11-14Replace postmaster.c's own backend type codes with BackendTypeHeikki Linnakangas
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-08-14Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-03-20Remove assertions that some compiler say are tautologicalHeikki Linnakangas
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-04Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
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-07-14Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund