index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
miscadmin.h
Commit message (
Expand
)
Author
Age
*
Remove assertions that some compiler say are tautological
Heikki Linnakangas
2024-03-20
*
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-04
*
Remove MyAuxProcType, use MyBackendType instead
Heikki Linnakangas
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Remove trace_recovery_messages
Michael Paquier
2023-12-11
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
Refactor InitPostgres() to use bitwise option flags
Michael Paquier
2023-10-11
*
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
*
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-13
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
*
Use WaitEventSet API for postmaster's event loop.
Thomas Munro
2023-01-12
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
*
Add BackendType for standalone backends
Andres Freund
2022-08-22
*
Process session_preload_libraries within InitPostgres's transaction.
Tom Lane
2022-07-25
*
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Doc: add glossary term for "auxiliary process"
Alvaro Herrera
2021-09-20
*
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
*
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-08-05
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-14
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Add unlikely() to CHECK_FOR_INTERRUPTS()
Joe Conway
2020-06-05
[next]