index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
Commit message (
Expand
)
Author
Age
*
Fix memory allocation/copy mistakes.
Etsuro Fujita
2025-05-03
*
Fix typos in comments.
Etsuro Fujita
2025-05-03
*
Remove circular #include's between wait_event.h and wait_event_types.h
Michael Paquier
2025-04-28
*
Add sanity check for dshash entries when reading pgstats file
Michael Paquier
2025-04-24
*
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-23
*
Fix recently introduced typos
Daniel Gustafsson
2025-04-11
*
Add code comment explaining ins_since_vacuum and aborted inserts
David Rowley
2025-04-11
*
Introduce file_copy_method setting.
Thomas Munro
2025-04-08
*
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-08
*
Fix use-after-free in pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-04-07
*
Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Tom Lane
2025-04-06
*
Get rid of WALBufMappingLock
Alexander Korotkov
2025-04-02
*
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-30
*
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-03-29
*
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-29
*
aio: Add io_method=io_uring
Andres Freund
2025-03-26
*
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-24
*
Fix copy-paste error related to the autovacuum launcher in pgstat_io.c
Michael Paquier
2025-03-19
*
Optimize check for pending backend IO stats
Michael Paquier
2025-03-19
*
aio: Add io_method=worker
Andres Freund
2025-03-18
*
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-18
*
aio: Add core asynchronous I/O infrastructure
Andres Freund
2025-03-17
*
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-03-17
*
Remove initialization from PendingBackendStats
Michael Paquier
2025-03-12
*
Add WAL data to backend statistics
Michael Paquier
2025-03-11
*
Make parallel nbtree index scans use an LWLock.
Peter Geoghegan
2025-03-08
*
Improve check for detection of pending data in backend statistics
Michael Paquier
2025-03-08
*
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-05
*
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-04
*
Handle auxiliary processes in SQL functions of backend statistics
Michael Paquier
2025-03-03
*
Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-02-28
*
Adding new PgStat_WalCounters structure in pgstat.h
Michael Paquier
2025-02-26
*
Remove pgstat_flush_wal()
Michael Paquier
2025-02-26
*
Re-add GUC track_wal_io_timing
Michael Paquier
2025-02-26
*
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-24
*
Revert: Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
*
Move wal_buffers_full from PgStat_PendingWalStats to WalUsage
Michael Paquier
2025-02-17
*
Get rid of WALBufMappingLock
Alexander Korotkov
2025-02-17
*
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
*
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-12
*
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-04
*
Improve comment on top of pgstat_count_io_op_time()
Michael Paquier
2025-02-03
*
Add pgstat_drop_matching_entries() to pgstats
Michael Paquier
2025-01-31
*
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-28
*
Change shutdown sequence to terminate checkpointer last
Andres Freund
2025-01-25
*
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
*
Rename some pgstats callbacks related to flush of entries
Michael Paquier
2025-01-21
*
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-17
*
Remove assertion in pgstat_count_io_op()
Michael Paquier
2025-01-14
*
Make pg_stat_io count IOs as bytes instead of blocks for some operations
Michael Paquier
2025-01-14
[next]