]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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-12  Denis LaxaldeStart a 'psycopg3.rows' module with dict_row()
2021-02-12  Denis LaxaldeAdd row_factory as connection attribute and connect...
2021-02-12  Denis LaxaldeLet Transformer.make_row property's setter accept None
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!
2021-01-26  Daniele VarrazzoFixed comment
2021-01-23  Daniele VarrazzoFixed dumping of integer ranges
2021-01-23  Daniele VarrazzoDump time and timestamp naive and tz-aware with the...
2021-01-23  Daniele VarrazzoHave a single Range class, not one per subtype
2021-01-22  Daniele VarrazzoAdded docs for AsyncCursor.stream()
2021-01-22  Daniele VarrazzoMypy version bumped to 0.800
2021-01-22  Daniele VarrazzoAdded Cursor.stream() to support fetch in single-row...
2021-01-22  Daniele VarrazzoAdded a few docstrings on types registry
2021-01-22  Daniele VarrazzoRun black on the builtin oids
2021-01-22  Daniele VarrazzoArray dumper ligtened up
2021-01-22  Daniele VarrazzoAdded two-steps dumpers implementation in C too
2021-01-22  Daniele VarrazzoDon't require a Transformer roundtrip to choose the...
2021-01-20  Daniele VarrazzoAdded test to verify queries failing if int is dumped...
2021-01-20  Daniele VarrazzoAdapt the dumper used to the value of the objects
2021-01-19  Daniele VarrazzoUse prepared statements machinery for executemany
2021-01-17  Daniele VarrazzoCopyright year bumped
2021-01-17  Daniele VarrazzoMore uniform names for internal objects
2021-01-16  Daniele VarrazzoAdded tests to detect leaks on copy from
2021-01-16  Daniele VarrazzoAdded leak test for async cursor
2021-01-16  Daniele VarrazzoAdded random tests for data copy
2021-01-16  Daniele VarrazzoDeclare all loaders to receive an object supporting...
2021-01-16  Daniele VarrazzoAllow passing a list of names to copy.set_types()
2021-01-16  Daniele VarrazzoDon't clobber the exception on rollback error in connec...
2021-01-16  Daniele VarrazzoBetter integration between C copy functions and C trans...
2021-01-16  Daniele VarrazzoAdded copy Format helpers to handle text/binary differences
2021-01-16  Daniele VarrazzoAdded parallel worker to COPY FROM
2021-01-15  Daniele VarrazzoEnd-of-copy logic moved from exit to finish gen
2021-01-14  Daniele VarrazzoAdded some docs about binary parameters/values.
2021-01-14  Daniele VarrazzoDropped format argument to cursor: use binary= instead
2021-01-14  Daniele VarrazzoDefine MAXINT8LEN as a constant
2021-01-14  Daniele VarrazzoDropped intermediate dumpers cache in C transformer too
2021-01-14  Daniele VarrazzoDropped intermediate C Transformer cache creating loaders
2021-01-14  Daniele VarrazzoLess work to create a C Transformer
2021-01-14  Daniele VarrazzoDon't create a new transformer if the query is repeated...
2021-01-14  Daniele VarrazzoAdded reference leak test for other fetch methods
2021-01-14  Daniele VarrazzoFixed fake string creation: never create \x00 byte
2021-01-14  Daniele VarrazzoChoose automatically text or binary format using %s...
2021-01-13  Daniele VarrazzoTransformer.dump_sequence returns a list of formats too
2021-01-13  Daniele VarrazzoAdded xfail to a binary empty array test
2021-01-13  Daniele VarrazzoDropped explicit support for Postgres 9.6
2021-01-13  Daniele VarrazzoDon't return None as text in Python 9.6
next