]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-01-08  Daniele VarrazzoDropped format parameter from register
2021-01-08  Daniele VarrazzoAdded guard for lazy import to avoid the import statement
2021-01-08  Daniele VarrazzoAdded Loader.format and Dumper.format
2021-01-08  Daniele VarrazzoDon't convert fformat and binary_tuples to Format in...
2021-01-08  Daniele VarrazzoFixed binary copy with empty content
2021-01-08  Daniele VarrazzoDropped async/sync code duplication using high level...
2021-01-08  Daniele VarrazzoUse slots on PostgresQuery object
2021-01-08  Daniele VarrazzoFast-path in query preparation to skip expensive isinstance
2021-01-08  Daniele VarrazzoAdded slots on cursor
2021-01-06  Daniele VarrazzoAdded backer @MaterializeInc. Thank you :)
2020-12-29  Daniele VarrazzoMerge branch 'c-optimise'
2020-12-29  Daniele VarrazzoMake testable, and test, the different waiting implemen...
2020-12-29  Daniele VarrazzoAdded epoll-based wait() implementation
2020-12-29  Daniele VarrazzoMore tweaks to the Transformer C code
2020-12-29  Daniele VarrazzoTweaking generators.execute C code
2020-12-29  Daniele VarrazzoUse the C api to create memoryview objects
2020-12-29  Daniele VarrazzoUse cython type declarations for bytes too
2020-12-29  Daniele VarrazzoUse cython type declaration rather than python annotati...
2020-12-29  Daniele VarrazzoDon't use enums for libpq arguments
2020-12-29  Daniele VarrazzoAdded guard to avoid failure on __del__ of unborn conne...
2020-12-29  Daniele VarrazzoSet public module for PQerror
2020-12-28  Daniele VarrazzoModule psycopg3_c.pq_cython renamed to psycopg3_c.pq
2020-12-27  Daniele VarrazzoFixed comment after adapters refactoring
2020-12-27  Daniele VarrazzoAvoid catching exceptions for dict lookup in C
2020-12-27  Daniele VarrazzoFurther use of the C api to reduce some cython checking
2020-12-27  Daniele VarrazzoMore efficient rows loading
2020-12-27  Daniele VarrazzoAdded Transformer.load_rows()
2020-12-27  Daniele VarrazzoSome C optimisation of the Transformer object
2020-12-27  Daniele VarrazzoOptimise access to PGresult data
2020-12-27  Daniele VarrazzoInternal functions moved out of cython class
2020-12-27  Daniele VarrazzoRelease the gil around the exec/send libpq functions
2020-12-27  Daniele VarrazzoAdded guard for negative numbers in load_row
2020-12-27  Daniele VarrazzoAdded repr of several objects
2020-12-27  Daniele VarrazzoRaise a resource warning if a connection is deleted...
2020-12-26  Daniele VarrazzoAdaptation context reworked
2020-12-25  Daniele VarrazzoDropped unused Transformer attribute
2020-12-25  Daniele VarrazzoDropped tox from dev requirements
2020-12-25  Daniele VarrazzoPrepared statements management moved to a purpose class
2020-12-25  Daniele VarrazzoThe function to maintain prepared statements is no...
2020-12-25  Daniele VarrazzoDropped "unknown loader", use the text loader for every...
2020-12-25  Daniele VarrazzoImplement fetch* not in term of iter
2020-12-25  Daniele VarrazzoExclude .pyx files from sdist package
2020-12-25  Daniele VarrazzoMerge branch 'ctypes-reorganisation'
2020-12-25  Daniele VarrazzoFixed typos in cython
2020-12-25  Daniele VarrazzoDropped 'impl' alias for libpq in cython
2020-12-25  Daniele Varrazzopsycopg3_c packages moved closer to where they are...
2020-12-25  Daniele VarrazzoOther psycopg3_c.pq_cython objects split in modules
2020-12-25  Daniele VarrazzoFurther PGconn code moving and stricter declarations
2020-12-25  Daniele VarrazzoPGconn code moved to pq directory
2020-12-25  Daniele VarrazzoDropped __init__ file from types, which is not a package
2020-12-25  Daniele VarrazzoUse a strict PGconn type on Escaping.__init__ definitio...
2020-12-25  Daniele VarrazzoEscaping code moved to psycopg3_c/pq dir
2020-12-25  Daniele Varrazzolibpq cython declarations moved to psycopg3_c/pq package
2020-12-25  Daniele VarrazzoMerge branch 'prepared-statements'
2020-12-25  Daniele VarrazzoAdded note to remember to review preparation in executemany
2020-12-25  Daniele VarrazzoAdded documentation for prepared statements
2020-12-24  Daniele VarrazzoPostgresQuery const initialisation moved to the class
2020-12-24  Daniele VarrazzoUse text oid for text/unknown types on PG 9.6
2020-12-24  Daniele VarrazzoAdded first implementation of prepared statements support
2020-12-24  Daniele VarrazzoImplement connection/cursor procedures as generators
2020-12-24  Daniele VarrazzoRegister automatically the array loader on all the...
2020-12-21  Daniele VarrazzoBetter use of Cython public properties
2020-12-21  Daniele VarrazzoEnable cython faster call convention
2020-12-21  Daniele VarrazzoRelease the gil around functions known to be slow
2020-12-18  Daniele VarrazzoAdded website to sponsors file
2020-12-18  Daniele VarrazzoAdded @postgrespro sponsor!
2020-12-17  Daniele VarrazzoAdded _oid C attribute to CDumper
2020-12-17  Daniele VarrazzoReduce re-allocations in objects quoting
2020-12-17  Daniele VarrazzoFixed broken previous commit
2020-12-17  Daniele Varrazzoescape_string, escape_identifier use buffers too
2020-12-17  Daniele VarrazzoMake wider use of Composite.as_bytes
2020-12-17  Daniele VarrazzoAdded buffer object to wrap libpq memory
2020-12-17  Daniele VarrazzoAdded bytearray and memoryview dumpers
2020-12-17  Daniele VarrazzoDropped use of a couple of constants in json
2020-12-17  Daniele VarrazzoAdded docs about string/binary adaptation
2020-12-10  Daniele VarrazzoSponsorship by @commandprompt - Thank you very much...
2020-12-10  Daniele VarrazzoAdded @mailupinc sponsor. Thank you!
2020-12-10  Daniele VarrazzoSponsorship by @phenopolis from @pontikos
2020-12-10  Daniele VarrazzoUpdated sponsorship by @gporcari @genropy
2020-12-10  Daniele VarrazzoBackers file converted to yaml
2020-12-10  Daniele VarrazzoAdded several range tests and fixed a pasto error
2020-12-10  Daniele VarrazzoMerge branch 'range-adaptation'
2020-12-10  Daniele VarrazzoAdded range type fetching and registration
2020-12-10  Daniele VarrazzoFetch/register composite made methods of a CompositeInf...
2020-12-10  Daniele VarrazzoAdded builtin ranges adaptation
2020-12-08  Daniele VarrazzoAdded `conection.execute()` method
2020-12-05  Daniele VarrazzoComposite record parsing made independent from the...
2020-12-05  Daniele Varrazzo@Intevation is sponsoring psycopg3, thank you :)
2020-12-05  Daniele VarrazzoFixed escaping of a few chars in composite dumping
2020-12-05  Daniele VarrazzoFixed composite info fetch with homonymous types
2020-12-05  Daniele VarrazzoInstallation and readme improvements
2020-12-05  Daniele VarrazzoDropped erroneous statement that psycopg3 quotes values
2020-12-05  Daniele VarrazzoAdded backer @bernhardreiter, thank you!
2020-12-04  Daniele VarrazzoSmall tweaks to add_backer script
2020-12-04  Daniele VarrazzoBackers file updated
2020-12-02  Daniele VarrazzoFixed COPY statement suggesting it accepts parameters
2020-12-02  Daniele VarrazzoFixed testing for diag properties on Pg < 9.6
2020-12-02  Daniele VarrazzoSeparate generators where the fd can change from the...
2020-12-02  Daniele VarrazzoMake sure Notify is hashable
2020-12-02  Daniele VarrazzoAdded a few tests from the psycopg2 test suite
next