| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into errors-moduleerrors-module | Daniele Varrazzo | 2018-10-15 | 1 | -1/+23 |
| |\ | |||||
| | * | errorcodes map update to PostgreSQL 11 | Daniele Varrazzo | 2018-10-14 | 1 | -0/+1 |
| | | | |||||
| | * | Fixed refcount in connection's readonly and deferrable gettersfix-790 | Daniele Varrazzo | 2018-10-12 | 1 | -0/+2 |
| | | | | | | | | | Close #790 | ||||
| | * | Added docs for the Column object | Daniele Varrazzo | 2018-10-11 | 1 | -0/+3 |
| | | | |||||
| | * | Fixed infinite loop in pq_get_last_result after COPY | Daniele Varrazzo | 2018-10-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | There will be an error downstream but we have to get out of this function first. Close #781 | ||||
| | * | Merge branch 'master' into https | Daniele Varrazzo | 2018-10-10 | 1 | -0/+7 |
| | |\ | |||||
| | | * | Merge branch 'conn-get-host' | Daniele Varrazzo | 2018-10-10 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Small tweaks to connection.host docs | Daniele Varrazzo | 2018-10-10 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Added connection.host | Marco De Paoli | 2018-10-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Return the server host name of the current connect. | ||||
| | | * | | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonloc | Daniele Varrazzo | 2018-10-04 | 1 | -0/+2 |
| | | |/ | | | | | | | | | | Close #783. | ||||
| | | * | sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequence | Daniele Varrazzo | 2018-10-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | Close #732. | ||||
| | | * | Mention the better str(Range) in the docs. | Daniele Varrazzo | 2018-10-04 | 1 | -0/+2 |
| | | | | |||||
| | * | | Prefer https:// URLs when available | Jon Dufresne | 2018-09-22 | 1 | -1/+1 |
| | |/ | |||||
| | * | Mention FreeBSD build fixed in news file | Daniele Varrazzo | 2018-09-07 | 1 | -0/+1 |
| | | | |||||
| | * | Close named cursor if exist, even if we didn't run execute | Daniele Varrazzo | 2018-07-24 | 1 | -0/+7 |
| | | | | | | | | | Close #746 | ||||
| * | | Added documentation for the errors module | Daniele Varrazzo | 2018-10-15 | 1 | -0/+2 |
| |/ | |||||
| * | Note the upgrade in wheel dependencies in NEWS file | Daniele Varrazzo | 2018-05-23 | 1 | -0/+1 |
| | | |||||
| * | DictCursor and RealDictCursor rows maintain columns order | Daniele Varrazzo | 2018-05-21 | 1 | -0/+2 |
| | | | | | Close #177. | ||||
| * | Merge branch 'master' into drop-2to3 | Daniele Varrazzo | 2018-05-20 | 1 | -3/+31 |
| |\ | |||||
| | * | encrypt_password() reported in the news file | Daniele Varrazzo | 2018-05-20 | 1 | -0/+4 |
| | | | |||||
| | * | Added license to the docs | Daniele Varrazzo | 2018-05-20 | 1 | -1/+1 |
| | | | | | | | | | Includes other docs improvements, such as the ones proposed in #711. | ||||
| | * | Don't raise an exception closing an unused named cursorfix-716 | Daniele Varrazzo | 2018-05-20 | 1 | -0/+1 |
| | | | | | | | | | Close #716 | ||||
| | * | Merge remote-tracking branch 'nested-array-nulls' | Daniele Varrazzo | 2018-05-20 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fixed adaptation of arrays of arrays of nulls | Daniele Varrazzo | 2018-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | Close #325, close #706. | ||||
| | * | | Allow non-ascii chars in namedtuple fields | Daniele Varrazzo | 2018-05-18 | 1 | -0/+2 |
| | |/ | | | | | | | | | | | | | They can be valid chars in Python 3. Or maybe not? In which case Python will throw an exception, but that's fine. Fix regression introduced fixing #211 | ||||
| | * | Allow strings subclasses in ensure_bytesfix-679 | Daniele Varrazzo | 2018-02-21 | 1 | -0/+1 |
| | | | | | | | | | Fix #679 | ||||
| | * | Report MSYS2 build probably fixed | Daniele Varrazzo | 2018-02-19 | 1 | -1/+2 |
| | | | |||||
| | * | Added Solaris 11 fix to news file | Daniele Varrazzo | 2018-02-19 | 1 | -0/+7 |
| | | | |||||
| | * | Report Python 2.6 wheels no more available | Daniele Varrazzo | 2018-01-29 | 1 | -0/+2 |
| | | | | | | | | | [skip ci] | ||||
| | * | Convert fields names into valid Python identifiers in NamedTupleCursor | Daniele Varrazzo | 2018-01-29 | 1 | -0/+2 |
| | | | | | | | | | Close #211. | ||||
| | * | Build using OpenSSL 1.0.2n | Daniele Varrazzo | 2018-01-29 | 1 | -1/+1 |
| | | | |||||
| | * | Mention new wheel packages in news file | Daniele Varrazzo | 2018-01-29 | 1 | -2/+5 |
| | | | | | | | | | Close #543. | ||||
| | * | Fixed idempotence check changing connection characteristics | Daniele Varrazzo | 2018-01-11 | 1 | -0/+2 |
| | | | |||||
| | * | 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursor | Daniele Varrazzo | 2018-01-11 | 1 | -0/+1 |
| | | | | | | | | | Fix #579. | ||||
| | * | pypi3 fix noted in the news file | Daniele Varrazzo | 2018-01-10 | 1 | -0/+1 |
| | | | |||||
| * | | Drop 2to3 build step; make all code compatible with all Pythons | Jon Dufresne | 2017-12-11 | 1 | -2/+3 |
| |/ | | | | | | | | | | | | | | | | Make all library code compatible with both Python 2 and Python 3. Helps move to modern Python idioms. Can now write for Python 3 (with workarounds for Python 2) instead of the other way around. In the future, when it is eventually time to drop Python 2, the library will be in a better position to remove workarounds Added a very small comparability module compat.py where required. It includes definitions for: - text_type -- A type. str on Python 3. unicode on Python 2. - string_types -- A tuple. Contains only str on Python 3. Contains str & unicode on Python 2. | ||||
| * | Avoid installing tests to site-packages | Jon Dufresne | 2017-12-10 | 1 | -0/+3 |
| | | | | | | | | | For library end users, there is no need to install tests alongside the package itself. This keeps the tests available for development without adding extra packages to user's site-packages directory. Reduces the size of the installed package. Avoids accidental execution of test code by an installed package. | ||||
| * | Drop long deprecated function register_tstz_w_secs() | Jon Dufresne | 2017-12-10 | 1 | -0/+1 |
| | | | | | | | | | | | Deprecated in commit b263fbf274f9085a1bddca018ed8a50d37023fc7 on 2010-01-13. The deprecation warning was first released in version 2.2.2. The function used to register an alternate type caster for TIMESTAMP WITH TIME ZONE to deal with historical time zones with seconds in the UTC offset. These are now correctly handled by the default type caster, so currently the function doesn't do anything. | ||||
| * | Dropped psycopg1 modulegoodbye-psycopg1 | Daniele Varrazzo | 2017-12-04 | 1 | -0/+1 |
| | | |||||
| * | Fixed NEWS file entries | Daniele Varrazzo | 2017-12-01 | 1 | -8/+4 |
| | | | | | | | - 2.6.3 has not been released (yet). Fixes for bug #420, bug #462 were relased in 2.7. - Added missing report for bug #489 fixed in 2.7. | ||||
| * | Collect rowcount in executemany even when discarding results | Daniele Varrazzo | 2017-11-29 | 1 | -1/+3 |
| | | | | | Closes #633. | ||||
| * | Build and test packages with libpq 10.1 and OpenSSL 1.0.2m | Daniele Varrazzo | 2017-11-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed __libpq_version__ for Postgres >= 10.1 | Daniele Varrazzo | 2017-11-28 | 1 | -1/+3 |
| | | | | | | | | | | The version should be considered as 10.0.1; the number was generated as 10.1.0 instead. Version number bumped to test building new wheels packages. Fix #632. | ||||
| * | Add news and update version check | Hugo | 2017-11-28 | 1 | -0/+8 |
| | | |||||
| * | Merge branch 'python3_mintimeloggingconnection' | Daniele Varrazzo | 2017-11-28 | 1 | -0/+1 |
| |\ | |||||
| | * | Mention MinTimeLoggingCursor fix in NEWS file | Daniele Varrazzo | 2017-11-28 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'solaris-support' | Daniele Varrazzo | 2017-11-28 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Mention solaris support in NEWS | Daniele Varrazzo | 2017-11-28 | 1 | -0/+6 |
| | |/ | | | | | | | Close #532. | ||||
| * | | NEWS updated after last bugfix. | Daniele Varrazzo | 2017-11-16 | 1 | -2/+8 |
| |/ | |||||
| * | Preparing release 2.7.3.22_7_3_22_7_3_2 | Daniele Varrazzo | 2017-10-24 | 1 | -0/+1 |
| | | | | | Close #601, close #602. | ||||
