]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-01-12  Daniele VarrazzoMake cursor.query/params available after closing too
2021-01-10  Daniele VarrazzoAvoid local import raising exception in text encoder
2021-01-10  Daniele VarrazzoAdded C implementation of binary copy load
2021-01-10  Daniele VarrazzoAdded C implementation of text copy load
2021-01-09  Daniele VarrazzoAdded reading row-by-row from Copy
2021-01-09  Daniele VarrazzoAdded result status in PGresult and Cursor repr
2021-01-08  Daniele VarrazzoFurther C code streamlining
2021-01-08  Daniele VarrazzoSome refcount care in tight loops
2021-01-08  Daniele VarrazzoAdded test to verify that the C adapters are registered...
2021-01-08  Daniele VarrazzoReturn type of fetch methods improved
2021-01-08  Daniele VarrazzoFixed executemany
2021-01-08  Daniele VarrazzoAdded Transformer.dump_sequence()
2021-01-08  Daniele VarrazzoDon't deal with the python-level connection in C adapters
2021-01-08  Daniele VarrazzoAdded C interface to Transformer.get_dumper
2021-01-08  Daniele VarrazzoOptimise dumping int to text
2021-01-08  Daniele VarrazzoAdded text copy implementation in C
2021-01-08  Daniele VarrazzoAccumulate lines into a buffer to send copy data in...
2021-01-08  Daniele VarrazzoWork around __weakref__ + __slots__ + Generics bug...
2021-01-08  Daniele VarrazzoDefine better registering, importing, subclassing adapters.
2021-01-08  Daniele VarrazzoDropped use of decorator to register builtin adapters
2021-01-08  Daniele VarrazzoAdded int4 C dumper
2021-01-08  Daniele VarrazzoAdded C float dumpers
2021-01-08  Daniele VarrazzoAdded C helper for binary copy formatting
2021-01-08  Daniele VarrazzoCreate the waiting selector only after the first wait
2021-01-08  Daniele VarrazzoCopy objects refactoring to isolate the row format...
2021-01-08  Daniele VarrazzoAdded c interface to dumpers
2021-01-08  Daniele VarrazzoGlobal replace of src -> cls params and attribs
2021-01-08  Daniele VarrazzoAdded AdaptersMap.get_loader(), get_dumper() methods
2021-01-08  Daniele VarrazzoUsing new types registration system on the C implementa...
2021-01-08  Daniele VarrazzoLoder and Dumper text/binary decorator unified as ...
next