Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
GoogleCloudPlatform
/
cloud-sql-python-connector
Public
Notifications
You must be signed in to change notification settings
Fork
89
Star
344
Code
Issues
46
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add support for psycopg
- #1452
#1452
Merged
kgala2
merged 19 commits into
GoogleCloudPlatform:main
GoogleCloudPlatform/cloud-sql-python-connector:main
from
kgala2:feat-psycopg
kgala2/cloud-sql-python-connector:feat-psycopg
Copy head branch name to clipboard
Aug 14, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
feat: add support for psycopg
#1452
kgala2
merged 19 commits into
GoogleCloudPlatform:main
GoogleCloudPlatform/cloud-sql-python-connector:main
from
kgala2:feat-psycopg
kgala2/cloud-sql-python-connector:feat-psycopg
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2026
feat: add support for psycopg
kgala2
committed
b528fee
View commit details
Copy full SHA for b528fee
Browse repository at this point
chore: add psycopg dependencies for testing
kgala2
committed
c4bd9f1
View commit details
Copy full SHA for c4bd9f1
Browse repository at this point
chore: fix lint
kgala2
committed
c5ae4a7
View commit details
Copy full SHA for c5ae4a7
Browse repository at this point
fix: make psutil dependency optional in system tests
kgala2
committed
177a776
View commit details
Copy full SHA for 177a776
Browse repository at this point
test: remove psycopg resource leak test and add remaining system tests
kgala2
committed
62c2bf0
View commit details
Copy full SHA for 62c2bf0
Browse repository at this point
test: remove hardcoded playground credentials from system tests
kgala2
committed
8eb3f09
View commit details
Copy full SHA for 8eb3f09
Browse repository at this point
fix: resolve ruff linter errors in psycopg system tests
kgala2
committed
ac288eb
View commit details
Copy full SHA for ac288eb
Browse repository at this point
fix: pass ip_type to connector.connect in to_thread system test
kgala2
committed
bc20b34
View commit details
Copy full SHA for bc20b34
Browse repository at this point
fix: refactor psycopg proxy to be single-threaded selectors-based, resolving SSLSocket thread-safety deadlocks
kgala2
committed
fb6449f
View commit details
Copy full SHA for fb6449f
Browse repository at this point
fix: make proxy robust to raw sockets and mocks in unit tests
kgala2
committed
0222334
View commit details
Copy full SHA for 0222334
Browse repository at this point
test: add unit test for psycopg proxy pending data forwarding
kgala2
committed
9a8cd41
View commit details
Copy full SHA for 9a8cd41
Browse repository at this point
refactor: simplify pending bytes checks by removing redundant try-except AttributeError
kgala2
committed
4c2c101
View commit details
Copy full SHA for 4c2c101
Browse repository at this point
fix: make accept/proxy thread robust against exceptions during setup, preventing resource leaks
kgala2
committed
f1e1c8b
View commit details
Copy full SHA for f1e1c8b
Browse repository at this point
test: add coverage tests for psycopg proxy timeout, handshake failure, and remote EOF
kgala2
committed
23516dd
View commit details
Copy full SHA for 23516dd
Browse repository at this point
test: add comprehensive socket error and cleanup coverage tests for psycopg
kgala2
committed
4fa7756
View commit details
Copy full SHA for 4fa7756
Browse repository at this point
docs: add psycopg to supported drivers and usage examples in README
kgala2
committed
ab1d954
View commit details
Copy full SHA for ab1d954
Browse repository at this point
fix: remove inactivity timeout in psycopg proxy to preserve idle connections
kgala2
committed
a30f5ad
View commit details
Copy full SHA for a30f5ad
Browse repository at this point
test(psycopg): add unit tests for happy path and error cleanup paths to reach 100% coverage
kgala2
committed
a77d768
View commit details
Copy full SHA for a77d768
Browse repository at this point
test(connector): add unit test for Connector.connect_async with psycopg driver
kgala2
committed
248d68d
View commit details
Copy full SHA for 248d68d
Browse repository at this point
You can’t perform that action at this time.