index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
Age
Commit message (
Expand
)
Author
2025-04-06
Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Tom Lane
2025-04-02
Get rid of WALBufMappingLock
Alexander Korotkov
2025-03-30
pgstat: Allow checksum errors to be reported in critical sections
Andres Freund
2025-03-29
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-26
aio: Add io_method=io_uring
Andres Freund
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-19
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-18
aio: Add io_method=worker
Andres Freund
2025-03-18
aio: Infrastructure for io_method=worker
Andres Freund
2025-03-17
aio: Add core asynchronous I/O infrastructure
Andres Freund
2025-03-17
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-03-12
Remove initialization from PendingBackendStats
Michael Paquier
2025-03-11
Add WAL data to backend statistics
Michael Paquier
2025-03-08
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-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-03-04
Split pgstat_bestart() into three different routines
Michael Paquier
2025-03-03
Handle auxiliary processes in SQL functions of backend statistics
Michael Paquier
2025-02-28
Invent pgstat_fetch_stat_backend_by_pid()
Michael Paquier
2025-02-26
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-24
Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing
Michael Paquier
2025-02-17
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-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-04
Add data for WAL in pg_stat_io and backend statistics
Michael Paquier
2025-02-03
Improve comment on top of pgstat_count_io_op_time()
Michael Paquier
2025-01-31
Add pgstat_drop_matching_entries() to pgstats
Michael Paquier
2025-01-28
Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze
Michael Paquier
2025-01-25
Change shutdown sequence to terminate checkpointer last
Andres Freund
2025-01-21
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-17
Rework macro pgstat_is_ioop_tracked_in_bytes()
Michael Paquier
2025-01-14
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-10
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
Michael Paquier
2025-01-10
Refactor some code related to backend statistics
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-17
Tweak some comments related to variable-numbered stats in pgstat.c
Michael Paquier
2024-12-09
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-15
Fix race conditions with drop of reused pgstats entries
Michael Paquier
[prev]
[next]