]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2022-04-22  Denis Laxaldedocs(enum): typo-fix and rephrase 274/head
2022-04-22  Daniele Varrazzodocs(enum): restyle news entry
2022-04-22  Daniele Varrazzofeat(enum): add mapping override to `register_enum()`
2022-04-22  Daniele Varrazzotest(enum): drop several hundreds of redundant tests
2022-04-22  Daniele Varrazzorefactor(enum): introduce an explicit dump/load mapping
2022-04-22  Daniele Varrazzofix(enum): raise DataError in case of labels mismatch...
2022-04-22  Daniele Varrazzofix(enum): move `enum` arg of register_enum() as third...
2022-04-22  Daniele Varrazzotest(enum): refactor in order to write enum-specific...
2022-04-22  Daniele Varrazzotest(enum): drop unneeded cursor creation
2022-04-22  Daniele Varrazzodocs(enum): document the behaviour of unregistered...
2022-04-22  Daniele Varrazzotest(enum): add tests to verify the behaviour of unregi...
2022-04-22  Daniele Varrazzorefactor(enum): rename python_type -> enum, enum_labels...
2022-04-22  Daniele Varrazzofeat(enum): dump enums by keys instead of values
2022-04-21  Daniele Varrazzotest(enum): add test to verify enums work with sql_asci...
2022-04-21  Daniele Varrazzotest(enum): typo fixed
2022-04-21  Daniele Varrazzotest(enum): more idiomatic sql composition
2022-04-21  Daniele Varrazzotest(enum): disable Enum random testing
2022-04-21  Vladimir Osokintest(enum): added async tests from enums
2022-04-21  Vladimir Osokinrefactor(enum): removed redundant `EnumDumper.dump...
2022-04-21  Vladimir Osokinfix(enum): code review fixes
2022-04-21  Daniele Varrazzotest(enum): add failing tests to illustrate enum needed...
2022-04-21  Vladimir Osokinfeat: add enum support
2022-04-21  Daniele Varrazzorefactor: add conn_encoding function
2022-04-21  Daniele Varrazzofix: fix dumping int enums in text mode, python impleme...
2022-04-12  Daniele Varrazzodocs: a few clarifications about composite adaptation
2022-04-07  Daniele Varrazzofix: drop debug logging left over
2022-04-04  Denis Laxaldedoc: add PipelineStatus to 'pq' page
2022-04-04  Daniele Varrazzofeat: add ConnectionInfo.pipeline_status
2022-04-03  Daniele Varrazzodocs: clean up a couple of sentences
2022-04-02  Daniele VarrazzoMerge branch 'executemany-pipeline'
2022-04-02  Daniele Varrazzofeat: add PipelineAborted exception 260/head
2022-04-02  Daniele Varrazzofix: don't fail assert if fetching without result in...
2022-04-02  Daniele Varrazzofix: consistent sync/exit and error management in pipel...
2022-04-02  Daniele Varrazzofix: forbid COPY in pipeline mode
2022-04-02  Daniele Varrazzofix: restore sending a Sync on block exit but not on...
2022-04-02  Daniele Varrazzotest: add test to verify the number of roundtrips in...
2022-04-02  Daniele Varrazzotest: add fixture to write tests based on libpq trace...
2022-04-02  Daniele Varrazzofix: make no-tuple results available after executemany...
2022-04-02  Daniele Varrazzofix: only flush the pipeline after executemany if returning
2022-04-02  Daniele Varrazzorefactor: rename pipeline.communicate() -> sync()
2022-04-02  Denis Laxaldefix: keep Cursor._execmany_returning set until reset
2022-04-02  Denis Laxaldefix: sync and fetch nested pipelines when they exit
2022-04-02  Denis Laxalderefactor: move final pipeline steps into a communicate...
2022-04-02  Denis Laxaldetest: add missing returning=True to executemany() in...
2022-04-02  Daniele Varrazzodocs: add news entry about executemany() speedup
2022-04-02  Daniele Varrazzotest: add xfailing test for rowcount in pipelined execu...
2022-04-02  Daniele Varrazzofix: drop unneeded flush after executemany
2022-04-02  Daniele Varrazzofix: fix 'executemany()' when pipeline mode is not...
2022-04-02  Daniele Varrazzoperf: base executemany on pipeline
2022-04-02  Daniele VarrazzoMerge branch 'pipeline4'
2022-04-02  Daniele Varrazzofix: don't clobber exceptions exiting the pipeline... 175/head
2022-04-02  Daniele Varrazzofeat: add pretty repr to Pipeline objects
2022-04-02  Daniele Varrazzofeat: add 'Pipeline.is_supported()'
2022-04-02  Denis Laxaldetest: do not catch OperationalError in test_pipeline_er...
2022-04-02  Daniele Varrazzofix: better error on exit of a pipeline with broken...
2022-04-02  Daniele Varrazzorefactor: move pipeline finalisation code to Pipeline...
2022-04-02  Denis Laxaldetest: add support for using executemany() in pipeline...
2022-04-02  Denis Laxaldefeat: let Connection.pipeline() return the Pipeline...
2022-04-02  Daniele Varrazzofix: guard connection._pipeline using the connection...
2022-04-02  Daniele Varrazzofix: allow re-entering pipeline mode
2022-04-02  Daniele Varrazzorefactor: add and use `Cursor._set_results_from_pipeline()`
2022-04-02  Denis Laxalderefactor: Pipeline classes moved to their module
2022-04-02  Daniele Varrazzotest: add support for trace file to pipeline demo
2022-04-02  Denis LaxaldeAdd support for pipeline mode in execute()/fetch*()
2022-04-02  Denis LaxaldeAvoid multiple commands in transaction code
2022-04-02  Denis LaxaldeSimplify query preparation cases
2022-04-02  Denis LaxaldeReturn PIPELINE_SYNC result alone in generators.fetch_m...
2022-04-02  Denis LaxaldeHandle pipeline-mode errors when checking results
2022-04-02  Denis LaxaldeRaise NotSupportedError when using a server-side cursor...
2022-04-02  Denis LaxaldeRaise a ProgrammingError when using cursor.stream(...
2022-04-02  Denis LaxaldeAdd Connection.pipeline() context manager and Pipeline...
2022-04-02  Denis LaxaldeAdd pipeline_communicate() generator
2022-04-02  Daniele Varrazzodocs: add ConnectionTimeout documentation
2022-04-02  Daniele Varrazzodocs: add page with misc objects documentation
2022-03-31  Daniele Varrazzoci: print versions of depending packages on psycopg...
2022-03-30  Daniele Varrazzochore: upgrade cibuildwheel to 2.3.1
2022-03-30  Daniele Varrazzobuild: upgrade system packages before building psycopg...
2022-03-29  Daniele Varrazzochore: bump version number to 3.0.11
2022-03-29  Daniele Varrazzoci: upgrade black
2022-03-28  Daniele Varrazzofix: default executemany to not fetching results
2022-03-28  Daniele Varrazzoci: pin click dependency to fix black
2022-03-28  Daniele Varrazzodocs: use monotype style for parameter names
2022-03-27  Daniele Varrazzotest: display the version of the server tests are run...
2022-03-27  Daniele Varrazzodocs: fix grammar, to allow to connect -> connecting
2022-03-26  Daniele Varrazzofeat(copy): allow bytearray/memoryview as copy.write...
2022-03-26  Daniele Varrazzorefactor: use TypeAlias
2022-03-26  Daniele Varrazzodocs: add back lost comment and extend it with new...
2022-03-26  Daniele Varrazzoperf: release the GIL in copy-related libpq functions
2022-03-26  Daniele VarrazzoMerge branch 'fix-255'
2022-03-26  Daniele Varrazzofix(copy): chunk large buffers before queuing, not... 256/head
2022-03-25  Daniele Varrazzofix(copy): split large buffers before sending them...
2022-03-25  Daniele Varrazzofix(copy): propagate errors raised in the worker thread
2022-03-22  Daniele Varrazzodocs: drop outdated docstring description
2022-03-20  Daniele Varrazzobuild(docs): don't exit with success if building html...
2022-03-20  Daniele Varrazzofix: fix loading of text arrays with dimension information
2022-03-19  Daniele Varrazzofix: install typing_extensions on Python < 3.10
2022-03-19  Daniele VarrazzoMerge branch 'pgconn-in-exception'
2022-03-19  Denis Laxaldedocs: document PGconn needs_password and used_password...
2022-03-18  Daniele Varrazzodocs: specify that ANY() is available in psycopg2 too
2022-03-17  poulpedoc: give more context to disconnection detection recipe
next