summaryrefslogtreecommitdiff
path: root/psycopg/lobject_int.c
Commit message (Expand)AuthorAgeFilesLines
* Dropped isolation level from the connection objectDaniele Varrazzo2011-06-031-1/+1
* More careful memory managementDaniele Varrazzo2011-02-231-1/+15
* Large object mode parsing refactoredDaniele Varrazzo2011-01-101-19/+115
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+15
|\
| * Fixed segfault in large object close.Daniele Varrazzo2011-01-101-0/+15
* | Use the proper printf placeholders to avoid warnings on 64 bit buildsDaniele Varrazzo2011-01-031-2/+2
* | Internal imports simplified.Daniele Varrazzo2010-12-121-6/+4
|/
* Added enum with possilbe isolation level states.Daniele Varrazzo2010-11-181-1/+1
* Keep the connection in blocking mode unless it is not async.Daniele Varrazzo2010-05-091-2/+0
* 'pq_execute_command_locked()' calls the wait callback if set.Daniele Varrazzo2010-04-211-3/+3
* Dropped warnings when compiling on Python 2.5Daniele Varrazzo2010-04-071-2/+2
* 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
* Fixed problem with large writes in large objects codeFederico Di Gregorio2009-08-091-0/+5
* * psycopg/lobject.h (lobjectObject): remove "mode" struct member,James Henstridge2008-05-061-1/+0
* * psycopg/lobject_*.c: replace uses of the closed struct member,James Henstridge2008-05-061-2/+0
* * psycopg/lobject*: const'ify the code.James Henstridge2008-05-061-3/+3
* * tests/test_lobject.py (LargeObjectTests): add more tests,James Henstridge2008-05-061-10/+12
* Add basic tests for large object code. Fix lobject.seek() to actually James Henstridge2008-05-051-0/+7
* Fix up pq_complete_error() calls.James Henstridge2008-05-051-9/+16
* Some changes to the lobject code to match changes in pqpath.[ch].James Henstridge2008-05-051-55/+127
* Added some file-like attributes to lobject.Federico Di Gregorio2006-09-021-0/+12
* Large objects landing..Federico Di Gregorio2006-09-021-5/+13
* Work on large objects continue.Federico Di Gregorio2006-09-011-0/+140
* Missing file.Federico Di Gregorio2006-09-011-0/+84