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

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
Implement text array decoder enhancement
#60 by elprans was merged Jan 4, 2017 Loading… updated Jan 4, 2017
Add 'init' parameter to create_pool(). Addresses issue #80.
#81 by 1st1 was merged Feb 22, 2017 Loading… updated Feb 22, 2017
Add rudimentary server capability detection.
#90 by elprans was merged Mar 17, 2017 Loading… updated Mar 17, 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
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
Refactor args parsing and config management for connect and create_pool
#130 by 1st1 was merged May 5, 2017 Loading… updated May 5, 2017
Expand usage documentation, add FAQ.
#139 by elprans was merged May 11, 2017 Loading… updated May 11, 2017
Fix a few typos in docstrings and comments
#145 by lelit was merged May 23, 2017 Loading… updated May 23, 2017
Fix integer boundaries
#146 by vitaly-burovoy was merged May 24, 2017 Loading… updated May 25, 2017
Fix Record.keys() and Record.items() to correctly handle duplicate field names.
#163 by 1st1 was merged Jun 30, 2017 Loading… updated Jun 30, 2017
Call listeners using loop.call_soon
#162 by 1st1 was merged Jun 30, 2017 Loading… updated Jun 30, 2017
Make PoolConnectionProxy more dynamic. Fixes #155.
#161 by 1st1 was merged Jun 30, 2017 Loading… updated Jun 30, 2017
Make sure set_type_codec() overrides core codec for all formats.
#164 by elprans was merged Jul 4, 2017 Loading… updated Jul 4, 2017
Make interval decoding logic match that of psycopg2.
#165 by elprans was merged Jul 5, 2017 Loading… updated Jul 5, 2017
Add support for tuple exchange format for codec overrides
#166 by elprans was merged Jul 5, 2017 Loading… updated Jul 5, 2017
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.