summaryrefslogtreecommitdiff
path: root/psycopg/adapter_binary.c
Commit message (Expand)AuthorAgeFilesLines
* Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-151-2/+0
* Dropped PG_VERSION_HEX constantDaniele Varrazzo2015-06-021-1/+1
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-14/+0
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-6/+1
* Name the types after the module they are exposed fromDaniele Varrazzo2014-08-151-2/+2
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-2/+1
* Dropped GC support for several objectsDaniele Varrazzo2013-04-051-13/+2
* PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-1/+1
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-27/+1
* Check if the object wrapped in binary is not None before trying the other typesDaniele Varrazzo2012-03-051-7/+8
* Proper type check in prepare() methods for list, binary, qstringDaniele Varrazzo2012-03-041-6/+4
* Make Binary(None) work as expected, adapting to NULLDaniele Varrazzo2011-02-181-0/+6
* Added adaptation for objects supporting the new-style buffer interfaceDaniele Varrazzo2011-02-161-36/+56
* Adapt bytearray and memoryview to bytes if availableDaniele Varrazzo2011-02-151-1/+4
* Fixed error message on Binary(str) in Python 3Daniele Varrazzo2011-02-151-2/+2
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-8/+4
* Redefining the microprotocol on Py3 as returning bytes.Daniele Varrazzo2010-12-311-5/+12
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-2/+8
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-2/+0
* Using PyVarObject_HEAD_INIT macro.Daniele Varrazzo2010-12-211-2/+1
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-4/+4
* Changed Python const RO -> READONLY.Daniele Varrazzo2010-12-121-2/+2
* Internal imports simplified.Daniele Varrazzo2010-12-121-11/+7
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-2/+1
* Replaced PyObject_CallFunction() with *ObjArgs() where more efficient.Daniele Varrazzo2010-11-091-1/+1
* Dropped PSYCOPG_OWN_QUOTING.Daniele Varrazzo2010-10-081-77/+0
* Adapt buffer objects using an explicit cast on the string literal.Daniele Varrazzo2010-05-151-2/+2
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* * psycopg/utils.c (psycopg_escape_string): same here.James Henstridge2009-02-171-3/+1
* Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-211-4/+4
* * psycopg/adapter_binary.c (binary_traverse): add cyclic GCJames Henstridge2008-07-011-3/+14
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-3/+3
* * psycopg/adapter_binary.c (binary_quote): apply Brandon Rhodes'James Henstridge2008-01-101-1/+3
* Use escape string syntax for string escape if connected to a server Daniele Varrazzo2007-11-111-27/+4
* Fixed selection of the proper binary string quoting.Daniele Varrazzo2007-11-091-18/+22
* Use escape string syntax for binary escape if connected with aDaniele Varrazzo2007-11-091-5/+27
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-37/+43
* Piet Delport patches: 2 of 3.Federico Di Gregorio2006-09-231-1/+1
* Preparing 2.0.5.2_0_5Federico Di Gregorio2006-09-011-6/+3
* Fixed patch from #119.Federico Di Gregorio2006-09-011-5/+9
* Empty binary buffer segfault fix (closes: #119).Federico Di Gregorio2006-09-011-2/+5
* Fixed segfault in Binary/QString.Federico Di Gregorio2006-06-181-7/+5
* #warning fix.Federico Di Gregorio2006-06-111-0/+2
* Better PostgreSQL version check.Federico Di Gregorio2006-05-261-5/+7
* Final of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-0/+2
* Second half of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-4/+37
* Code cleanup.Federico Di Gregorio2005-10-181-3/+3
* Fixing gcc 4 warnings.Federico Di Gregorio2005-07-261-1/+1
* Various fixes.Federico Di Gregorio2005-05-091-1/+1
* mingw patch from Daniele Varazzo.Federico Di Gregorio2005-04-101-1/+1