]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2020-11-14  Daniel FortunovFirst-cut implementation of connection.transaction()
2020-11-14  Daniele VarrazzoDocument COPY differences and async use
2020-11-14  Daniele VarrazzoWork around Py2 api of PyFloat_FromDouble in Cython
2020-11-14  Daniele VarrazzoBetter use of Python api for numeric load
2020-11-14  Daniele VarrazzoAdded C float and binary bool loaders
2020-11-14  Daniele VarrazzoSimpler bool loader implementation
2020-11-14  Daniele VarrazzoTrying to dump int as int8, added binary dumpers for...
2020-11-14  Daniele VarrazzoGet oid numbers from builtins dict
2020-11-13  Daniele VarrazzoReally update types on PostgresQuery.dump
2020-11-13  Daniele VarrazzoDocs build script path fixed
2020-11-13  Daniele VarrazzoAdded more documentation on COPY
2020-11-13  Daniele VarrazzoDon't throw an error using COPY TO in a block
2020-11-12  Daniele VarrazzoCleanup of Copy attributes and parameters
2020-11-12  Daniele VarrazzoUsing generics to describe sync/async types
2020-11-12  Daniele VarrazzoFirst cut of cursor documentation
2020-11-12  Daniele VarrazzoVirtualenv to build the docs renamed to .vemv
2020-11-12  Daniele VarrazzoTrigger docs build on push
2020-11-12  Daniele VarrazzoImport, but don't expose, documented objects in the...
2020-11-12  Daniele VarrazzoAdded support to build docs unattended
2020-11-12  Daniele VarrazzoAdded failing tests to remember to implement connect_ti...
2020-11-12  Daniele VarrazzoMore Connection documentation.
2020-11-12  Daniele VarrazzoDropped Connection.status
next