Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-05Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas
2025-02-21backend launchers void * arguments for binary dataPeter Eisentraut
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-24checkpointer: Request checkpoint via latch instead of signalAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-06-26Fix bugs in MultiXact truncationHeikki Linnakangas
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-31Remove some obsolete smgrcloseall() calls.Heikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-01-11Enhance pg_log_backend_memory_contexts() for auxiliary processes.Fujii Masao
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-01Remove mention of TimeLineID update from commentsDaniel Gustafsson
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-05-19Fix issues in pg_stat_wal.Fujii Masao
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-12Send statistics collected during shutdown checkpoint to the stats collector.Fujii Masao
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-11Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane