aboutsummaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
Commit message (Expand)AuthorAge
* Remove assertions that some compiler say are tautologicalHeikki Linnakangas2024-03-20
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04
* Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Update copyright for 2024Bruce Momjian2024-01-03
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove trace_recovery_messagesMichael Paquier2023-12-11
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12
* Refactor InitPostgres() to use bitwise option flagsMichael Paquier2023-10-11
* Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart2023-07-13
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* Fix outdated references to guc.cDaniel Gustafsson2023-03-02
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Add BackendType for standalone backendsAndres Freund2022-08-22
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Remove HP/Intel Itanium support.Thomas Munro2022-07-08
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Doc: add glossary term for "auxiliary process"Alvaro Herrera2021-09-20
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-05
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-14
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Add idle_session_timeout.Tom Lane2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway2020-06-05