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
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Move variable increment to the end of the loop
John Naylor
2022-12-20
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
*
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-07
*
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-12-06
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
*
pgstat: replace double lookup with IsSharedRelation()
Andres Freund
2022-11-20
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-14
*
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-10-08
*
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-06
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
*
Message style improvements
Peter Eisentraut
2022-09-24
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Remove various duplicated words
David Rowley
2022-09-20
*
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
2022-09-17
*
pgstat: Acquire lock when reading variable-numbered stats
Andres Freund
2022-08-22
*
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
*
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
*
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
[next]