index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postmaster
Age
Commit message (
Expand
)
Author
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-04
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-14
Fix wal_writer_flush_after initializer value.
Thomas Munro
2023-04-06
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-18
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-08
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
2021-09-13
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-08-13
Remove support for background workers without BGWORKER_SHMEM_ACCESS.
Andres Freund
2021-08-05
process startup: Move AuxiliaryProcessMain into its own file.
Andres Freund
2021-03-18
Remove temporary files after backend crash
Tomas Vondra
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-12-24
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-24
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-13
Remove am_syslogger global variable
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
[next]