summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
Commit message (Expand)AuthorAgeFilesLines
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-0/+9
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+1
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-0/+2
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-121-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* Introduce SYSTEM_USERMichael Paquier2022-09-291-0/+3
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-1/+1
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-241-0/+4
* Add BackendType for standalone backendsAndres Freund2022-08-221-2/+3
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-251-2/+5
* Remove HP/Intel Itanium support.Thomas Munro2022-07-081-8/+0
* Add a new shmem_request_hook hook.Robert Haas2022-05-131-0/+5
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-121-2/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-27/+27
* Custom WAL Resource Managers.Jeff Davis2022-04-061-0/+1
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-1/+1
* Remove exclusive backup modeStephen Frost2022-04-061-4/+0
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-081-1/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Doc: add glossary term for "auxiliary process"Alvaro Herrera2021-09-201-0/+2
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-051-4/+1
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-051-1/+1
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-251-1/+1
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-141-11/+23
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-061-0/+1
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-031-0/+1
* Make archiver process an auxiliary process.Fujii Masao2021-03-151-0/+2
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-101-2/+0
* Add idle_session_timeout.Tom Lane2021-01-061-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-291-0/+4
* Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway2020-06-051-3/+3
* Unify several ways to tracking backend typePeter Eisentraut2020-03-131-0/+22
* Clean up order in miscinit.c a bitPeter Eisentraut2020-03-111-7/+5
* Make vacuum buffer counters 64 bits wideAlvaro Herrera2020-02-051-3/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-191-0/+1
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-171-3/+0
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-101-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-191-0/+2
* Switch flags tracking pending interrupts to sig_atomic_tMichael Paquier2018-09-271-5/+5
* Allow group access on PGDATAStephen Frost2018-04-071-0/+2
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-1/+1
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-041-0/+2
* Mark assorted GUC variables as PGDLLIMPORT.Robert Haas2018-02-091-1/+1