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 assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-05-10
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Message style improvements
Peter Eisentraut
2022-09-24
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
*
pgstat: slru: remove outdated comment
Andres Freund
2022-07-06
*
pgstat: reduce timer overhead by leaving timer running.
Andres Freund
2022-07-05
*
pgstat: Mention pgstat_replslot.c in pgstat.c.
Andres Freund
2022-06-22
*
Align stats_fetch_consistency definition with guc.c default.
Andres Freund
2022-05-28
*
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-24
*
Fix incorrect format placeholders
Peter Eisentraut
2022-04-27
*
pgstat: Use correct lock level in pgstat_drop_all_entries().
Andres Freund
2022-04-16
*
pgstat: set timestamps of fixed-numbered stats after a crash.
Andres Freund
2022-04-14
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Explicitly ignore guaranteed-true result from pgstat_lock_entry().
Tom Lane
2022-04-11
*
fgetc() returns int, not char.
Tom Lane
2022-04-11
*
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
*
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
*
pgstat: fix small bug in pgstat_drop_relation().
Andres Freund
2022-04-06
*
pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.
Andres Freund
2022-04-06
*
pgstat: move pgstat.c to utils/activity.
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: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
*
pgstat: add pgstat_copy_relation_stats().
Andres Freund
2022-04-06
*
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
*
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
*
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
*
pgstat: move pgstat_report_autovac() to pgstat_database.c.
Andres Freund
2022-04-06
*
pgstat: consistent function comment formatting.
Andres Freund
2022-04-04
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
pgstat: split different types of stats into separate files.
Andres Freund
2022-03-21
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Support base backup targets.
Robert Haas
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
*
Remove unused wait events.
Amit Kapila
2021-10-21
*
Fix performance regression from session statistics.
Andres Freund
2021-09-16
*
Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.
Andres Freund
2021-08-19
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix interaction of log_line_prefix's query_id and log_statement
Bruce Momjian
2021-04-20
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
[next]