]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-03-12  Daniele VarrazzoDrop get_running_loop call on async pool close
2021-03-12  Daniele VarrazzoAdd compat module for python versions compatibility
2021-03-12  Daniele VarrazzoAdd pool.check()
2021-03-12  Daniele VarrazzoSet a timeout for the test run
2021-03-12  Daniele Varrazzoretry flaky max lifetime test
2021-03-12  Daniele VarrazzoAdd Connection.broken
2021-03-12  Daniele VarrazzoAdd max_lifetime to pool connections
2021-03-12  Daniele VarrazzoAdd jitter method to pool
2021-03-12  Daniele VarrazzoUse more of the pool context manager in the tests
2021-03-12  Daniele VarrazzoRetry flaky tests a few times
2021-03-12  Daniele VarrazzoAdd pool context managers
2021-03-12  Daniele VarrazzoAdd pool.resize()
2021-03-12  Daniele VarrazzoMake cleanup tests more reliable
2021-03-12  Daniele VarrazzoFix Python 3.6 compatibility issues in async pool
2021-03-12  Daniele VarrazzoAdd async connection pool
2021-03-12  Daniele VarrazzoMove non-blocking pool functionalities to a generic...
2021-03-12  Daniele VarrazzoAdd pool.wait_ready, drop connection_timeout on init
2021-03-12  Daniele VarrazzoSplit the pool package objects in modules
2021-03-12  Daniele VarrazzoMove task implementations to the pool object
2021-03-12  Daniele VarrazzoMake psycopg3.pool a package
2021-03-12  Daniele VarrazzoUse the daemon param at constructor rather than the...
2021-03-12  Daniele VarrazzoUse the connections in the pool uniformly
2021-03-12  Daniele VarrazzoChange state in critical section on pool.close()
2021-03-12  Daniele VarrazzoMake any pool task schedulable
2021-03-12  Daniele VarrazzoDon't lose pool connections giving them to a clients...
2021-03-12  Daniele VarrazzoAllow proxy tests to fail on Travis
2021-03-12  Daniele VarrazzoWait worker thread to stop on pool close
2021-03-12  Daniele VarrazzoDon't print warning gc'ing a pool in incomplete state
2021-03-12  Daniele Varrazzopool.close() called on del, idemptotent
2021-03-12  Daniele VarrazzoAdd separate setup_timeout param for pool
2021-03-12  Daniele VarrazzoDrop _sec suffix from pool timeouts
2021-03-12  Daniele VarrazzoAdd pool reconnection retry
2021-03-12  Daniele VarrazzoDon't try to rollback on exit if the connection is bad
2021-03-12  Daniele VarrazzoUse a weak reference to avoid loops between pool and...
2021-03-12  Daniele VarrazzoAdd scheduler class
2021-03-12  Daniele VarrazzoAdd test for pool kwargs
2021-03-12  Daniele VarrazzoDefault number of pool workers bumped to 3
2021-03-12  Daniele VarrazzoShrink the pool when connections have been idle long...
2021-03-12  Daniele VarrazzoDon't waste a worker thread adding a connection to...
2021-03-12  Daniele VarrazzoForce pool num_workers to be > 0
2021-03-12  Daniele VarrazzoAllow the pool to grow
2021-03-12  Daniele VarrazzoMake the pool maintenance tasks base class abstract
2021-03-12  Daniele VarrazzoDelete an eventual task-pool loop in StopWorker too
2021-03-12  Daniele VarrazzoAdd pool docstrings
2021-03-12  Daniele VarrazzoAdd connection pool close()
2021-03-12  Daniele VarrazzoMake sure the pool can be deleted with no warning
2021-03-12  Daniele VarrazzoAdd pool context test
2021-03-12  Daniele VarrazzoAwake the pool client outside the critical section
2021-03-12  Daniele VarrazzoReset the connection status returning it to the pool
2021-03-12  Daniele VarrazzoAdd basic pool functionality test for queuing and timeout
2021-03-12  Daniele VarrazzoDisplay the name in the connection pool repr
2021-03-12  Daniele VarrazzoAdd ConnectionPool class sketch
2021-03-08  Daniele Varrazzo@logilab is backing psycopg3!
2021-03-08  Daniele VarrazzoWelcoming @dalibo as backer
2021-03-06  Daniele VarrazzoFix concurrency test
2021-03-06  Daniele VarrazzoUse gather instead of wait in tests to be coro friendly
2021-03-06  Daniele VarrazzoBump mypy version
2021-03-06  Daniele Varrazzoci: get token to rebuild docs from secrets
2021-03-06  Daniele VarrazzoMerge branch 'ci-gh-actions'
2021-03-06  Daniele VarrazzoYaml lint
2021-03-05  Daniele VarrazzoRun leak tests with both text and binary output
2021-03-05  Denis LaxaldeFix binary argument of conn.cursor() in tests
2021-03-02  Daniele Varrazzoci: consistent uppercase in steps titles 36/head
2021-03-02  Daniele Varrazzoci: Test with Python 3.9 and PostgreSQL 13
2021-03-02  Daniele Varrazzoci: Allow lint and test on any branch
2021-03-02  Daniele Varrazzoci: colour tests output
2021-03-02  Daniele Varrazzotox: use the github action "python" value as toxenv...
2021-03-02  Daniele Varrazzoci; Use PG* env vars to define the connection string
2021-03-02  Daniele Varrazzoci: Fix test dsn
2021-03-01  Riccardo Magliocchettici: sort out connection to postgresql service
2021-03-01  Riccardo Magliocchettici: split tests in one job for each implementation
2021-03-01  Riccardo Magliocchettici: move tests to gh actions
2021-03-01  Riccardo Magliocchettici: move docs building to gh actions
2021-03-01  Riccardo Magliocchettici: move lint task to gh actions
2021-03-01  Daniele VarrazzoUpdate script to trigger docs rebuild to use travis...
2021-02-28  Daniele VarrazzoRetry server-side cursor tests on del
2021-02-28  Daniele VarrazzoAdd fixture to help retrying flaky tests
2021-02-28  Daniele VarrazzoMake the DBAPI errors appear defined in the psycopg3...
2021-02-28  Daniele VarrazzoDrop psycopg3.pq.PQerror
2021-02-28  Daniele VarrazzoAdd doc example about how to detect a disconnection
2021-02-28  Daniele VarrazzoAdd Connection.fileno()
2021-02-28  Daniele VarrazzoFix return error without exception on PQsocket call...
2021-02-24  Daniele VarrazzoFix documentation of Cursor.pgresult
2021-02-24  Daniele VarrazzoMerge branch 'row-factory'
2021-02-24  Daniele VarrazzoAdd tuple_row test 32/head
2021-02-24  Daniele VarrazzoMake the nametuple_row() test independent from other...
2021-02-24  Daniele VarrazzoAdd test for row_factory with cursor.stream()
2021-02-24  Daniele VarrazzoOptimise the cython path around the use of row_maker
2021-02-24  Daniele VarrazzoMake cursor.row_factory writable
2021-02-24  Daniele VarrazzoMake the row_maker non-optional
2021-02-24  Daniele VarrazzoFix use of TypeInfo with connections using dict_row
2021-02-24  Daniele VarrazzoAdd public package attributes
2021-02-24  Daniele VarrazzoFix type specification for `namedtuple_row()`
2021-02-24  Daniele VarrazzoFix row factory docs examples
2021-02-24  Daniele VarrazzoMake the row_factory attribute non-nullable
2021-02-24  Daniele VarrazzoDrop row_factory param from Connection.execute()
2021-02-23  Denis LaxaldeAdd namedtuple_row row factory
2021-02-23  Denis LaxaldeDocument row factories
2021-02-16  Daniele VarrazzoFix guard for platforms missing epoll
2021-02-16  Daniele VarrazzoDon't use epoll module definitions if it's not the...
next