summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update psycopg1.pyJan Janßen2016-03-101-1/+1
* Fixed race condition on import in errorcodes.lookupDaniele Varrazzo2015-12-161-2/+8
* The wait_select callback can cancel a query using Ctrl-CDaniele Varrazzo2015-10-011-9/+14
* Fixed PersistentConnectionPool on Python 3Daniele Varrazzo2015-10-011-2/+2
* Fixed MinTimeLoggingCursor.callproc()andrew deryabin2015-05-031-1/+1
* Python 3.1 bytes.decode() doesn't support keyword argumentsDaniele Varrazzo2015-02-081-1/+1
* Make Column picklable on Python >= 3.3Daniele Varrazzo2015-02-082-2/+1
* Allow pickling of cursor.descriptionOwen Raccuglia2015-02-081-0/+1
* Correct exausted -> exhausted typoErik Lee2014-11-171-1/+1
* Dropped creation of errcodes with missing spec fieldDaniele Varrazzo2014-08-281-4/+0
* Convert pool arguments to intDaniele Varrazzo2014-08-131-2/+2
* Add register_default_jsonb() and register the typeDaniele Varrazzo2014-08-133-3/+22
* Added name param to register_json()Daniele Varrazzo2014-08-131-13/+15
* Add a few missing errcodesDaniele Varrazzo2014-07-311-0/+4
* Merge branch 'range_sort'Daniele Varrazzo2014-02-221-4/+35
|\
| * Hardcode the list of attributes to be used in comparisonDaniele Varrazzo2014-02-221-1/+1
| * Added implementation for Range gt and ge operatorsDaniele Varrazzo2014-02-221-13/+15
| * New implementation of Range sorting that works for Python 2.5 to 3.3, at least.Chris Withers2014-02-181-6/+26
| * Provide a stable and consistent sort order for Range objects.Chris Withers2014-02-121-4/+13
* | Fixed error message on range parsing failedDaniele Varrazzo2014-02-221-1/+1
* | Added str() for the Json adapterDaniele Varrazzo2014-02-221-0/+8
|/
* cater for comparison of subclassesChris Withers2013-05-261-1/+1
* raising an exception here rather than returning False causes problems with SQ...Chris Withers2013-05-261-1/+1
* more useful error message when comparing ranges with non-rangesChris Withers2013-05-261-0/+2
* Fix multiple misspellingsPiotr Kasprzyk2013-04-262-4/+4
* Make sure to return a bytes string from numeric range adapterDaniele Varrazzo2013-04-211-3/+3
* The UUID adapter returns bytes instead of str in Python 3Daniele Varrazzo2013-04-071-6/+8
* A couple of typos fixedDaniele Varrazzo2013-04-071-1/+1
* Dropped __all__ from modulesDaniele Varrazzo2013-04-073-38/+28
* Enable by default the range typecastersDaniele Varrazzo2013-04-071-0/+4
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-2/+9
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-17/+0
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-181-1/+1
|\
| * Expose the Diagnostics object in the extensions moduleDaniele Varrazzo2013-03-171-1/+1
* | Fixed range adaptation on Python 3Daniele Varrazzo2013-03-161-10/+10
* | Merge branch 'dead-bytes' into develDaniele Varrazzo2013-03-161-24/+0
|\ \ | |/ |/|
| * Dropped configuration of unused logger inside the pool moduleDaniele Varrazzo2012-12-031-24/+0
* | Fixed pickling of DictRow objects tooDaniele Varrazzo2012-12-111-1/+8
* | Fixed pickling of RealDictRow objectsDaniele Varrazzo2012-12-101-0/+7
* | Added specific pool implementation for ZPsycopgDADaniele Varrazzo2012-12-041-0/+4
* | Fixed empty strings handling in composite casterDaniele Varrazzo2012-12-031-2/+2
|/
* Fixed pickling of FixedOffsetTimezone objectsDaniele Varrazzo2012-10-211-2/+5
* More idiomatic way to call FixedOffsetTimezone.__new__ superclassDaniele Varrazzo2012-10-211-1/+1
* Dropped redundant call to FixedOffsetTimezone.__init__Daniele Varrazzo2012-10-211-1/+0
* Using super() in the connection/cursor subclassesDaniele Varrazzo2012-09-281-29/+28
* Merge branch 'range-type' into develDaniele Varrazzo2012-09-272-0/+475
|\
| * More helpful error messasge on Range order attemptsDaniele Varrazzo2012-09-251-1/+3
| * Added documentation for range types and adaptationDaniele Varrazzo2012-09-241-35/+44
| * Don't need to implement __new__ to make an immutable classDaniele Varrazzo2012-09-241-4/+1
| * Fixed search of types into schemas.Daniele Varrazzo2012-09-241-3/+3