- Notifications
You must be signed in to change notification settings - Fork 436
Pull requests: MagicStack/asyncpg
Author
Label
Projects
Milestones
Reviews
Assignee
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 support for the text I/O fallback for arrays of unknown types.
#89 by elprans was merged Mar 16, 2017 Loading… updated Mar 16, 2017
Add rudimentary server capability detection.
#90 by elprans was merged Mar 17, 2017 Loading… updated Mar 17, 2017
Make the Record type available as asyncpg.Record.
#95 by elprans was merged Mar 24, 2017 Loading… updated Mar 24, 2017
Shield Pool.release() from task cancellation.
#98 by elprans was merged Mar 29, 2017 Loading… updated Mar 29, 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
Invalidate statement cache on schema changes affecting statement result.
#103 by elprans 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 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
Fix SSL support in connection pool.
#120 by elprans was merged Apr 6, 2017 Loading… updated Apr 6, 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
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.