Skip to content

Pull requests: MagicStack/asyncpg

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Typo in docstrings
#18 by benjaminws was closed Aug 6, 2016 Loading… updated Aug 6, 2016
Fix parsing pg_ctl output in some locales
#44 by p1otr was merged Nov 13, 2016 Loading… updated Nov 13, 2016
Implement the Connection.executemany() method enhancement
#45 by elprans was merged Nov 16, 2016 Loading… updated Nov 17, 2016
Fix Connection.reset() on read-only connections
#50 by elprans was merged Dec 16, 2016 Loading… updated Dec 16, 2016
Fix typo in API documentation
#54 by lelit was merged Dec 21, 2016 Loading… updated Dec 21, 2016
Implement text array decoder enhancement
#60 by elprans was merged Jan 4, 2017 Loading… updated Jan 4, 2017
Add codec for "aclitem[]" type
#58 by vitaly-burovoy was closed Jan 3, 2017 Loading… updated Jan 6, 2017
Fix parsing server version string for non-final releases (devel, beta etc.)
#63 by vitaly-burovoy was merged Feb 2, 2017 Loading… updated Feb 2, 2017
Add 'init' parameter to create_pool(). Addresses issue #80.
#81 by 1st1 was merged Feb 22, 2017 Loading… updated Feb 22, 2017
More enum tests
#69 by seeker89 was closed Mar 15, 2017 Loading… updated Mar 15, 2017
Add rudimentary server capability detection.
#90 by elprans was merged Mar 17, 2017 Loading… updated Mar 17, 2017
Allow overriding codecs for builtin types on a connection.
#75 by elprans was closed Mar 15, 2017 Loading… updated Mar 24, 2017
pool: Track connections and prohibit using them after release.
#99 by 1st1 was merged Mar 29, 2017 Loading… updated Mar 30, 2017
pool: Add another level of indirection to the pool internal logic
#100 by 1st1 was merged Mar 30, 2017 Loading… updated Mar 30, 2017
Rollback any active transaction in Connection.reset()
#101 by 1st1 was merged Mar 30, 2017 Loading… updated Mar 30, 2017
Fix inclusion of DETAIL and HINT in Postgres messages.
#102 by elprans was merged Mar 30, 2017 Loading… updated Mar 30, 2017
Use anonymous prepared statements when the cache is off.
#106 by 1st1 was merged Mar 31, 2017 Loading… updated Mar 31, 2017
Added test case for an enum inside of an array
#77 by tbartelmess was closed Mar 31, 2017 Loading… updated Mar 31, 2017
Make 'timeout' arg of Connection.executemany a keyword-only arg.
#108 by 1st1 was merged Mar 31, 2017 Loading… updated Mar 31, 2017
Expose some of Connection methods directly on the Pool object.
#107 by 1st1 was merged Mar 31, 2017 Loading… updated Mar 31, 2017
Raise an error if connection is used after being closed
#111 by 1st1 was merged Apr 2, 2017 Loading… updated Apr 2, 2017
Add new max_cached_statement_lifetime parameter to Connection.
#109 by 1st1 was merged Apr 3, 2017 Loading… updated Apr 3, 2017
Add support for SSL connections.
#114 by 1st1 was merged Apr 4, 2017 Loading… updated Apr 4, 2017
Add max_inactive_connection_lifetime parameter to Pool.
#110 by 1st1 was merged Mar 31, 2017 Loading… updated Apr 4, 2017
Add new Connection parameter: max_cacheable_statement_size.
#116 by 1st1 was merged Apr 5, 2017 Loading… updated Apr 5, 2017
ProTip! Type g i on any issue or pull request to go back to the issue listing page.