]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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 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
2020-11-12  Daniele VarrazzoMore docs
2020-11-12  Daniele VarrazzoDropped Connection.pyenc and related support
2020-11-12  Daniele VarrazzoAdding an embryo of documentation
2020-11-11  Daniele VarrazzoDropped use of `send()` on Connection.notifies generator
2020-11-11  Daniele VarrazzoAllow omitting the conninfo param instead of requiring...
2020-11-10  Daniele VarrazzoDropped unneeded escaping loading int from bytes
2020-11-10  Daniele VarrazzoErrors and builtin oids updated to PostgreSQL 13
2020-11-09  Daniele VarrazzoAdded connection enter/exit
2020-11-09  Daniele Varrazzosql.SQL.format() accepts any Python object, making...
2020-11-09  Daniele VarrazzoLoad the uuid and network modules lazily
2020-11-09  Daniele VarrazzoFixed comments in tests
2020-11-09  Daniele VarrazzoUse pytest tmpdir fixture
2020-11-08  Daniele VarrazzoAsyncConnection.cursor() made async
2020-11-07  Daniele VarrazzoDropped excessive use of is [not] None
2020-11-07  Daniele VarrazzoDropped local variable micro-optimization
2020-11-07  Daniele VarrazzoAdded TypeInfo representation
2020-11-07  Daniele VarrazzoAdded int subtypes to cast to specific sizes
2020-11-07  Daniele VarrazzoUse oid 0 for unknown typed and string casting
2020-11-07  Daniele VarrazzoDropped dumper param of Dumper.register
2020-11-07  Daniele VarrazzoAdded network types
2020-11-04  Daniele VarrazzoFast codec functions moved to an utility module
2020-11-04  Daniele VarrazzoText dumping raises DataError if it contains a NUL...
2020-11-04  Daniele VarrazzoCallproc can take both args and kwargs
2020-10-30  Daniele Varrazzosql.Composible subclasses super c'tor before raise...
2020-10-30  Daniele VarrazzoAdded cursor.callproc()
2020-10-30  Daniele VarrazzoCursor is iterable
2020-10-30  Daniele VarrazzoUsing type Iterator instead of Generator when possible
2020-10-30  Daniele VarrazzoAdded columns attributes
2020-10-30  Daniele Varrazzooids module moved from psycopg3.types to psycog3 package
2020-10-29  Daniele VarrazzoAdded UUID type load/dump
2020-10-29  Daniele VarrazzoUse static attributes to declare dumpers oid where...
2020-10-29  Daniele VarrazzoDropped type guards for dumpers/loaders registration
2020-10-29  Daniele VarrazzoMore uniform loader/dumper names
2020-10-29  Daniele VarrazzoAdded test to make sure binary minus in client-side...
2020-10-29  Daniele VarrazzoFixed tests with PostgreSQL 9.6 and previous
2020-10-29  Daniele VarrazzoFix test when a db name is not set
2020-10-29  Daniele VarrazzoDropped duplicate tests
2020-10-29  Daniele VarrazzoDropped loader param of Loader.register
2020-10-29  Daniele VarrazzoFixed rowcount with DML queries, multiple results,...
2020-10-28  Daniele VarrazzoUse unknown oid passing NULL to queries
2020-10-28  Daniele VarrazzoDiagnostic objects can be pickled and error info surviv...
2020-10-28  Daniele VarrazzoErrors can be pickled
2020-10-28  Daniele VarrazzoRaise InterfaceError on operation on closed objects
2020-10-28  Daniele VarrazzoAdded cursors context managers
2020-10-28  Daniele VarrazzoMerge branch 'sql-module'
2020-10-28  Daniele VarrazzoMore idiomatic python3 super()
2020-10-28  Daniele VarrazzoAdded Dumper.quote()
2020-10-28  Daniele Varrazzosql.Placeholder can represent binary placeholders
2020-10-28  Daniele VarrazzoMove conversion of Composible to query string into...
2020-10-28  Daniele VarrazzoAdded sql adaptation from None to NULL
2020-10-28  Daniele VarrazzoAdded psycopg3.sql module
2020-10-28  Daniele VarrazzoMerge branch 'date-adapt'
2020-10-28  Daniele VarrazzoWork around the mypy method assignment false positive...
2020-10-28  Daniele VarrazzoForce type checking with Python 3.8
2020-10-28  Daniele VarrazzoUse local functions for encode/decode in date adaptation
2020-10-28  Daniele VarrazzoFixed timezone parsing on Python 3.6
2020-10-28  Daniele VarrazzoAdded interval loading
2020-10-28  Daniele VarrazzoAdded timedelta dump
2020-10-28  Daniele VarrazzoAdded time with timezone loader
2020-10-28  Daniele VarrazzoRaise DataError for dates and times that can't be repre...
2020-10-28  Daniele VarrazzoAdded time load/dump, and tests refactoring
2020-10-28  Daniele VarrazzoAdded timestamptz loader
2020-10-28  Daniele VarrazzoMore compact date/time tests
2020-10-28  Daniele VarrazzoAdded timestamp text loading
2020-10-28  Daniele VarrazzoAdded datetime dump
2020-10-28  Daniele VarrazzoRaise a polite exception for dates >= Y10K
2020-10-28  Daniele VarrazzoRaise a polite exception for BC dates
2020-10-28  Daniele VarrazzoAdded date text loader
2020-10-28  Daniele VarrazzoAdded date text dumper
2020-10-28  Daniele VarrazzoMerge branch 'json-adapt'
2020-10-28  Daniele VarrazzoAdded JSON loaders
2020-10-28  Daniele VarrazzoAdded tests to verify json dump customisation
2020-10-28  Daniele VarrazzoAdded json binary dumpers
2020-10-28  Daniele VarrazzoAdded json text dump
2020-10-28  Daniele VarrazzoAdded missing methods to psycopg3.pq.Escaping proto
2020-10-28  Daniele Varrazzo'psycopg3.transform' module made private
next