summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
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
2021-05-23Be more verbose when the postmaster unexpectedly quits.Tom Lane
2021-05-19Fix issues in pg_stat_wal.Fujii Masao
2021-05-15Unbreak EXEC_BACKEND buildAlvaro Herrera
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-15Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-21Add comment about extract_autovac_opts not holding lockAlvaro Herrera
2021-04-19Use correct format placeholder for pidsPeter Eisentraut
2021-04-18Explain postmaster's treatment of SIGURG.Thomas Munro
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-09Set pg_class.reltuples for partitioned tablesAlvaro Herrera
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08autovacuum: handle analyze for partitioned tablesAlvaro Herrera
2021-04-06Fix typo in pgstat.c.Fujii Masao
2021-04-05Shut down transaction tracking at startup process exit.Fujii Masao
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-03Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund
2021-04-03Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund
2021-04-02Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-25Improve connection denied error message during recovery.Fujii Masao
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-23Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao
2021-03-19Fix comments in postmaster.c.Fujii Masao
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-17Fix memory lifetime issues of replication slot stats.Andres Freund
2021-03-17Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro
2021-03-17Update the names of Parallel Hash Join phases.Thomas Munro