]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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  Daniele VarrazzoAdd tests to verify broken queries or other statements...
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 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-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  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  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
2021-01-12  Daniele VarrazzoAdded random data generator and test for memory leaks
2021-01-12  Daniele VarrazzoUse cdll instead of pydll in ctypes pq wrapper
2021-01-12  Daniele VarrazzoAdded [] in the representation of array columns
2021-01-12  Daniele VarrazzoAdded dumpers row
2021-01-12  Daniele VarrazzoSet sub-dumper on array dumper on creation in Transformer
2021-01-12  Daniele VarrazzoAdded test to reproduce array bug found with random...
2021-01-12  Daniele VarrazzoAdd a reference on the ViewBuffer to the object owning...
2021-01-12  Daniele VarrazzoAdded randomisation of tests run
2021-01-12  Daniele VarrazzoFinish correctly a COPY TO operation reading copy.rows()
2021-01-12  Daniele VarrazzoAdded note to remember to document multiple statements...
2021-01-12  Daniele VarrazzoReporting pq import error improved
2021-01-12  Daniele VarrazzoFixed raising unicode encode errors in C
2021-01-12  Daniele VarrazzoAdded freelist to PGresult
2021-01-12  Daniele VarrazzoAdded repr and slots to Json wrappers
2021-01-12  Daniele VarrazzoAdded comment to remember what the array structure is
2021-01-12  Daniele VarrazzoDon't use Python enums in C PGconn.status
next