shane-borden / sqlScriptsLinks
Central collection of sql scripts that can help diagnose problems and expose metadata about various DBMS Products.
☆61Updated 3 months ago
Alternatives and similar repositories for sqlScripts
Users that are interested in sqlScripts are comparing it to the libraries listed below
Sorting:
- Scan PostgreSQL Instance for potential problems. pg_gather is a SQL-only script leveraging the built-in features of psql.☆231Updated last week
- Gather statistics about physical disk access and CPU consumption done by backends.☆246Updated last month
- Show query plans of all currently running SQL statements☆201Updated 2 months ago
- A PostgreSQL extension for collecting statistics about predicates, helping find what indices are missing☆321Updated last month
- pg_dumpbinary is a program used to dump a PostgreSQL database with data dumped in binary format. The resulting dumps must be restored usi…☆84Updated 6 months ago
- Sampling based statistics of wait events☆168Updated 2 months ago
- Tool for query progress monitoring in PostgreSQL☆158Updated 2 months ago
- Query plan exporter for psql☆55Updated 2 years ago
- postgresql extension providing Active session history☆187Updated last month
- send bytes using PostgreSQL user defined function to TCP/IP socket☆19Updated 5 years ago
- E-Maj is a PostgreSQL extension that tracks updates on tables sets with rollback capabilities☆90Updated last week
- PostgreSQL extension allowing privilege escalation with enhanced logging and control☆77Updated 3 months ago
- Automatic reindexing of PostgreSQL indexes (bloat cleanup).☆104Updated 4 months ago
- Transfer manager auxiliary functions☆48Updated 7 months ago
- Small extension to keep track of postgresql settings modification☆53Updated this week
- ☆28Updated last year
- pgreplay reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and executes them in the same order and relative tim…☆238Updated last month
- ☆100Updated last year
- Perform maintenance tasks which require a table to be rewritten (i.e. the table data to be copied to a new storage) and which are expecte…☆45Updated 3 months ago
- Server side rollback at statement level for PostgreSQL like Oracle or DB2☆54Updated 2 months ago
- A PostgreSQL extension that provides SQL functions to allow capture of node OS metrics via SQL queries.☆55Updated 11 months ago
- this repos is moving to https://codeberg.org/c2main/pgfincore | Mirror of http://git.postgresql.org/gitweb/?p=pgfincore.git;a=summary☆107Updated last year
- Postgres Catalog Checker☆84Updated last year
- PG Failover Slots extension☆102Updated 3 months ago
- PostgreSQL plain credential checker☆65Updated this week
- A few scripts related to PostgreSQL development☆32Updated 2 months ago
- A simple set of views to see ALL permissions in a PostgreSQL database☆160Updated 4 months ago
- Utility for automatical rebuild bloated indexes (a-la smart autovacuum to deal with index bloat) in PostgreSQL.☆62Updated 7 months ago
- Functions and views to facilitate PostgreSQL object access inspection☆28Updated last year
- Track per-plan call counts, execution times and EXPLAIN texts in Postgres☆39Updated last week