]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-08-21  Daniele VarrazzoUpdate doc building requirements
2021-08-21  Daniele VarrazzoMerge branch 'older-libpq'
2021-08-21  Daniele VarrazzoRun windows tests in a way more similar to the built...
2021-08-21  Daniele VarrazzoAllow building the C module with older libpq versions
2021-08-21  Daniele VarrazzoMerge branch 'split-async'
2021-08-13  Daniele Varrazzoasync_pool module renamed for consistency with other...
2021-08-13  Daniele VarrazzoMove the AsyncCursor implementation in its own module
2021-08-13  Daniele VarrazzoMove the AsyncConnection implementation in its own...
2021-08-09  Daniele VarrazzoRevert commit 044077e420471e86b51f1feecdc5927818db55d4.
2021-08-07  Daniele VarrazzoAdd @bloomberg sponsorship
2021-08-05  Daniele VarrazzoMerge branch 'generic-row-factories'
2021-08-05  Daniele VarrazzoSimplify rows example
2021-08-05  Daniele VarrazzoAdd psycopg.rows.args_row and kwargs_row factories
2021-08-05  Daniele VarrazzoEarly bailout style in the row factory functions
2021-08-05  Daniele VarrazzoAdd class_row row factory generator
2021-08-05  Daniele VarrazzoMove dict/namedtuple row factory cursor inspection...
2021-08-05  Daniele VarrazzoFix description for cursors returning no column
2021-08-05  Denis LaxaldeFix a typo in ConnectionInfo.dsn docstring
2021-08-03  Daniele VarrazzoAdd pgconn.encrypt_password function
2021-08-03  Daniele VarrazzoInclude the '()' in the links to the libpq functions
2021-08-03  Daniele VarrazzoSome docs cleanup
2021-08-03  Daniele VarrazzoAdd ConnectionInfo.dsn property
2021-08-03  Daniele VarrazzoFix returning connection params in get_parameters(...
2021-08-03  Daniele VarrazzoTest that the row_cursor param can be set explicitly...
2021-08-03  Daniele VarrazzoMake sure to store read_only and deferrable values...
2021-08-03  Daniele VarrazzoAdd test to verify errors in row factories are handled ok
2021-08-02  Denis LaxaldeFix a typo in transaction control docs
2021-08-01  Daniele VarrazzoMerge branch 'async-row-factory'
2021-08-01  Daniele VarrazzoDrop AnyCursor from public interface
2021-08-01  Daniele VarrazzoImprove rows docs
2021-08-01  Daniele VarrazzoDrop row_factory from base connection class
2021-08-01  Daniele VarrazzoAdd AsyncRowFactory class
2021-07-30  Daniele VarrazzoAdd StrDumper to dump strings with text oid
2021-07-30  Daniele VarrazzoDon't clear the cursor state after closing
2021-07-28  Daniele VarrazzoIncrease tolerance in float4 tests
2021-07-28  Daniele VarrazzoAdd Float4/Float8 wrappers
2021-07-28  Daniele VarrazzoSkip testing with lists of floats.
2021-07-28  Daniele VarrazzoFix Bit.io url in backers file
2021-07-27  Daniele VarrazzoDocs pool cleanup
2021-07-26  Daniele VarrazzoAllow some form of dumping lists of mixed types
2021-07-26  Daniele VarrazzoAdd Error.sqlstate as a static attribute
2021-07-26  Daniele VarrazzoFix quote of Binary wrapper
2021-07-26  Daniele VarrazzoEmit quoted values valid for every standard_conforming_...
2021-07-25  Daniele VarrazzoFix bytes quoting with non standard conforming strings
2021-07-25  Daniele VarrazzoMake sure the conn.autocommit attribute is set to a...
2021-07-25  Daniele VarrazzoFix docs typo
2021-07-25  Daniele VarrazzoFix idempotence of server side cursors close()
2021-07-25  Daniele VarrazzoMore readable field name in Column repr
2021-07-23  Daniele VarrazzoClear the caplog in retried tests
2021-07-23  Daniele VarrazzoDon't register any TypeInfo on oid 0
2021-07-23  Daniele VarrazzoDon't copy the types map from context to recursive...
2021-07-23  Daniele VarrazzoUse uppercase SQL throughout code and docs
2021-07-23  Daniele VarrazzoCache generated begin statement on the connection
2021-07-23  Daniele VarrazzoAdd hstore adapters
2021-07-23  Daniele VarrazzoRespects transaction status of the connection used...
2021-07-23  Daniele VarrazzoMerge branch 'transaction-control'
2021-07-23  Daniele VarrazzoImplement the transaction control attributes
2021-07-23  Daniele VarrazzoAdd IsolationLevel and transaction control attributes...
2021-07-23  Daniele VarrazzoHandle timestamps which would overflow in UTC but not...
2021-07-23  Daniele VarrazzoBetter display of block examples in docs
2021-07-23  Daniele VarrazzoFix server-side cursor close() with committed transactions.
2021-07-23  Daniele VarrazzoMove withhold/scrollable as server-side cursor attributes
2021-07-23  Daniele Varrazzohold renamed to withhold for server side cursors
2021-07-23  Daniele VarrazzoAdd cursor_factory and server_cursor_factory attributes
2021-07-23  Daniele VarrazzoRemove format param from cursor constructor
2021-07-19  Daniele VarrazzoFix Range get_key/upgrade
2021-07-19  Daniele VarrazzoDisplay the Dumper oid in its repr
2021-07-19  Daniele VarrazzoAdd faker context manager to help found problematic...
2021-07-19  Daniele VarrazzoRetry flaky tests
2021-07-19  Daniele VarrazzoMake starting the test proxy idempotent
2021-07-18  Daniele VarrazzoFix Windows package build
2021-07-18  Daniele VarrazzoDrop outdated script to build wheel packages
2021-07-18  Daniele VarrazzoAdd notes about making a release
2021-07-18  Daniele VarrazzoBump to next dev release
2021-07-18  Daniele VarrazzoBump to next version to build test packages 3.0.dev1
2021-07-18  Daniele VarrazzoTest C extension on Windows and build binary packages
2021-07-18  Daniele VarrazzoDrop test skip for a long solved problem
2021-07-18  Daniele VarrazzoRetry some flaky tests
2021-07-16  Daniele VarrazzoFix test retry pattern
2021-07-16  Daniele VarrazzoFix types registry shallow copy
2021-07-16  Daniele VarrazzoAdd fixture to restore the state of the global adapters
2021-07-14  Daniele VarrazzoFix dumping arrays of different versions of network...
2021-07-14  Daniele VarrazzoAt import -> at import time
2021-07-14  Daniele VarrazzoMove "from psycopg2" docs page under basic
2021-07-14  Daniele VarrazzoDrop a fixme related to a bug closed in furo docs style
2021-07-14  Daniele VarrazzoAdd link to GitHub Actions runner bug hack
2021-07-14  Daniele VarrazzoFix reference target to the psycopg module
2021-07-14  Daniele VarrazzoLeft align table contents in the docs
2021-07-13  Daniele VarrazzoConsistent TOC expansion in docs second level pages
2021-07-13  Daniele VarrazzoAdapt docs cleanup
2021-07-13  Daniele VarrazzoCorrections to the types module docs
2021-07-13  Daniele VarrazzoAdd example of numeric-to-float loading
2021-07-13  Daniele VarrazzoAdd wheel package to dev dependencies
2021-07-13  Daniele VarrazzoAdd sphinx-autobuild to docs dependencies
2021-07-13  Daniele VarrazzoDisplay two title levels in the main docs TOC
2021-07-13  Daniele VarrazzoDrop repetition in adapt docs, and more cleanup around it
2021-07-13  Daniele VarrazzoFix tox docs build
2021-07-13  Daniele VarrazzoDocs building dependencies updated
2021-07-12  Daniele VarrazzoAdding more glue content to docs
2021-07-12  Daniele VarrazzoMove copy docs to the basic section
next