summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-29Fix issues in pgarch's new directory-scanning logic.Tom Lane
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-01Remove mention of TimeLineID update from commentsDaniel Gustafsson
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-22autovacuum: Improve wording in a couple placesAlvaro Herrera
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-10-29Fix race condition in startup progress reporting.Robert Haas
2021-10-25Report progress of startup operations that take a long time.Robert Haas
2021-10-12Make autovacuum launcher more responsive to pg_log_backend_memory_contexts().Fujii Masao
2021-10-07Fix compilation warning in syslogger.cMichael Paquier
2021-10-07Refactor per-destination file rotation in logging collectorMichael Paquier
2021-09-29Refactor output file handling when forking syslogger under EXEC_BACKENDMichael Paquier
2021-09-20pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund
2021-09-20pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.Andres Freund
2021-09-18process startup: Split single user code out of PostgresMain().Andres Freund
2021-09-16process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND.Andres Freund
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-09-13Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier
2021-09-08Introduce GUC shared_memory_sizeMichael Paquier
2021-09-07Consistently use read-only instead of "read only"Magnus Hagander
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-09-02Enhance pg_stat_reset_single_table_counters function.Fujii Masao
2021-08-28Keep stats up to date for partitioned tablesAlvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-13Remove support for background workers without BGWORKER_SHMEM_ACCESS.Andres Freund
2021-08-07pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit().Andres Freund
2021-08-07pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV.Andres Freund
2021-08-05process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund
2021-08-05Call pgwin32_signal_initialize() in postmaster as well.Andres Freund
2021-08-05process startup: Centralize pgwin32_signal_initialize() calls.Andres Freund
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-08-05process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund
2021-08-05process startup: Rename postmaster's --forkboot to --forkaux.Andres Freund
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-08-02Run checkpointer and bgwriter in crash recovery.Thomas Munro
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-15Remove unnecessary assertion in postmaster.cMichael Paquier
2021-07-08Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson
2021-06-28Message style improvementsPeter Eisentraut
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18Make archiver process handle barrier events.Fujii Masao