]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2024-06-13  Denis Laxaldefeat: add a size parameter to Cursor.stream() 794/head
2024-06-13  Daniele VarrazzoMerge pull request #834 from psycopg/cancel-conn-encoding
2024-06-13  Daniele Varrazzofix: typo 834/head
2024-06-13  Daniele Varrazzofeat: add get_error_message() methods
2024-06-13  Daniele Varrazzorefactor: make PGcancelConn.error_message return bytes
2024-06-12  Daniele Varrazzofix: fix PQclosePortal not supported error message
2024-06-12  Daniele Varrazzorefactor(tests/crdb): generate sync from async
2024-06-04  Daniele VarrazzoMerge branch 'pyupgrade'
2024-06-04  Denis Laxalderefactor: remove more types as strings
2024-06-04  Denis Laxalderefactor: use set literals
2024-06-04  Denis Laxaldechore: upgrade usage lru_cache decorator for Python...
2024-06-04  Daniele VarrazzoMerge pull request #832 from psycopg/uniform-annotations
2024-06-04  Daniele Varrazzofix: fix type annotation for Python 3.8 832/head
2024-06-04  Daniele Varrazzorefactor: avoid using types as strings where possible
2024-06-04  Daniele Varrazzochore: drop unused import
2024-06-04  Daniele Varrazzorefactor: drop use of typing.Set
2024-06-04  Daniele Varrazzorefactor: drop use of typing.Tuple
2024-06-04  Daniele Varrazzorefactor: drop use of typing.Type
2024-06-04  Daniele Varrazzorefactor: drop use of typing.Dict
2024-06-04  Daniele Varrazzorefactor: drop use of typing.List
2024-06-04  Daniele Varrazzorefactor: drop use of typing.Union
2024-06-04  Daniele Varrazzorefactor: drop use of typing.Optional
2024-06-04  Daniele Varrazzochore: drop vim syntax marker for interface files
2024-06-03  Daniele VarrazzoMerge pull request #642 from psycopg/none-returning...
2024-06-02  Daniele Varrazzodocs: add documentation about none-returning dumpers 642/head
2024-06-01  Daniele Varrazzodocs: add news entry about none support in dumpers
2024-06-01  Daniele Varrazzofix(c): allow dumpers to return none in copy
2024-06-01  Daniele Varrazzotest: verify that dumpers returning None are used corre...
2024-06-01  Daniele Varrazzofix: manage dumpers returning None in nested dumpers
2024-06-01  Daniele Varrazzotest: verify that dumpers returning None are used corre...
2024-06-01  Daniele Varrazzofix: annotate every dumper to return Optional[Buffer]
2024-06-01  Daniele Varrazzofix: manage None as return value of Dumper.dump()
2024-06-01  Daniele Varrazzofeat: extend signature of Dumper.dump() to allow return...
2024-06-01  Daniele Varrazzodocs: extend on the type info note
2024-05-30  Denis Laxaldefeat: add libpq interface to change a password
2024-05-30  Daniele Varrazzofix(copy): fix count of chars to escape
2024-05-30  dependabot... chore(deps): bump pypa/cibuildwheel in the actions...
2024-05-30  Daniele VarrazzoMerge pull request #824
2024-05-30  Trenton Holmesci: merge all produced artifacts into a single artifact... 824/head
2024-05-30  Trenton Holmesci: updates action versions and add dependabot to check...
2024-05-27  Daniele Varrazzochore: fix typo in comment
2024-05-17  Daniele Varrazzodocs: improve docs about query protocols and PgBouncer
2024-05-15  Daniele Varrazzofix: use the simple query protocol to execute BEGIN...
2024-05-15  Daniele VarrazzoMerge pull request #811 from psycopg/refactor-typeinfo
2024-05-15  Daniele Varrazzotest: adapt type representation tests to crdb and postg... 811/head
2024-05-15  Daniele Varrazzofeat: add Column.type_display
2024-05-15  Daniele Varrazzofix: fix representation of bit/varbit columns
2024-05-15  Daniele Varrazzofix: improve column type display
2024-05-15  Daniele Varrazzorefactor(column): remove ColumnData internal object
2024-05-15  Daniele Varrazzorefactor: dispatch type modifier parsing to type-specif...
2024-05-15  Daniele Varrazzostyle(typeinfo): more modern type annotations
2024-05-14  Ruben LagunaAdd instructions for pgbouncer simple query protocol
2024-05-14  Daniele Varrazzodocs: add README to build the docs
2024-05-10  Daniele Varrazzochore: bump psycopg_pool package version to 3.2.2
2024-05-10  Daniele Varrazzochore: bump psycopg package version to 3.1.19
2024-05-08  Daniele Varrazzoci(macos): test and build macOS packages on M1 runners
2024-05-08  Daniele VarrazzoMerge pull request #791
2024-05-08  Daniele Varrazzodocs(pool): mention running an empty query on check... 791/head
2024-05-08  Eyal Halpern... refactor(pool): replace --ping with empty string
2024-05-08  Eyal Halpern... perf(pool): replace SELECT 1 with an empty query
2024-05-08  Daniele VarrazzoMerge pull request #746 from ankane/copy-performance
2024-05-08  Daniele Varrazzoperf(copy): only flush at every row on copy on macOS 746/head
2024-05-08  Daniele Varrazzotest(copy): add minimal copy benchmark framework
2024-05-08  Andrew KaneImprove performance of copy
2024-05-07  Daniele Varrazzofix(pool): avoid possible deadlock (until timeout)...
2024-04-20  Daniele Varrazzotest: fix running pool tests using Psycopg 3.1
2024-04-20  Daniele VarrazzoMerge branch 'fix-734'
2024-04-20  Daniele Varrazzofix(c): solve undefined behaviour caused by unaligned... 735/head
2024-04-20  Daniele Varrazzoci: add test to check for misaligned memory access
2024-04-20  Daniele Varrazzofix: fix handling of floating point values for connect_... 796/head
2024-04-17  Daniele VarrazzoMerge pull request #780 from dlax/cancel-safe-timeout
2024-04-17  Denis Laxalderefactor: set the meaningful timeout for _try_cancel... 780/head
2024-04-17  Daniele Varrazzofix: avoid to swallow exceptions in public cancel methods
2024-04-17  Daniele Varrazzodocs: adjust cancel_safe() docstring
2024-04-17  Daniele Varrazzodocs: reword notes on cancellation
2024-04-17  Daniele Varrazzotest: more uniform treatment of timeout approx check
2024-04-17  Daniele Varrazzorefactor: check if cancel safe is implemented via capab...
2024-04-17  Daniele Varrazzotest(proxy): use 127.0.0.1 rather than localhost
2024-04-17  Denis Laxaldefeat: add a timeout parameter to Connection.cancel_safe()
2024-04-17  Denis Laxaldefeat: add libpq interface for retrieving results in... 793/head
2024-04-16  Denis Laxaldefix(c): fix the goto label in the HAVE_POLL branch...
2024-04-12  Daniele VarrazzoMerge branch 'cancel-exceptions-swallow'
2024-04-12  Daniele Varrazzofix: avoid explicit str() call when logging exception 785/head
2024-04-12  Daniele Varrazzorefactor: clearer cancel_safe implementation
2024-04-12  Daniele Varrazzorefactor: drop _try_cancel internal method.
2024-04-12  Daniele VarrazzoMerge branch 'capabilities'
2024-04-12  Daniele Varrazzorefactor(capabilities): add caching to capabilities... 782/head
2024-04-12  Daniele Varrazzorefactor(pipeline): use Capabilities to implement is_su...
2024-04-12  Daniele Varrazzodocs: add capabilities documentation
2024-04-12  Daniele Varrazzofeat: add psycopg.capability
2024-04-12  Daniele Varrazzorefactor: use consistently the version_pretty() function
2024-04-12  Daniele Varrazzofeat: add pq.version_pretty() function
2024-04-12  Daniele VarrazzoMerge branch 'async-to-sync-refactor'
2024-04-12  Daniele Varrazzorefactor(async-to-sync): rename --convert-all option... 787/head
2024-04-12  Daniele Varrazzochore(async-to-sync): drop --all argument
2024-04-12  Daniele Varrazzorefactor(async-to-sync): use pattern matching for more...
2024-04-12  Daniele Varrazzorefactor(async-to-sync): simpler pattern to convert...
2024-04-12  Daniele Varrazzofix(pool): make sure there are no connection in the...
2024-04-12  Daniele Varrazzotest: replace deaf_port fixture with deaf_listen method... 783/head
2024-04-11  Daniele Varrazzotests: fix allow to skip running the pool tests again
next