]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-03-02  Daniele Varrazzoci: consistent uppercase in steps titles 36/head
2021-03-02  Daniele Varrazzoci: Test with Python 3.9 and PostgreSQL 13
2021-03-02  Daniele Varrazzoci: Allow lint and test on any branch
2021-03-02  Daniele Varrazzoci: colour tests output
2021-03-02  Daniele Varrazzotox: use the github action "python" value as toxenv...
2021-03-02  Daniele Varrazzoci; Use PG* env vars to define the connection string
2021-03-02  Daniele Varrazzoci: Fix test dsn
2021-03-01  Riccardo Magliocchettici: sort out connection to postgresql service
2021-03-01  Riccardo Magliocchettici: split tests in one job for each implementation
2021-03-01  Riccardo Magliocchettici: move tests to gh actions
2021-03-01  Riccardo Magliocchettici: move docs building to gh actions
2021-03-01  Riccardo Magliocchettici: move lint task to gh actions
2021-03-01  Daniele VarrazzoUpdate script to trigger docs rebuild to use travis...
2021-02-28  Daniele VarrazzoRetry server-side cursor tests on del
2021-02-28  Daniele VarrazzoAdd fixture to help retrying flaky tests
2021-02-28  Daniele VarrazzoMake the DBAPI errors appear defined in the psycopg3...
2021-02-28  Daniele VarrazzoDrop psycopg3.pq.PQerror
2021-02-28  Daniele VarrazzoAdd doc example about how to detect a disconnection
2021-02-28  Daniele VarrazzoAdd Connection.fileno()
2021-02-28  Daniele VarrazzoFix return error without exception on PQsocket call...
2021-02-24  Daniele VarrazzoFix documentation of Cursor.pgresult
2021-02-24  Daniele VarrazzoMerge branch 'row-factory'
2021-02-24  Daniele VarrazzoAdd tuple_row test 32/head
2021-02-24  Daniele VarrazzoMake the nametuple_row() test independent from other...
2021-02-24  Daniele VarrazzoAdd test for row_factory with cursor.stream()
2021-02-24  Daniele VarrazzoOptimise the cython path around the use of row_maker
2021-02-24  Daniele VarrazzoMake cursor.row_factory writable
2021-02-24  Daniele VarrazzoMake the row_maker non-optional
2021-02-24  Daniele VarrazzoFix use of TypeInfo with connections using dict_row
2021-02-24  Daniele VarrazzoAdd public package attributes
2021-02-24  Daniele VarrazzoFix type specification for `namedtuple_row()`
2021-02-24  Daniele VarrazzoFix row factory docs examples
2021-02-24  Daniele VarrazzoMake the row_factory attribute non-nullable
2021-02-24  Daniele VarrazzoDrop row_factory param from Connection.execute()
2021-02-23  Denis LaxaldeAdd namedtuple_row row factory
2021-02-23  Denis LaxaldeDocument row factories
2021-02-16  Daniele VarrazzoFix guard for platforms missing epoll
2021-02-16  Daniele VarrazzoDon't use epoll module definitions if it's not the...
2021-02-16  Daniele VarrazzoMove docs example statement where it makes more sense
2021-02-12  Denis LaxaldeStart a 'psycopg3.rows' module with dict_row()
2021-02-12  Daniele VarrazzoMerge pull request #33 from dlax/tox-docs
2021-02-12  Denis LaxaldeAdd a tox environment to build the docs 33/head
2021-02-12  Denis LaxaldeMake lru_cache usage in libpq_docs compatible with...
2021-02-12  Denis LaxaldeAdd row_factory as connection attribute and connect...
2021-02-12  Daniele VarrazzoFix server-side cursors docs typos
2021-02-12  Denis LaxaldeLet Transformer.make_row property's setter accept None
2021-02-12  Daniele VarrazzoAdd tests to verify broken queries or other statements...
2021-02-12  Daniele VarrazzoSet up row maker and loaders only once in a server...
2021-02-12  Daniele VarrazzoFix setting row maker on nextset()
2021-02-12  Daniele VarrazzoMerge branch 'master' into row-factory
2021-02-12  Daniele VarrazzoMerge branch 'tx-no-auto-loaders'
2021-02-12  Daniele VarrazzoDon't recalculate loaders when not needed
2021-02-12  Daniele VarrazzoDropped Transformer.pgresult setter, use set_result
2021-02-11  Daniele VarrazzoFix fetch*() return type annotation on server-side...
2021-02-11  Daniele VarrazzoAdd tests to verify row_factory works with server-side...
2021-02-11  Daniele VarrazzoMerge branch 'master' into row-factory
2021-02-11  Daniele VarrazzoMerge branch 'server-side-cursors'
2021-02-11  Daniele VarrazzoTest server-side cursor hold
2021-02-11  Daniele VarrazzoDefault server-side cursor scrollable to not defined
2021-02-11  Daniele VarrazzoAdd documentation for the server-side cursors
2021-02-11  Denis LaxaldeAdd tests for cursor's row_factory with nextset()
2021-02-11  Denis LaxaldeAdd row_factory argument to connection.execute()
2021-02-11  Denis LaxaldeMove the row maker as a Transformer attribute
2021-02-11  Denis LaxaldeAdd constraints to the Row type variable
2021-02-11  Denis LaxaldeUse no row factory in TypeInfo.fetch*()
2021-02-10  Daniele VarrazzoMake sue ServerCursor.execute() can be used more than...
2021-02-10  Daniele VarrazzoDon't clobber error leaving a ServerCursor block with...
2021-02-10  Denis LaxaldeMake row factory optional
2021-02-10  Daniele VarrazzoAdd name to the ServerCursor repr()
2021-02-10  Daniele VarrazzoOf of fixing typos
2021-02-10  Daniele VarrazzoNamedCursor renamed to ServerCursor
2021-02-10  Daniele VarrazzoSpecify keyword-only args on Connection and Cursor...
2021-02-10  Daniele VarrazzoTypo fix
2021-02-10  Daniele VarrazzoAdd test for all the documented NamedCursor interface
2021-02-10  Daniele VarrazzoFix docs after AsyncConnection.cursor() made non-async
2021-02-10  Denis LaxaldeIntroduce row_factory option in connection.cursor()
2021-02-10  Daniele VarrazzoAsyncConnection.cursor() is no more async
2021-02-10  Daniele VarrazzoClose correctly named cursors in corner cases
2021-02-10  Daniele VarrazzoMake sure you can use a named cursor to "steal" a portal
2021-02-10  Daniele VarrazzoAdd docs for Cursor.scroll()
2021-02-10  Daniele VarrazzoAdd scrollable tests
2021-02-10  Daniele VarrazzoAdd named cursor scroll
2021-02-10  Daniele VarrazzoAdd cursor.scroll()
2021-02-09  Daniele VarrazzoFix rownumber during iteration in named cursors
2021-02-09  Daniele VarrazzoAdd fetch methods to named cursors
2021-02-09  Daniele VarrazzoAdd Cursor.rownumber attribute
2021-02-09  Daniele VarrazzoDelete the Postgres cursor when closing a named cursor
2021-02-09  Daniele VarrazzoAdded classes for named cursors
2021-02-09  Daniele VarrazzoAdded pgconn.send_describe_prepared, send_describe_portal
2021-02-09  Daniele VarrazzoYou don't want a psycoGP, no
2021-02-08  Daniele VarrazzoAdded set_jsonb_loads/dumps functions to customise...
2021-02-08  Daniele VarrazzoAdd some docs on TypeInfo and adaptation docs corrections
2021-02-08  Daniele VarrazzoExpose TypeInfo objects from the `psycopg3.types` package
2021-02-07  Daniele VarrazzoRegister arrays using the TypeInfo object
2021-02-05  Daniele VarrazzoAllow mypy to run from root dir
2021-02-05  Daniele VarrazzoAdded @healthchecks, @ferpection, @abegerho to the...
2021-02-05  Daniele VarrazzoDetect the range oid from the subtype for non-builtins too
2021-02-05  Daniele VarrazzoAdd AdaptersMap.types map
2021-02-04  Daniele VarrazzoAdd py.typed marker file to installed package
2021-01-26  Daniele VarrazzoProud to have @yougov backing us!
next