Releases: gemini-cli-extensions/postgres
Releases · gemini-cli-extensions/postgres
v0.1.4
0.1.4 (2025-12-01)
Features
- tools/postgres: Add
long_running_transactions,list_locksandreplication_statstools (genai-toolbox#1751) (5abad5d) (159f7d5)
Bug Fixes
- tools: Check for query execution error for pgxpool.Pool (genai-toolbox#1969) (2bff138) (159f7d5)
v0.1.3
0.1.3 (2025-11-18)
Features
- source/alloydb, source/cloud-sql-postgres,source/cloud-sql-mysql,source/cloud-sql-mssql: Use project from env for alloydb and cloud sql control plane tools (genai-toolbox#1588) (12bdd95) (89a0789)
- source/Postgresql: Set default host and port for Postgresql source (genai-toolbox#1927) (7e6e88a) (89a0789)
- tools/postgres: Add
list_triggers,database_overviewtools for postgres (genai-toolbox#1912) (a4c9287) (89a0789) - tools/postgres: Add list_indexes, list_sequences tools for postgres (genai-toolbox#1765) (897c63d) (89a0789)
- Added prompt support for toolbox (genai-toolbox#1798) (cd56ea4) (89a0789)
v0.1.2
0.1.2 (2025-11-07)
Features
- tools/postgres-list-schemas: Add new postgres-list-schemas tool (genai-toolbox#1741) (1a19cac) (6876ee4)
- tools/postgres-list-views: Add new postgres-list-views tool (genai-toolbox#1709) (e8c7fe0) (6876ee4)
Bug Fixes
- tools/postgres-execute-sql: Do not ignore SQL failure (genai-toolbox#1829) (8984287) (6876ee4)
v0.1.1
v0.1.0
0.1.0 (2025-09-21)
Features
- Add Postgres Extension