Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
MagicStack
/
asyncpg
Public
Notifications
You must be signed in to change notification settings
Fork
435
Star
7.7k
Code
Issues
235
Pull requests
19
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
releases
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 9, 2020
asyncpg v0.21.0
elprans
committed
87a4302
Copy full SHA for 87a4302
Fix compiler warnings
Show description for 6cb5ba1
elprans
committed
6cb5ba1
Copy full SHA for 6cb5ba1
Fix possible uninitalized pointer access on unexpected array message data
Show description for 69bcdf5
elprans
committed
69bcdf5
Copy full SHA for 69bcdf5
Commits on Jul 19, 2020
Fix usage documentation for hstore (#515)
aaliddell
authored
39040b3
Copy full SHA for 39040b3
Commits on Jul 18, 2020
Add support for connection termination listeners (#525)
Show description for 8141b93
ioistired
and
elprans
authored
8141b93
Copy full SHA for 8141b93
Fix links in connection documentation (#584)
samuelcolvin
authored
b081320
Copy full SHA for b081320
Update usage.rst (#572)
Show description for f5b425a
xuedong09
authored
f5b425a
Copy full SHA for f5b425a
Improve pool documentation examples (#491)
Show description for 745f8f8
nyurik
authored
745f8f8
Copy full SHA for 745f8f8
Update CI matrix, aarch64 builds (#595)
Show description for ac6a2fc
Gelbpunkt
authored
ac6a2fc
Copy full SHA for ac6a2fc
Commits on May 2, 2020
Bump pgproto to fix compilation issues
Show description for aa67d61
elprans
committed
aa67d61
Copy full SHA for aa67d61
Commits on Apr 23, 2020
Fix Connection class _copy_in private method
Show description for 7f5c2a2
ABCDeath
authored and
elprans
committed
7f5c2a2
Copy full SHA for 7f5c2a2
Add support for password functions (useful for RDS IAM auth) (#554)
Show description for 1d9457f
Harvey Frye
authored and
elprans
committed
1d9457f
Copy full SHA for 1d9457f
Commits on Jan 12, 2020
asyncpg v0.20.1
elprans
committed
1d4325c
Copy full SHA for 1d4325c
Bump pgproto
elprans
committed
7be35c4
Copy full SHA for 7be35c4
Commits on Jan 9, 2020
Fix errors in numeric binary decoder
Show description for 851d586
elprans
authored and
1st1
committed
851d586
Copy full SHA for 851d586
Commits on Dec 2, 2019
Add back ensure future for connector
Martin Asell
authored and
1st1
committed
2c99beb
Copy full SHA for 2c99beb
Commits on Nov 20, 2019
Bump the version to 0.20.0
1st1
committed
ae7c110
Copy full SHA for ae7c110
Fix build wheels testing: don't install [test]
Show description for b3fe95d
1st1
committed
b3fe95d
Copy full SHA for b3fe95d
Silence 3.8 warnings about implicit __int__ conversion
1st1
committed
dcef298
Copy full SHA for dcef298
Use loop.start_tls() to upgrade connections to SSL
Show description for bdba7ce
1st1
committed
bdba7ce
Copy full SHA for bdba7ce
Skip test_adversity on Windows & Python 3.8
Show description for d655a39
1st1
committed
d655a39
Copy full SHA for d655a39
Handle Stream.wait_closed() windows bug gracefully
1st1
committed
b8483d2
Copy full SHA for b8483d2
CI: Don't run uvloop tests on built wheels
Show description for 70b0403
1st1
committed
70b0403
Copy full SHA for 70b0403
CI: Enable Python 3.8
1st1
committed
fd88731
Copy full SHA for fd88731
Adopt new Python 3.8 tuple.__hash__ algo for Record.__hash__
1st1
committed
e4f33f5
Copy full SHA for e4f33f5
Pin flake8 & pycodestyle; fix style issues
1st1
committed
7978b7b
Copy full SHA for 7978b7b
Initialize asyncio queues in Pool in an async-def context
1st1
committed
d3131f4
Copy full SHA for d3131f4
Close asyncio.Streams explicitly (do not rely on GC)
1st1
committed
391ce73
Copy full SHA for 391ce73
Stop passing `loop=` parameter (deprecated in asyncio 3.8)
1st1
committed
c13d4f8
Copy full SHA for c13d4f8
Handle asyncio.CancelledError (now a BaseException)
1st1
committed
33e6de3
Copy full SHA for 33e6de3
Bump Cython & uvloop deps
1st1
committed
7cb31bc
Copy full SHA for 7cb31bc
Bump pgproto to the latest
1st1
committed
edde3ff
Copy full SHA for edde3ff
Commits on Nov 19, 2019
Close transport if connection times out (#468)
Show description for 926f483
hexrain
authored and
1st1
committed
926f483
Copy full SHA for 926f483
Fix typo in "PostgreSQL" in project description
garyd203
authored and
1st1
committed
9cbca1c
Copy full SHA for 9cbca1c
Handle IP values with prefix in "inet" type as IPvXInterface
Show description for 5a4daf7
elprans
authored and
1st1
committed
5a4daf7
Copy full SHA for 5a4daf7
Pagination
Previous
Next
You can’t perform that action at this time.