index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postmaster
Age
Commit message (
Expand
)
Author
2024-11-14
Pass MyPMChildSlot as an explicit argument to child process
Heikki Linnakangas
2024-11-14
Assign a child slot to every postmaster child process
Heikki Linnakangas
2024-11-01
Rename two functions that wake up other processes
Heikki Linnakangas
2024-08-14
Apply PGDLLIMPORT markings to some GUC variables
Peter Eisentraut
2024-08-10
Refactor code to handle death of a backend or bgworker in postmaster
Heikki Linnakangas
2024-08-09
Make BackgroundWorkerList doubly-linked
Heikki Linnakangas
2024-08-01
Fix outdated comment; all running bgworkers are in BackendList
Heikki Linnakangas
2024-07-30
Remove leftover function declaration
Heikki Linnakangas
2024-07-29
Move cancel key generation to after forking the backend
Heikki Linnakangas
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-23
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-06-28
Prevent summarizer hang when summarize_wal turned off and back on.
Robert Haas
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-04-16
Add missing PGDLLIMPORT markings
Michael Paquier
2024-03-18
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-04
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-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-16
Add missing PGDLLIMPORT markings
Heikki Linnakangas
2024-01-11
Add new function pg_get_wal_summarizer_state().
Robert Haas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-12-04
Remove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Heikki Linnakangas
2023-12-03
Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode
Heikki Linnakangas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-09
Rename StartBackgroundWorker() to BackgroundWorkerMain().
Heikki Linnakangas
2023-07-03
Increase size of bgw_library_name.
Nathan Bossart
2023-05-15
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-04-07
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-02-17
Redesign archive modules
Michael Paquier
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
2023-01-20
Add new GUC reserved_connections.
Robert Haas
2023-01-20
Rename ReservedBackends variable to SuperuserReservedConnections.
Robert Haas
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-21
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-07-17
Add central declarations for dlsym()ed symbols
Andres Freund
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-28
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
[next]