]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2020-05-17  Daniele VarrazzoIgnore profile files
2020-05-17  Daniele VarrazzoAdded a few module headers
2020-05-17  Daniele VarrazzoRowLoader moved from adapt to transform module
2020-05-17  Daniele VarrazzoOptimized dumpers registration moved to own modules
2020-05-17  Daniele VarrazzoTest both the c and the python implementation on tox
2020-05-11  Daniele VarrazzoSkip hostaddr test with libpq < 12 too for the moment
2020-05-11  Daniele Varrazzomypy test on setup.py dropped
2020-05-11  Daniele VarrazzoInclude cython in the sdist package
2020-05-11  Daniele VarrazzoDropped utils.typing in favour of proto package
2020-05-11  Daniele VarrazzoAdded protocol for different implementations of Transform
2020-05-10  Daniele VarrazzoDropped unknown loader, using text/bytea ones
2020-05-10  Daniele VarrazzoAdded c bytea loaders
2020-05-10  Daniele VarrazzoAdded proper binary integer decoding in cython
2020-05-10  Daniele VarrazzoAdded mapping from python Loader to C and context extra...
2020-05-08  Daniele VarrazzoRowLoader definition shared into adapt
2020-05-08  Daniele VarrazzoBaby steps registering c optimised adapters
2020-05-04  Daniele VarrazzoKeep pq_cython as an extension separate from the rest
2020-05-04  Daniele VarrazzoMore consistent names for numeric adaptation functions
2020-04-23  Daniele VarrazzoSkip flake check of the .eggs dir
2020-04-23  Daniele VarrazzoDon't import Python API function from the main cpython...
2020-04-23  Daniele VarrazzoFixed import of optimized Transformer
2020-04-22  Daniele VarrazzoAvoid creating an intermadiate tuple
2020-04-22  Daniele VarrazzoAn ounce faster by using an array of loaders instead...
2020-04-22  Daniele VarrazzoAdded some C decoders stubs
2020-04-19  Daniele VarrazzoPlaying around using a static definition for PQresult.
2020-04-19  Daniele VarrazzoAdded basic cython implementation of the Transform...
2020-04-19  Daniele Varrazzopq objects defined as proto rather than stub
2020-04-18  Daniele VarrazzoAdded result to transformer, fetching data from there
2020-04-17  Daniele VarrazzoSome ctypes tweaking to create better C
2020-04-16  Daniele VarrazzoSmall fixes to the ctypes module
2020-04-16  Daniele VarrazzoAdded conforming psycopg3.pq implementation in cython
2020-04-16  Daniele VarrazzoPq fixtures in their own module, report the implementat...
2020-04-16  Daniele Varrazzoadded __impl__ constant to ctypes pq module
2020-04-15  Daniele VarrazzoMinor optimizations to data fetching in the cursor
2020-04-14  Daniele VarrazzoAdded async implementation for executemany, fetchmany...
2020-04-14  Daniele VarrazzoDropped tempenv fixture
2020-04-14  Daniele VarrazzoFixed connect parameters
2020-04-14  Daniele Varrazzoconnection and cursor's close() made async
2020-04-14  Daniele VarrazzoDefine connection.close as asynchronous
2020-04-14  Daniele VarrazzoFixed dispatcher -> dispchar typo
2020-04-14  Daniele VarrazzoAdded stub for the pq package
2020-04-12  Daniele VarrazzoAdded helper object to convert Python query into a...
2020-04-11  Daniele VarrazzoAdded first implementation of executemany based on...
2020-04-11  Daniele VarrazzoAdded async query prepare functions in pq wrapper
2020-04-11  Daniele Varrazzoexec generator split in send and receive
2020-04-11  Daniele Varrazzocursor.conn renamed to connection
2020-04-11  Daniele Varrazzolibpq protocol generators moved to their own module
next