]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2020-11-22  Daniele VarrazzoDropped "-> None" from function returning no result...
2020-11-22  Daniele VarrazzoAdded errors module documentation
2020-11-22  Daniele VarrazzoAdded documentation for the `sql` module
2020-11-21  Daniele VarrazzoAdded C string dumpers
2020-11-21  Daniele VarrazzoC Dumpers and Loaders attributes readable from Python
2020-11-21  Daniele VarrazzoUse the right class instantiating a dumper on a subclass
2020-11-21  Daniele VarrazzoAdded oid constants in cython extension
2020-11-21  Daniele VarrazzoAdded C bool dumpers (text, binary)
2020-11-21  Daniele VarrazzoAdded C implementation of int dumpers (text, binary)
2020-11-21  Daniele Varrazzos/loaders/adapters/ where there will be dumpers too
2020-11-20  Daniele VarrazzoDocs cleanup
2020-11-20  Daniele VarrazzoCOPY operations update cursor.rowcount
2020-11-20  Daniele VarrazzoAdded test to verify can't execute(copy)
2020-11-19  Daniele VarrazzoTypo in async with example fixed
2020-11-19  Daniele VarrazzoDocument async with connection and cursor
2020-11-19  Daniele VarrazzoDelay decisions about transaction operations to __enter__
2020-11-19  Daniele VarrazzoFixed async copy example
2020-11-19  Daniele VarrazzoAdded rollback case to the transaction block example
2020-11-19  Daniele VarrazzoMore docs about Rollback usage
2020-11-19  Daniele VarrazzoAvoid a cython call in bool loaders
2020-11-19  Daniele VarrazzoFixed overflow argument for float loader
2020-11-19  Daniele VarrazzoAdded documentation for Rollback
2020-11-18  Daniele VarrazzoMerge branch 'nested-transactions'
2020-11-18  Daniele VarrazzoMore efficient float loading
2020-11-18  Daniele VarrazzoUse "private" savepoint name to avoid conflicting with...
2020-11-18  Daniele VarrazzoAdded documentation for transaction management
2020-11-17  Daniele VarrazzoMap errors 08* to OperationalError
2020-11-17  Daniele VarrazzoTransaction tests cleanup
2020-11-17  Daniele VarrazzoFixed transaction behaviour when there is a transaction...
2020-11-16  Daniele VarrazzoCommands to enter/exit a transaction with named savepoi...
2020-11-16  Daniele VarrazzoCommands generation separated from execution in transac...
2020-11-16  Daniele VarrazzoDefine at init rather than at enter if the transaction...
2020-11-16  Daniele VarrazzoRefactoring to minimize sync/async savepoint duplications
2020-11-16  Daniele VarrazzoAdded AsyncConnection.transaction()
2020-11-16  Daniele VarrazzoAnonymous savepoints represented by empty string
2020-11-16  Daniele VarrazzoConnection.transaction is a context manager
2020-11-16  Daniele VarrazzoDropped now redundant copy test
2020-11-16  Daniele VarrazzoAdded asynccontextmanager for Python 3.6
2020-11-16  Daniele VarrazzoBinary copy tests enabled: now there is an int binary...
2020-11-16  Daniele VarrazzoCopy object interface simplified
2020-11-16  Daniele VarrazzoCursor.copy() made into a context manager
2020-11-15  Daniele VarrazzoDropped now redundant copy test
2020-11-15  Daniele VarrazzoAdded asynccontextmanager for Python 3.6
2020-11-15  Daniele VarrazzoBinary copy tests enabled: now there is an int binary...
2020-11-15  Daniele VarrazzoCopy object interface simplified
2020-11-15  Daniele VarrazzoCursor.copy() made into a context manager
2020-11-14  Daniele VarrazzoEscape savepoint names
2020-11-14  Daniele VarrazzoTransaction fixed after rebase on master
next