summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
AgeCommit message (Expand)Author
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
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-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-20Doc: add glossary term for "auxiliary process"Alvaro Herrera
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-07-25Get rid of artificial restriction on hash table sizes on Windows.Tom Lane
2021-05-14Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-01-06Add idle_session_timeout.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-29Add hash_mem_multiplier GUC.Peter Geoghegan
2020-06-05Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway