summaryrefslogtreecommitdiff
path: root/psycopg
Commit message (Expand)AuthorAgeFilesLines
* Less lookups and more efficient calls in microprotocols_adapt().Daniele Varrazzo2010-11-091-9/+29
* Less lookups and more efficient calls in microprotocols_getquoted().Daniele Varrazzo2010-11-091-20/+31
* Replaced PyObject_CallFunction() with *ObjArgs() where more efficient.Daniele Varrazzo2010-11-097-7/+7
* Win32 *time_r fixJason Erickson2010-11-091-10/+3
* fixed crash in pdecimal_str with a few Python 2.5.x releases.Daniele Varrazzo2010-11-091-14/+26
* Fixed repr for Decimal wrapper.Daniele Varrazzo2010-11-091-1/+1
* Dropped file imported by mistake.Daniele Varrazzo2010-11-091-147/+0
* Use the adapter of an object superclass if available.Daniele Varrazzo2010-11-081-4/+59
* Use faster function to build tuples in adaptation.Daniele Varrazzo2010-11-081-4/+7
* Py_TYPE defined as it is in Python 2.6.Daniele Varrazzo2010-11-081-1/+1
* Added compatibility macro for pre 2.6Daniele Varrazzo2010-11-051-0/+4
* Added warning note about equivalence inconsistence between Notify and tuples.Daniele Varrazzo2010-11-051-0/+18
* The Notify type is hashable.Daniele Varrazzo2010-11-051-16/+32
* Payload default is the empty string.Daniele Varrazzo2010-11-051-1/+1
* Added comparison between Notify objects and Notify or tuple.Daniele Varrazzo2010-11-051-1/+52
* Added documentation for the Xid object.Daniele Varrazzo2010-11-051-12/+48
* Ensure unicode is accepted as type for transaction ids.Daniele Varrazzo2010-11-051-1/+1
* Added Xid.from_string() constructor.Daniele Varrazzo2010-11-051-6/+29
* Expose the Xid object in the extension module.Daniele Varrazzo2010-11-051-0/+1
* Fixed handling of commit/rollback prepared in green modeDaniele Varrazzo2010-11-051-0/+1
* Raise NotSuppoertdError if tpc is used with PostgreSQL < 8.1Daniele Varrazzo2010-11-052-0/+14
* Encoding/decoding in base64 refactored.Daniele Varrazzo2010-11-051-19/+16
* Added str() and repr() for Xid objects.Daniele Varrazzo2010-11-051-2/+45
* xid_get_tid returns a Python string, not a buffer.Daniele Varrazzo2010-11-053-25/+13
* Dropped XID_UNPARSED: we use format_id = None for PG xact ids.Daniele Varrazzo2010-11-052-37/+27
* XA transaction ids can be decoded from PostgreSQL transaction ids.Daniele Varrazzo2010-11-051-10/+146
* Dropped pg_xact_id from XidObjectDaniele Varrazzo2010-11-052-35/+3
* Use pgjdbc algorithm to convert XA xids into strings.Daniele Varrazzo2010-11-051-3/+52
* Keep the GIL while converting the xid into the PostgreSQL transaction id.Daniele Varrazzo2010-11-053-12/+18
* Added tpc_recover method.Daniele Varrazzo2010-11-055-8/+214
* Added tpc_commit and tpc_rollback methods.Daniele Varrazzo2010-11-051-0/+120
* Added tpc_prepare and CONN_STATUS_PREPARED.Daniele Varrazzo2010-11-058-8/+178
* begin and commit can't be called during a two-phase transaction.Daniele Varrazzo2010-11-052-0/+7
* Added tpc_begin() and current xid on connection.Daniele Varrazzo2010-11-055-0/+118
* Copyright of TPC files moved to LGPL V3.Daniele Varrazzo2010-11-052-24/+34
* hook up two phase commit tests.Daniele Varrazzo2010-11-051-1/+1
* There is no point in allowing subclasses of Xid.Daniele Varrazzo2010-11-051-1/+1
* implement sequence behaviour, as required for transaction IDs.Daniele Varrazzo2010-11-052-1/+44
* Added connection.xid() and related objects.Daniele Varrazzo2010-11-054-0/+318
* Added documentation for the Notify object.Daniele Varrazzo2010-11-051-6/+25
* Notify object exposed in the extensions module.Daniele Varrazzo2010-11-051-0/+1
* Added repr method for Notify object.Daniele Varrazzo2010-11-051-1/+29
* Adding Notify object with payload.Daniele Varrazzo2010-11-054-8/+296
* Use PQfreemem to free memory allocated by the libpq.Daniele Varrazzo2010-10-081-3/+3
* Dropped PSYCOPG_OWN_QUOTING.Daniele Varrazzo2010-10-084-164/+0
* Fixed access to freed memory in conn_get_isolation_level().Daniele Varrazzo2010-10-081-4/+8
* cursor.mogrify() accepts unicode queries.Daniele Varrazzo2010-10-051-30/+38
* Common code in execute() and mogrify() merged.Daniele Varrazzo2010-10-051-85/+68
* Don't execute a ROLLBACK on close()/GC.Daniele Varrazzo2010-09-231-14/+11
* Applied spelling fixes patch from Peter EisentrautFederico Di Gregorio2010-07-182-2/+2