Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-23Add BackendType for standalone backendsAndres Freund
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-08Remove HP/Intel Itanium support.Thomas Munro
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas