summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
AgeCommit message (Expand)Author
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
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-11Clean up order in miscinit.c a bitPeter Eisentraut
2020-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-10Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-09-26Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-02-09Mark assorted GUC variables as PGDLLIMPORT.Robert Haas