-
pgstats Public
Collects PostgreSQL statistics, and either saves them in CSV files or print them on the stdout
-
-
pg_log_userqueries Public
Module to log queries done by specific user types
-
-
mods_since_analyze Public
Expose the estimation of number of changed tuples since last analyze
Makefile ISC License UpdatedJan 2, 2026 -
log_functions Public
log_functions is a PostgreSQL module that logs each function executed
-
Hooks-in-PostgreSQL Public
Talk that I gave at FOSDEM 2012, and pgCon 2012, with code examples
-
gnuplot_pgcluu Public
Gnuplot config files for CSV files generated by pgcluu
-
autovacuum_informations Public
This PostgreSQL extension adds two functions, which gives more informations on the autovacuum processes.
-
pg_filedump Public
Forked from df7cb/pg_filedumppg_filedump provides facilities for low-level examination of PostgreSQL tables and indexes
C UpdatedJan 2, 2025 -
-
-
-
-
stats_recorder Public
Background worker code that gets a periodic copy of PostgreSQL activity statistics
-
Writing-A-FDW Public
This is, for now, a simple PostgreSQL Foreign Data Wrapper to explain how to write one