]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2020-10-28  Daniele Varrazzo'psycopg3.transform' module made private
2020-10-27  Daniele VarrazzoAdded PQescapeString wrapper
2020-10-27  Daniele VarrazzoSubclasses of dumpable objects are dumpable too
2020-10-27  Daniele VarrazzoFixed test run on non-local server
2020-10-27  Daniele VarrazzoFixed hacking instruction, again
2020-10-26  Daniel FortunovAllow multiple commands in _exec_command()
2020-10-26  Daniel Fortunovconnection: Move lock acquisition out of _exec_commit_r...
2020-10-26  Daniele VarrazzoFixed hacking instructions in readme
2020-10-26  Daniele VarrazzoConnection encoding renamed to client_encoding
2020-10-26  Daniele VarrazzoConnection.encoding made writable again
2020-10-26  Daniele VarrazzoSetting autocommit made thread safe
2020-10-26  Daniel Fortunovtest_ssl_in_use(): Adapt for Windows
2020-10-16  Daniele VarrazzoTrailing comma dropped from where black would reformat
2020-10-16  Daniele VarrazzoFixed dev mode readme instructions
2020-08-23  Daniele VarrazzoMerge branch 'simplify-adapt'
2020-08-23  Daniele VarrazzoTransformer._lookup_dumper/loader dropped altogether
2020-08-23  Daniele VarrazzoTransformer.lookup_loader/dumper dropped from interface
2020-08-23  Daniele VarrazzoDropped Transformer.get_load_function
2020-08-23  Daniele VarrazzoDropped Transformer.load()
2020-08-23  Daniele VarrazzoPyxLoader renamed to CLoader
2020-08-23  Daniele VarrazzoAll C loaders converted to the PyxLoader class
2020-08-23  Daniele VarrazzoUse a C fast path to use the Loader.cload where available
2020-08-23  Daniele VarrazzoDropped unused Transform._oids
2020-08-23  Daniele VarrazzoAdded guard to avoid importing psycog3_c without psycopg3
2020-08-23  Daniele VarrazzoAllow overriding of Py loaders by C loaders
2020-08-23  Daniele VarrazzoCreating a Cython Loader with the same interface as...
2020-08-23  Daniele VarrazzoDropped support for loader functions
2020-08-23  Daniele VarrazzoAll loader functions converted to classes
2020-08-23  Daniele VarrazzoDropped Transform.dump_sequence(), Transform.types_sequ...
2020-08-23  Daniele VarrazzoDropped Transformer.dump()
2020-08-23  Daniele VarrazzoDropped MaybeOid type and optional second return value...
2020-08-23  Daniele VarrazzoDropped oids from Transform.dump_sequence() return...
2020-08-23  Daniele VarrazzoAdded Transformer.types_sequence
2020-08-23  Daniele VarrazzoAdded oid property on Dumper object
2020-08-23  Daniele VarrazzoDropped use of plain functions to define dumpers
2020-08-23  Daniele VarrazzoFlake8 configured to deal with the psycopg3 dir
2020-08-23  Daniele VarrazzoTest and dev dependencies expressed as extras
2020-08-23  Daniele VarrazzoTest fixed to not assume PID < 65535
2020-08-08  Daniel FortunovTests: Create svcconn with autocommit on
2020-08-08  Daniele VarrazzoMore complete string escaping test
2020-08-08  Daniele VarrazzoAdded Escaping.escape_string
2020-08-08  Daniele VarrazzoAdded Escaping.escape_identifier
2020-08-08  Daniele VarrazzoAdded Escaping.escape_literal
2020-08-08  Daniele VarrazzoIgnore html files generated by Cython
2020-08-07  Daniel FortunovDon't be so eager to execute 'begin'
2020-08-05  Daniele VarrazzoUpdate pytest to v6
2020-08-05  Daniele VarrazzoCreate two different python distributions in the project
2020-07-03  Daniele VarrazzoDropped unused function
2020-07-01  Daniele VarrazzoAdded row-by-row copy in
2020-06-30  Daniele VarrazzoHandle a bad command passed to copy
2020-06-30  Daniele VarrazzoSome mypy cleanup
2020-06-24  Daniele VarrazzoUse a standard mypy config file
2020-06-24  Daniele VarrazzoDropped attempt of read support
2020-06-24  Daniele VarrazzoAllow passing a str buffer to copy
2020-06-24  Daniele VarrazzoRaise error messages in the connection encoding
2020-06-23  Daniele VarrazzoAdded reading from copy
2020-06-23  Daniele VarrazzoAdded wrapper for libpq function PQgetCopyData
2020-06-22  Daniele VarrazzoAdded context manager interface to copy objects
2020-06-22  Daniele VarrazzoAdded basic copy to server in blocks
2020-06-22  Daniele VarrazzoImplemented rows and fields splitting on text copy
2020-06-21  Daniele VarrazzoAdded pq.PGresult.set_attributes() method
2020-06-21  Daniele VarrazzoSketching an interface for a copy object
2020-06-21  Daniele Varrazzobinary attribute replaced by format
2020-05-30  Daniele VarrazzoAdded mapping from sqlstate to error classes
2020-05-30  Daniele VarrazzoAdded query canceling
2020-05-25  Daniele VarrazzoAdded notification handling in connections
2020-05-25  Daniele VarrazzoAdded PQnotifies libpq wrapper
2020-05-23  Daniele VarrazzoAdded further tests about dsn parsing
2020-05-23  Daniele VarrazzoClose the connection on GC only if created in the same...
2020-05-23  Daniele VarrazzoMoving concurrency tests in their own files
2020-05-23  Daniele VarrazzoDropped pq fixture
2020-05-23  Daniele VarrazzoAdded public pgconn_ptr, pgresult_ptr attributes
2020-05-23  Daniele VarrazzoSmaller init function using a partial instead of a...
2020-05-23  Daniele VarrazzoAcept string subtypes as connection string
2020-05-22  Daniele VarrazzoAdded a few concurrency tests
2020-05-22  Daniele VarrazzoUsing pytest-asyncio instead of our thing to run async...
2020-05-22  Daniele VarrazzoUse severity instead on severity_nonlocalized in tests
2020-05-22  Daniele VarrazzoMake sure connections and cursors can be gc'd correctly
2020-05-22  Daniele VarrazzoAdded a few tests around connection encoding
2020-05-22  Daniele VarrazzoMake sure notices are enabled in test db
2020-05-22  Daniele VarrazzoNotice handler renamed to notice callback
2020-05-22  Daniele VarrazzoAdded Diagnostic object
2020-05-21  Daniele VarrazzoAdded notification handlers on connection objects
2020-05-21  Daniele VarrazzoAdded notice handler to pq.PGconn
2020-05-21  Daniele VarrazzoTest what happens if a connection is broken
2020-05-21  Daniele VarrazzoFixed testing instruction in readme
2020-05-21  Daniele VarrazzoDropped connection's encode/decode methods
2020-05-21  Daniele VarrazzoAdded hacking info to readme
2020-05-20  Daniele VarrazzoAdded connection autocommit
2020-05-20  Daniele VarrazzoAdded automatic transaction start
2020-05-18  Daniele VarrazzoReduce loaders selection time a bit
2020-05-18  Daniele VarrazzoFixed loaders bookkeeping
2020-05-18  Daniele VarrazzoTweaking to fethcmany/all in Python code
2020-05-17  Daniele VarrazzoCache the result of the query mangling
2020-05-17  Daniele VarrazzoFixed linter errors found by new flake8 version
2020-05-17  Daniele VarrazzoFixed isBusy/getResult loop
2020-05-17  Daniele VarrazzoAdded generators implementation in cython
2020-05-17  Daniele VarrazzoGenerators types moved to proto module
2020-05-17  Daniele VarrazzoNo need to store a generic c encoder
2020-05-17  Daniele VarrazzoUtf8 decoding optimized
next