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
/
adt
/
pgstatfuncs.c
Age
Commit message (
Expand
)
Author
2022-08-26
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-06
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
pgstat: normalize function naming.
Andres Freund
2022-04-06
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-08-04
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-06-30
Replace magic constants used in pg_stat_get_replication_slot().
Amit Kapila
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-14
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-08
Fixes for query_id feature
Bruce Momjian
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-01
Rename Default Roles to Predefined Roles
Stephen Frost
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
Remove support for SSL compression
Michael Paquier
2021-01-17
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-06
Report progress of COPY commands
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-02
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-10-29
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-20
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-07-26
Tweak behavior of pg_stat_activity.leader_pid
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
Use proper GetDatum function in pg_stat_get_slru().
Fujii Masao
2020-04-20
Allow pg_read_all_stats to access all stats views again
Magnus Hagander
2020-04-02
Collect statistics about SLRU caches
Tomas Vondra
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-03
Report progress of streaming base backup.
Fujii Masao
2020-02-06
Add leader_pid to pg_stat_activity
Michael Paquier
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-15
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-08
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
[next]