index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postmaster
Commit message (
Expand
)
Author
Age
*
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-14
*
Refactor code to handle death of a backend or bgworker in postmaster
Heikki Linnakangas
2024-08-10
*
Make BackgroundWorkerList doubly-linked
Heikki Linnakangas
2024-08-09
*
Fix outdated comment; all running bgworkers are in BackendList
Heikki Linnakangas
2024-08-01
*
Remove leftover function declaration
Heikki Linnakangas
2024-07-30
*
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-29
*
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
*
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-23
*
Improve some global variable declarations
Peter Eisentraut
2024-07-02
*
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-28
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Add missing PGDLLIMPORT markings
Michael Paquier
2024-04-16
*
Move code for backend startup to separate file
Heikki Linnakangas
2024-03-18
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Move some functions from postmaster.c to a new source file
Heikki Linnakangas
2024-03-18
*
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
*
Add missing PGDLLIMPORT markings
Heikki Linnakangas
2024-01-16
*
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-11
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add a new WAL summarizer process.
Robert Haas
2023-12-20
*
Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Heikki Linnakangas
2023-12-04
*
Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode
Heikki Linnakangas
2023-12-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-10-09
*
Increase size of bgw_library_name.
Nathan Bossart
2023-07-03
*
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-05-15
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Redesign archive modules
Michael Paquier
2023-02-17
*
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-02-06
*
Add new GUC reserved_connections.
Robert Haas
2023-01-20
*
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-20
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Add central declarations for dlsym()ed symbols
Andres Freund
2022-07-17
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-28
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-11
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
*
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-13
*
Remove support for background workers without BGWORKER_SHMEM_ACCESS.
Andres Freund
2021-08-13
*
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-08-05
[next]