-
Notifications
You must be signed in to change notification settings - Fork 416
Pull requests: MagicStack/asyncpg
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixed copy-and-paste error in Line type
#24
by johnkingsley
was merged Sep 15, 2016
Loading…
updated Sep 15, 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
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
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
Handle exceptions in generators passed to Connection.executemany()
#88
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
Allow overriding codecs for builtin types on a connection.
#75
by elprans
was closed Mar 15, 2017
Loading…
updated Mar 24, 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
Fix inclusion of DETAIL and HINT in Postgres messages.
#102
by elprans
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
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
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.