summaryrefslogtreecommitdiff
path: root/psycopg/lobject_type.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Fixed handling large Oid valuesfix-961Daniele Varrazzo2019-09-041-2/+2
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Simplify PyBool usage with Python convenience macros/functionsJon Dufresne2018-11-301-5/+1
* Handle lobject mode=None correctlyFrazer McLean2017-04-161-1/+4
* Don't look up for Python encodingDaniele Varrazzo2016-12-291-4/+2
* conn->codec rename to pyencDaniele Varrazzo2016-12-261-2/+2
* Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-151-7/+0
* Fixed build on Python 2.5Daniele Varrazzo2016-03-101-2/+2
* Fixed compiler warnings about Py_ssize_t printf formatDaniele Varrazzo2016-03-101-6/+6
* Removed added Dprintf statementsJason Erickson2016-03-101-2/+0
* Fix Windows 64bit lobject support for very (>2GB) large objectsJason Erickson2016-03-101-9/+11
* Dropped PG_VERSION_HEX constantDaniele Varrazzo2015-06-021-3/+3
* Guard against overflows when using the lo32 apiDaniele Varrazzo2014-12-251-7/+28
* Use ifdef instead of if to check LO64Daniele Varrazzo2014-12-251-2/+2
* Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 ...Blake Rouse2014-12-251-2/+18
* Use lseek64 and ltell64 to support large object greater than 2gb in size.Blake Rouse2014-12-251-7/+7
* Fixed memory leak with large objectsDaniele Varrazzo2014-08-281-7/+6
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-4/+0
* Name the types after the module they are exposed fromDaniele Varrazzo2014-08-151-1/+1
* Fixed attempt of closing an already closed lobject on deallocDaniele Varrazzo2014-04-051-1/+1
* Fixed overflow opening a lobject with an oid not fitting in a signed intDaniele Varrazzo2014-04-031-3/+3
* Fixed dealloc of lobject->smodeDaniele Varrazzo2013-11-271-1/+1
* Check connection type in lobject initDaniele Varrazzo2013-11-271-7/+10
* Merge branch 'drop-py24' into develDaniele Varrazzo2013-04-051-1/+1
|\
| * Dropped support for Python 2.4Daniele Varrazzo2013-03-201-1/+1
| * PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-1/+1
* | Use the Py_RETURN_NONE macroDaniele Varrazzo2013-04-051-11/+7
* | PyType_GenericAlloc is the default allocator: no need to specifyDaniele Varrazzo2013-03-201-1/+1
|/
* Dropped "customized" pg_free functionsDaniele Varrazzo2013-03-201-25/+1
* Store a PGresult in the Exception errorDaniele Varrazzo2013-03-191-1/+1
* Stricter types usage in several PyArg_ParseTuple callsDaniele Varrazzo2012-03-041-2/+2
* Dropped isolation level from the connection objectDaniele Varrazzo2011-06-031-2/+2
* Windows MSVC: Fix data loss compiler warningsJason Erickson2011-02-251-2/+3
* More careful memory managementDaniele Varrazzo2011-02-231-1/+1
* Stricter declaration and correct use of psyco_set_errorDaniele Varrazzo2011-02-211-1/+1
* lobject read and write can deal with both bytes and unicodeDaniele Varrazzo2011-01-101-7/+40
* Large object mode parsing refactoredDaniele Varrazzo2011-01-101-7/+8
* Fixed argument parsing in lobject.readDaniele Varrazzo2011-01-041-2/+3
* The library can be compiled with Python 3.Daniele Varrazzo2010-12-211-1/+1
* Import structmember/stringobject headers from python.h.Daniele Varrazzo2010-12-211-1/+0
* Using PyVarObject_HEAD_INIT macro.Daniele Varrazzo2010-12-211-2/+1
* Using Py_TYPE and Py_REFCNT macros.Daniele Varrazzo2010-12-211-3/+3
* Changed Python const RO -> READONLY.Daniele Varrazzo2010-12-121-2/+2
* Internal imports simplified.Daniele Varrazzo2010-12-121-6/+4
* Dropped unused include file.Daniele Varrazzo2010-12-121-1/+0
* Added enum with possilbe isolation level states.Daniele Varrazzo2010-11-181-2/+2
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-091-9/+3
* Support large objects truncating.Jan UrbaƄski2010-03-291-0/+30
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-12/+16