]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2020-12-02  Daniele VarrazzoRaise the correct error (diag and all) on commit error
2020-12-01  Daniele VarrazzoFixed sdist package for psycopg3-c
2020-12-01  Daniele VarrazzoFixed links in error docs, uniform DB-API spelling
2020-12-01  Daniele VarrazzoDropped executable flag from test
2020-12-01  Daniele VarrazzoAdded missing file headers
2020-12-01  Daniele VarrazzoAdded test to check rowcount works after execmany retur...
2020-12-01  Daniele VarrazzoCursor.description can be pickled
2020-12-01  Daniele VarrazzoInclude typing information in packages
2020-12-01  Daniele VarrazzoDumper and Loader made abstract classes
2020-12-01  Daniele VarrazzoDropped register_binary() method from Loader and Dumper
2020-11-26  Daniele VarrazzoMain interest point in docs landing page
2020-11-26  Daniele VarrazzoFixed doc ref
2020-11-26  Paolo MelchiorreFix #16 Use svg logo in documentation
2020-11-26  Daniel FortunovWindows compatibility for tests
2020-11-26  Daniele VarrazzoMaybe unbreak website generation on travis
2020-11-26  Daniele VarrazzoAdded a main level to the docs
2020-11-26  Daniele VarrazzoMore contrasty pygment style
2020-11-25  Daniele VarrazzoUppercase admonitions in docs
2020-11-25  Daniele VarrazzoMerge branch 'docs-furo'
2020-11-25  Daniele VarrazzoTake docs announcement out of repos 14/head
2020-11-25  Daniele VarrazzoFuro style tweaked
2020-11-25  Paolo MelchiorreFix #13 Use a responsive docs theme
2020-11-24  Daniel FortunovAdapt find_library() call to find libpq.dll on Windows
2020-11-24  Daniele VarrazzoRaise TypeError attempting to use a Copy context more...
2020-11-24  Daniele VarrazzoMake sure transaction blocks cannot be used more than...
2020-11-24  Daniele VarrazzoFix docs generation to avoid getting confused by __modu...
2020-11-24  Daniele VarrazzoOther classes have their __module__ specified
2020-11-24  Daniele Varrazzopq enums __module__ changed to psycopg3.pq
2020-11-24  Daniele VarrazzoImport pq enums in modules where they are used
2020-11-24  Daniele VarrazzoCall the params params, not vars
2020-11-24  Daniele VarrazzoQueries modume moved out of utils package
2020-11-23  Daniele VarrazzoAdded some docs about adaptation
2020-11-23  Daniele VarrazzoFixed broken tests after fixing async connection discre...
2020-11-23  Daniele VarrazzoFixed tiny diffreences in behaviour between sync and...
2020-11-23  Daniel FortunovRemove obsolete references to Transaction.Rollback
2020-11-23  Daniele VarrazzoAdded Cursor.query and params.
2020-11-23  Daniele VarrazzoDropped params from Cursor.copy()
2020-11-23  Daniele VarrazzoAdded some documentation on the adaptation system
2020-11-23  Daniele VarrazzoAdded initial docs for psycopg3.pq module
2020-11-23  Daniele VarrazzoAdded installation instructions including the binary...
2020-11-22  Daniele VarrazzoUse the build script to build source packages too
2020-11-22  Daniele VarrazzoCreate the psycopg3-binary package
2020-11-22  Daniele VarrazzoAdded in-progress script to build wheel packages
2020-11-22  Daniele VarrazzoPure Python implementation called 'python', not 'ctypes'
2020-11-22  Daniele VarrazzoUse "pip install psycogp3[c]" to install the C extension
2020-11-22  Daniele VarrazzoMerge branch 'c-dumpers'
2020-11-22  Daniele VarrazzoCursor.callproc dropped
2020-11-22  Daniele VarrazzoApi docs and typing system made consistent
2020-11-22  Daniele VarrazzoCursor.connection made a read-only property
next