index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
/
pgstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
1
-1
/
+1
*
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-02-08
1
-0
/
+26
*
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-13
1
-1
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-4
/
+4
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2022-09-24
1
-1
/
+1
*
Remove various duplicated words
David Rowley
2022-09-20
1
-1
/
+1
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
1
-1
/
+1
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
1
-0
/
+9
*
pgstat: reduce timer overhead by leaving timer running.
Andres Freund
2022-07-05
1
-1
/
+1
*
pgstat: Mention pgstat_replslot.c in pgstat.c.
Andres Freund
2022-06-22
1
-0
/
+1
*
Align stats_fetch_consistency definition with guc.c default.
Andres Freund
2022-05-28
1
-1
/
+1
*
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-24
1
-2
/
+2
*
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
1
-0
/
+4
*
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-14
1
-8
/
+14
*
fgetc() returns int, not char.
Tom Lane
2022-04-11
1
-1
/
+1
*
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
1
-0
/
+10
*
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
1
-0
/
+23
*
pgstat: move pgstat.c to utils/activity.
Andres Freund
2022-04-06
1
-0
/
+1593