summaryrefslogtreecommitdiff
path: root/psycopg/adapter_qstring.c
Commit message (Expand)AuthorAgeFilesLines
* Dropped compiler warning about signed/unsigned comparisonsDaniele Varrazzo2017-02-081-1/+1
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-27/+12
* Use -1 instead of 0 to say "calculate the length" in many funcsDaniele Varrazzo2016-12-271-1/+1
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-1/+1
* Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-011-4/+2
* Test moved to the right module, cleanup, but same problemDaniele Varrazzo2016-07-011-2/+1
* Work in progress on writable encodingDaniele Varrazzo2016-07-011-18/+53
* Dropped simple type wrapper functionsDaniele Varrazzo2014-08-151-14/+0
* Dropped almost-no-op customized objects repr()Daniele Varrazzo2014-08-151-7/+1
* Name the types after the module they are exposed fromDaniele Varrazzo2014-08-151-3/+3
* Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-2/+1
* Dropped GC support for several objectsDaniele Varrazzo2013-04-051-13/+2
* Static-type psycopg_escape_string connection parameterDaniele Varrazzo2013-04-051-1/+1
* Avoid encoding strdup in qstring adapterDaniele Varrazzo2013-04-051-46/+52
* Set a memory exception in psycopg_escape_stringDaniele Varrazzo2013-04-041-1/+0
* 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
* Dropped GIL release around function calling PyMem_MallocDaniele Varrazzo2012-05-221-10/+1
* Proper type check in prepare() methods for list, binary, qstringDaniele Varrazzo2012-03-041-8/+6
* Further modeling of exception raisingDaniele Varrazzo2012-03-041-1/+1
* Fixed adaptation in several adapters.Daniele Varrazzo2010-12-311-3/+3
* Redefining the microprotocol on Py3 as returning bytes.Daniele Varrazzo2010-12-311-3/+2
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-2/+5
* Added Python codec name to the connection.Daniele Varrazzo2010-12-211-18/+5
* 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-3/+3
* Internal imports simplified.Daniele Varrazzo2010-12-121-10/+5
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-2/+1
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16
* Unified string quotingFederico Di Gregorio2008-11-251-78/+17
* Applied COPY patch from Alejandro DubrovskyFederico Di Gregorio2008-11-251-2/+2
* Merge from jhFederico Di Gregorio2008-07-261-9/+20
|\
| * Use Py_CLEAR() in a few more places, and do INCREF's before setting James Henstridge2008-07-211-6/+6
| * * psycopg/adapter_qstring.c (qstring_traverse): add cyclic GCJames Henstridge2008-07-181-3/+14
* | get_backend_pid() patch and fixesFederico Di Gregorio2008-07-261-5/+2
|/
* Add more const qualifiers.James Henstridge2008-01-211-4/+4
* * psycopg/typecast_array.c (typecast_array_scan): set an initialJames Henstridge2008-01-131-3/+3
* Use escape string syntax for string escape if connected to a server Daniele Varrazzo2007-11-111-4/+9
* int->size_t transition.Federico Di Gregorio2007-04-131-5/+20
* Fixed both Python 2.5 and 64 bit problems.Federico Di Gregorio2007-04-101-28/+35
* Encoding fixes.Federico Di Gregorio2007-01-161-2/+4
* Piet Delport patches: 2 of 3.Federico Di Gregorio2006-09-231-1/+1
* 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-6/+8
* Final of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-1/+2
* First half of 8.1.4 securiy patch.Federico Di Gregorio2006-05-241-5/+24
* Code cleanup.Federico Di Gregorio2005-10-181-3/+4