Skip to content

Commit 641a157

Browse files
committed
Add comprehensive tool search section with all 237 PostgreSQL tools categorized
- Added searchable tool reference with 11 categories - Organized 237 tools into logical groups with descriptions - Added expandable sections for better navigation - Included tool search bar instructions - Categories: Core Database (25), User & Security (18), Performance (45), Locks & Concurrency (22), Maintenance (28), Index Management (15), Replication & Backup (20), Table Operations (25), Extensions & Objects (18), Configuration (12), Advanced Analysis (29)
1 parent 110f619 commit 641a157

File tree

1 file changed

+374
-10
lines changed

1 file changed

+374
-10
lines changed

README.md

Lines changed: 374 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,380 @@ mcp dev postgres_server.py
140140

141141
---
142142

143-
## 🧰 Tooling Highlights
144-
145-
| Category | Tools |
146-
| --------------- | ---------------------------------------------------- |
147-
| 🧱 Structure | `list_tables`, `describe_table`, `get_foreign_keys` |
148-
| 📄 Queries | `execute_select_query`, `analyze_query_complexity` |
149-
| 📈 Monitoring | `get_cache_hit_ratios`, `check_long_running_queries` |
150-
| 🛠️ Maintenance | `get_bloated_tables`, `vacuum_analyze_table` |
151-
| 🔐 Security | `create_user`, `grant_privileges`, `list_users` |
152-
| 🔁 Replication | `get_replication_status`, `get_backup_status` |
143+
## 🔍 Tool Search & Complete Reference (237 Tools)
144+
145+
### 🔎 Tool Search Bar
146+
147+
> **Quick Tool Finder**: Use Ctrl+F (or Cmd+F) to search for specific tools by name, category, or functionality.
148+
149+
### 📊 Tools by Category Overview
150+
151+
| Category | Count | Description |
152+
|----------|-------|-------------|
153+
| 🧱 **Core Database** | 25 | Basic database operations, schema management |
154+
| 👥 **User & Security** | 18 | User management, roles, permissions |
155+
| 📈 **Performance** | 45 | Monitoring, analysis, optimization |
156+
| 🔒 **Locks & Concurrency** | 22 | Lock analysis, blocking queries, deadlocks |
157+
| 🛠️ **Maintenance** | 28 | VACUUM, ANALYZE, table maintenance |
158+
| 📊 **Index Management** | 15 | Index creation, analysis, optimization |
159+
| 🔄 **Replication & Backup** | 20 | Replication monitoring, backup status |
160+
| 📋 **Table Operations** | 25 | Table statistics, constraints, data |
161+
| 📦 **Extensions & Objects** | 18 | Extensions, functions, triggers |
162+
| ⚙️ **Configuration** | 12 | Settings, variables, system info |
163+
| 🧪 **Advanced Analysis** | 29 | Deep diagnostics, predictions, recommendations |
164+
165+
---
166+
167+
## 📚 Complete Tool Reference
168+
169+
### 🧱 Core Database Operations (25 tools)
170+
171+
<details>
172+
<summary>Click to expand Core Database tools</summary>
173+
174+
- `PostgreSQL_analyze_database` - Run ANALYZE on entire database
175+
- `PostgreSQL_create_schema` - Create new database schema
176+
- `PostgreSQL_describe_table` - Get detailed table information
177+
- `PostgreSQL_drop_schema` - Drop database schema
178+
- `PostgreSQL_execute_select_query` - Execute SELECT queries
179+
- `PostgreSQL_execute_update_query` - Execute INSERT/UPDATE/DELETE
180+
- `PostgreSQL_explain_query` - Show query execution plan
181+
- `PostgreSQL_get_database_config` - Get database configuration
182+
- `PostgreSQL_get_database_growth_trend` - Analyze database growth
183+
- `PostgreSQL_get_database_size` - Get database size information
184+
- `PostgreSQL_get_database_size_by_tablespace` - Size by tablespace
185+
- `PostgreSQL_get_estimated_row_counts` - Get estimated row counts
186+
- `PostgreSQL_get_server_version` - Get PostgreSQL version info
187+
- `PostgreSQL_get_table_count` - Get row count of table
188+
- `PostgreSQL_get_table_size` - Get table size information
189+
- `PostgreSQL_get_table_size_summary` - Comprehensive table sizes
190+
- `PostgreSQL_get_tablespace_info` - Get tablespace information
191+
- `PostgreSQL_get_tablespace_usage` - Tablespace usage statistics
192+
- `PostgreSQL_list_databases` - List all databases
193+
- `PostgreSQL_list_schemas` - List all schemas
194+
- `PostgreSQL_list_tables` - List tables in schema
195+
- `PostgreSQL_list_views` - List views in schema
196+
- `PostgreSQL_use_database` - Switch to different database
197+
- `PostgreSQL_vacuum_analyze_table` - VACUUM ANALYZE table
198+
- `PostgreSQL_kill_connection` - Terminate database connection
199+
200+
</details>
201+
202+
### 👥 User & Security Management (18 tools)
203+
204+
<details>
205+
<summary>Click to expand User & Security tools</summary>
206+
207+
- `PostgreSQL_create_user` - Create database user/role
208+
- `PostgreSQL_drop_user` - Drop database user/role
209+
- `PostgreSQL_get_column_privileges` - Get column-level privileges
210+
- `PostgreSQL_get_role_attributes` - Get role attributes and details
211+
- `PostgreSQL_get_table_permissions` - Get table permissions
212+
- `PostgreSQL_grant_privileges` - Grant table privileges
213+
- `PostgreSQL_list_roles_with_login` - List roles with login capability
214+
- `PostgreSQL_list_roles_with_superuser` - List superuser roles
215+
- `PostgreSQL_list_users_and_roles` - List all users and roles
216+
- `PostgreSQL_revoke_privileges` - Revoke table privileges
217+
- `PostgreSQL_security_audit` - Basic security audit
218+
- `PostgreSQL_get_active_connections` - Get active connections
219+
- `PostgreSQL_get_connection_limits` - Connection limits and usage
220+
- `PostgreSQL_get_connection_pool_stats` - Connection pool statistics
221+
- `PostgreSQL_get_idle_connections` - Find idle connections
222+
- `PostgreSQL_connection_churn_analysis` - Analyze connection patterns
223+
- `PostgreSQL_get_concurrent_connection_analysis` - Concurrent connections
224+
- `PostgreSQL_analyze_connection_pool_efficiency` - Pool efficiency
225+
226+
</details>
227+
228+
### 📈 Performance Monitoring & Analysis (45 tools)
229+
230+
<details>
231+
<summary>Click to expand Performance tools</summary>
232+
233+
- `PostgreSQL_analyze_query_complexity` - Analyze query complexity
234+
- `PostgreSQL_buffer_cache_hit_ratio` - Cache hit ratios
235+
- `PostgreSQL_check_long_running_queries` - Find long-running queries
236+
- `PostgreSQL_get_active_transactions` - Get active transactions
237+
- `PostgreSQL_get_buffer_cache_contents` - Buffer cache contents
238+
- `PostgreSQL_get_buffer_hit_ratios_detailed` - Detailed hit ratios
239+
- `PostgreSQL_get_cache_hit_ratio` - Cache hit ratios
240+
- `PostgreSQL_get_cache_hit_ratios` - Buffer and index cache ratios
241+
- `PostgreSQL_get_checkpoint_analysis` - Checkpoint analysis
242+
- `PostgreSQL_get_checkpoint_info` - Checkpoint information
243+
- `PostgreSQL_get_checkpoint_stats` - Checkpoint statistics
244+
- `PostgreSQL_get_column_statistics` - Column statistics
245+
- `PostgreSQL_get_long_running_transactions` - Long transactions
246+
- `PostgreSQL_get_memory_context_analysis` - Memory context analysis
247+
- `PostgreSQL_get_memory_usage_stats` - Memory usage statistics
248+
- `PostgreSQL_get_query_error_analysis` - Query error analysis
249+
- `PostgreSQL_get_query_plan_cache_analysis` - Query plan cache
250+
- `PostgreSQL_get_query_plan_cache_stats` - Plan cache statistics
251+
- `PostgreSQL_get_query_plans` - Query execution plans
252+
- `PostgreSQL_get_query_runtime_distribution` - Query runtime stats
253+
- `PostgreSQL_get_slow_queries` - Get slow queries
254+
- `PostgreSQL_get_slow_query_patterns` - Slow query patterns
255+
- `PostgreSQL_get_slow_query_statements` - Slow query statements
256+
- `PostgreSQL_get_table_access_patterns` - Table access patterns
257+
- `PostgreSQL_get_table_io_stats` - Table I/O statistics
258+
- `PostgreSQL_get_table_statistics` - Table statistics
259+
- `PostgreSQL_get_temp_file_stats` - Temporary file statistics
260+
- `PostgreSQL_get_temp_files` - Temporary file usage
261+
- `PostgreSQL_get_top_heavy_queries` - Top resource-heavy queries
262+
- `PostgreSQL_get_transaction_age_monitoring` - Transaction age monitoring
263+
- `PostgreSQL_get_wait_events` - Current wait events
264+
- `PostgreSQL_analyze_advanced_buffer_usage` - Advanced buffer analysis
265+
- `PostgreSQL_buffer_cache_relation_analysis` - Buffer cache per relation
266+
- `PostgreSQL_checkpoint_activity` - Detailed checkpoint activity
267+
- `PostgreSQL_connection_pool_stats` - Connection pool stats
268+
- `PostgreSQL_get_connection_pool_analysis` - Connection pool analysis
269+
- `PostgreSQL_get_performance_regression_indicators` - Performance regression
270+
- `PostgreSQL_high_io_tables` - High I/O tables
271+
- `PostgreSQL_memory_usage_analysis` - Memory usage analysis
272+
- `PostgreSQL_table_io_patterns` - Table I/O patterns
273+
- `PostgreSQL_temp_file_usage` - Temporary file usage monitoring
274+
- `PostgreSQL_temporary_objects_usage` - Temporary objects analysis
275+
- `PostgreSQL_active_temp_file_users` - Active temp file users
276+
- `PostgreSQL_get_high_wait_events` - High wait events
277+
- `PostgreSQL_query_cancellation_analysis` - Query cancellation analysis
278+
279+
</details>
280+
281+
### 🔒 Locks & Concurrency Management (22 tools)
282+
283+
<details>
284+
<summary>Click to expand Lock & Concurrency tools</summary>
285+
286+
- `PostgreSQL_check_blocking_queries` - Get blocking queries
287+
- `PostgreSQL_detect_conflicting_queries` - Detect conflicting queries
288+
- `PostgreSQL_detect_foreign_key_lock_contention` - FK lock contention
289+
- `PostgreSQL_detect_index_lock_waits` - Index lock waits
290+
- `PostgreSQL_foreign_key_conflicts` - Foreign key conflicts
291+
- `PostgreSQL_get_blocking_locks` - Blocking and blocked queries
292+
- `PostgreSQL_get_lock_monitoring` - Monitor current locks
293+
- `PostgreSQL_get_lock_statistics` - Lock statistics with wait times
294+
- `PostgreSQL_get_lock_waits` - Current lock waits
295+
- `PostgreSQL_get_locks_info` - Current database locks
296+
- `PostgreSQL_deadlock_analysis` - Deadlock history and patterns
297+
- `PostgreSQL_analyze_foreign_key_locks` - Foreign key lock analysis
298+
- `PostgreSQL_predicate_lock_analysis` - Predicate lock analysis
299+
- `PostgreSQL_longest_idle_transactions` - Longest idle transactions
300+
- `PostgreSQL_long_running_prepared_transactions` - Long prepared transactions
301+
- `PostgreSQL_orphaned_prepared_transactions` - Orphaned prepared transactions
302+
- `PostgreSQL_prepared_transaction_retention` - Prepared transaction retention
303+
- `PostgreSQL_get_prepared_transactions` - Get prepared transactions
304+
- `PostgreSQL_analyze_transaction_wraparound` - Transaction wraparound
305+
- `PostgreSQL_detect_transaction_wraparound_risk` - Wraparound risk
306+
- `PostgreSQL_transaction_wraparound_monitoring` - Wraparound monitoring
307+
- `PostgreSQL_vacuum_freeze_age_analysis` - Freeze age analysis
308+
309+
</details>
310+
311+
### 🛠️ Maintenance & Optimization (28 tools)
312+
313+
<details>
314+
<summary>Click to expand Maintenance tools</summary>
315+
316+
- `PostgreSQL_analyze_autovacuum_efficiency` - Autovacuum efficiency
317+
- `PostgreSQL_analyze_table_freeze_stats` - Table freeze statistics
318+
- `PostgreSQL_autovacuum_tuning` - Autovacuum tuning recommendations
319+
- `PostgreSQL_check_table_bloat` - Check table bloat
320+
- `PostgreSQL_get_autovacuum_activity` - Autovacuum operations
321+
- `PostgreSQL_get_autovacuum_settings` - Autovacuum settings
322+
- `PostgreSQL_get_autovacuum_stats_per_table` - Autovacuum per table
323+
- `PostgreSQL_get_bloated_tables` - Find bloated tables
324+
- `PostgreSQL_get_table_bloat_estimation` - Table bloat estimation
325+
- `PostgreSQL_get_table_fragmentation_analysis` - Table fragmentation
326+
- `PostgreSQL_get_vacuum_analyze_recommendations` - VACUUM recommendations
327+
- `PostgreSQL_get_vacuum_inefficiency_tables` - Inefficient VACUUM tables
328+
- `PostgreSQL_get_vacuum_progress` - Monitor VACUUM progress
329+
- `PostgreSQL_vacuum_analyze_table` - VACUUM ANALYZE table
330+
- `PostgreSQL_vacuum_progress_monitoring` - VACUUM progress monitoring
331+
- `PostgreSQL_analyze_vacuum_efficiency` - Vacuum efficiency analysis
332+
- `PostgreSQL_detect_table_bloat_regression` - Table bloat regression
333+
- `PostgreSQL_maintenance_window_activity` - Maintenance window analysis
334+
- `PostgreSQL_monitor_autovacuum_progress` - Monitor autovacuum
335+
- `PostgreSQL_non_autovacuum_friendly_datatypes` - Non-autovacuum datatypes
336+
- `PostgreSQL_partition_maintenance` - Partition maintenance
337+
- `PostgreSQL_vacuum_analyze_frequency_analysis` - VACUUM frequency
338+
- `PostgreSQL_analyze_table_freeze_stats` - Freeze stats analysis
339+
- `PostgreSQL_get_vacuum_inefficiency_tables` - VACUUM inefficiency
340+
- `PostgreSQL_toast_table_excessive_usage` - TOAST table usage
341+
- `PostgreSQL_unlogged_tables_analysis` - Unlogged tables analysis
342+
- `PostgreSQL_statistics_reset_frequency` - Statistics reset frequency
343+
- `PostgreSQL_parameter_sniffing_detection` - Parameter sniffing detection
344+
345+
</details>
346+
347+
### 📊 Index Management & Analysis (15 tools)
348+
349+
<details>
350+
<summary>Click to expand Index tools</summary>
351+
352+
- `PostgreSQL_analyze_index_bloat` - Identify index bloat
353+
- `PostgreSQL_create_index` - Create index on table
354+
- `PostgreSQL_drop_index` - Drop index
355+
- `PostgreSQL_get_index_maintenance_status` - Index maintenance status
356+
- `PostgreSQL_get_index_usage` - Index usage statistics
357+
- `PostgreSQL_get_index_usage_stats` - Comprehensive index usage
358+
- `PostgreSQL_get_unused_indexes` - Find unused indexes
359+
- `PostgreSQL_identify_index_redundancy` - Redundant indexes
360+
- `PostgreSQL_index_bloat_maintenance_analysis` - Index bloat maintenance
361+
- `PostgreSQL_index_dead_tuples_analysis` - Dead tuples per index
362+
- `PostgreSQL_index_redundancy_detection` - Index redundancy detection
363+
- `PostgreSQL_index_scan_efficiency` - Index scan efficiency
364+
- `PostgreSQL_list_indexes` - List table indexes
365+
- `PostgreSQL_analyze_index_effectiveness` - Index effectiveness
366+
- `PostgreSQL_plan_invalidation_analysis` - Plan invalidation analysis
367+
368+
</details>
369+
370+
### 🔄 Replication & Backup Management (20 tools)
371+
372+
<details>
373+
<summary>Click to expand Replication & Backup tools</summary>
374+
375+
- `PostgreSQL_backup_recovery_info` - Backup and recovery info
376+
- `PostgreSQL_get_backup_details` - Last backup status
377+
- `PostgreSQL_get_backup_recovery_readiness` - Backup readiness
378+
- `PostgreSQL_get_backup_status` - Backup status information
379+
- `PostgreSQL_get_logical_replication_stats` - Logical replication stats
380+
- `PostgreSQL_get_publication_details` - Publication details
381+
- `PostgreSQL_get_publication_subscription_details` - Pub/sub details
382+
- `PostgreSQL_get_publication_tables` - Publication tables
383+
- `PostgreSQL_get_publications` - Logical replication publications
384+
- `PostgreSQL_get_replication_slot_details` - Replication slot details
385+
- `PostgreSQL_get_replication_slot_infos` - Replication slot info
386+
- `PostgreSQL_get_replication_slots` - Replication slots
387+
- `PostgreSQL_get_replication_stats` - Replication statistics
388+
- `PostgreSQL_get_replication_status` - Replication status
389+
- `PostgreSQL_get_subscription_info` - Subscription information
390+
- `PostgreSQL_get_wal_archiving_settings` - WAL archiving settings
391+
- `PostgreSQL_get_wal_stats` - WAL statistics
392+
- `PostgreSQL_get_write_ahead_log_analysis` - WAL analysis
393+
- `PostgreSQL_diagnose_logical_replication_lag` - Replication lag diagnosis
394+
- `PostgreSQL_logical_replication_slot_lag` - Logical replication lag
395+
396+
</details>
397+
398+
### 📋 Table Operations & Constraints (25 tools)
399+
400+
<details>
401+
<summary>Click to expand Table Operations tools</summary>
402+
403+
- `PostgreSQL_check_constraint_violations` - Constraint violations
404+
- `PostgreSQL_constraint_violations` - Data integrity issues
405+
- `PostgreSQL_foreign_key_orphaned_references` - Orphaned references
406+
- `PostgreSQL_foreign_keys_referencing_table` - Tables referencing table
407+
- `PostgreSQL_get_constraint_violation_risks` - Constraint risks
408+
- `PostgreSQL_get_constraint_violations` - Constraint violations
409+
- `PostgreSQL_get_foreign_keys` - Foreign key relationships
410+
- `PostgreSQL_get_table_constraints` - Table constraints
411+
- `PostgreSQL_get_table_inheritance` - Table inheritance
412+
- `PostgreSQL_get_table_rules` - Table rules
413+
- `PostgreSQL_list_foreign_key_references` - Foreign key references
414+
- `PostgreSQL_list_table_rules` - List table rules
415+
- `PostgreSQL_check_table_inheritance` - Table inheritance analysis
416+
- `PostgreSQL_get_partitioned_tables` - Partitioned tables info
417+
- `PostgreSQL_get_partition_details` - Partitioning details
418+
- `PostgreSQL_get_partition_info_detailed` - Detailed partition info
419+
- `PostgreSQL_get_materialized_views` - List materialized views
420+
- `PostgreSQL_get_materialized_view_stats` - Materialized view stats
421+
- `PostgreSQL_monitor_materialized_views` - Monitor materialized views
422+
- `PostgreSQL_refresh_materialized_view` - Refresh materialized view
423+
- `PostgreSQL_get_toast_tables` - TOAST tables information
424+
- `PostgreSQL_get_sequences` - All sequences with values
425+
- `PostgreSQL_get_sequence_value` - Get sequence value
426+
- `PostgreSQL_list_sequences` - List sequences in schema
427+
- `PostgreSQL_reset_sequence` - Reset sequence value
428+
429+
</details>
430+
431+
### 📦 Extensions & Database Objects (18 tools)
432+
433+
<details>
434+
<summary>Click to expand Extensions & Objects tools</summary>
435+
436+
- `PostgreSQL_extension_usage` - Extension usage statistics
437+
- `PostgreSQL_get_detailed_foreign_tables` - Foreign tables details
438+
- `PostgreSQL_get_event_triggers` - Event triggers
439+
- `PostgreSQL_get_event_triggers_detailed` - Detailed event triggers
440+
- `PostgreSQL_get_extension_list` - Installed extensions
441+
- `PostgreSQL_get_extension_usage_analysis` - Extension usage analysis
442+
- `PostgreSQL_get_foreign_tables` - Foreign tables and wrappers
443+
- `PostgreSQL_get_full_text_search_configs` - Full-text search configs
444+
- `PostgreSQL_get_functions` - User-defined functions
445+
- `PostgreSQL_get_text_search_configs` - Text search configurations
446+
- `PostgreSQL_get_trigger_performance_impact` - Trigger performance
447+
- `PostgreSQL_get_triggers` - All triggers in database
448+
- `PostgreSQL_list_event_triggers_detailed` - Detailed event triggers
449+
- `PostgreSQL_list_foreign_tables_detailed` - Detailed foreign tables
450+
- `PostgreSQL_list_functions` - Functions in schema
451+
- `PostgreSQL_list_triggers` - Triggers on table
452+
- `PostgreSQL_assess_trigger_performance_impact` - Trigger impact
453+
- `PostgreSQL_long_execution_triggers` - Long execution triggers
454+
455+
</details>
456+
457+
### ⚙️ Configuration & System Info (12 tools)
458+
459+
<details>
460+
<summary>Click to expand Configuration tools</summary>
461+
462+
- `PostgreSQL_get_database_config` - Database configuration
463+
- `PostgreSQL_get_important_settings` - Important settings
464+
- `PostgreSQL_get_server_version` - Server version info
465+
- `PostgreSQL_checkpoint_activity` - Checkpoint activity
466+
- `PostgreSQL_disk_usage_forecast` - Disk usage forecast
467+
- `PostgreSQL_get_checkpoint_analysis` - Checkpoint analysis
468+
- `PostgreSQL_get_checkpoint_info` - Checkpoint information
469+
- `PostgreSQL_get_checkpoint_stats` - Checkpoint statistics
470+
- `PostgreSQL_monitor_checkpoint_efficiency` - Checkpoint efficiency
471+
- `PostgreSQL_monitor_wal_generation_rate` - WAL generation rate
472+
- `PostgreSQL_wal_segment_recycling_analysis` - WAL recycling
473+
- `PostgreSQL_check_database_encoding_collation` - Encoding/collation check
474+
475+
</details>
476+
477+
### 🧪 Advanced Analysis & Predictions (29 tools)
478+
479+
<details>
480+
<summary>Click to expand Advanced Analysis tools</summary>
481+
482+
- `PostgreSQL_analyze_sequence_usage` - Sequence usage analysis
483+
- `PostgreSQL_get_sequence_usage_risks` - Sequence exhaustion risks
484+
- `PostgreSQL_get_sequence_usage_stats` - Sequence usage statistics
485+
- `PostgreSQL_predict_sequence_exhaustion` - Predict sequence exhaustion
486+
- `PostgreSQL_detect_table_bloat_regression` - Table bloat regression
487+
- `PostgreSQL_detect_transaction_wraparound_risk` - Wraparound risk
488+
- `PostgreSQL_diagnose_logical_replication_lag` - Replication lag diagnosis
489+
- `PostgreSQL_disk_usage_forecast` - Disk usage forecasting
490+
- `PostgreSQL_get_database_growth_trend` - Database growth trends
491+
- `PostgreSQL_get_performance_regression_indicators` - Performance regression
492+
- `PostgreSQL_get_query_error_analysis` - Query error patterns
493+
- `PostgreSQL_maintenance_window_activity` - Maintenance patterns
494+
- `PostgreSQL_memory_usage_analysis` - Memory usage analysis
495+
- `PostgreSQL_monitor_connection_patterns` - Connection patterns
496+
- `PostgreSQL_replication_lag_detailed` - Detailed replication lag
497+
- `PostgreSQL_replication_slot_activity_analysis` - Slot activity
498+
- `PostgreSQL_check_function_performance` - Function performance
499+
- `PostgreSQL_check_replication_lag_details` - Replication lag details
500+
- `PostgreSQL_analyze_buffer_utilization` - Buffer utilization
501+
- `PostgreSQL_analyze_query_plans` - Query plan analysis
502+
- `PostgreSQL_analyze_trigger_performance` - Trigger performance
503+
- `PostgreSQL_monitor_checkpoint_efficiency` - Checkpoint efficiency
504+
- `PostgreSQL_monitor_connection_patterns` - Connection patterns
505+
- `PostgreSQL_monitor_wal_generation_rate` - WAL generation
506+
- `PostgreSQL_plan_invalidation_analysis` - Plan invalidation
507+
- `PostgreSQL_query_pattern_clustering` - Query pattern analysis
508+
- `PostgreSQL_statistical_anomaly_detection` - Statistical anomalies
509+
- `PostgreSQL_temporary_objects_usage` - Temporary objects
510+
- `PostgreSQL_vacuum_freeze_age_analysis` - Freeze age analysis
511+
512+
</details>
513+
514+
---
515+
516+
## 🧰 Quick Tool Categories
153517

154518
---
155519

0 commit comments

Comments
 (0)