summaryrefslogtreecommitdiff
path: root/psycopg/lobject_int.c
Commit message (Expand)AuthorAgeFilesLines
* Dropped ifdef guards against obsolete libpq versionsDaniele Varrazzo2016-08-151-4/+0
* Fix Windows 64bit lobject support for very (>2GB) large objectsJason Erickson2016-03-101-11/+11
* Dropped PG_VERSION_HEX constantDaniele Varrazzo2015-06-021-2/+2
* Fixed mismatched types in debug printDaniele Varrazzo2014-12-251-3/+3
* Use ifdef instead of if to check LO64Daniele Varrazzo2014-12-251-3/+3
* Check server_version before using lo_*64 functions. If less tahn 9.3 old none...Blake Rouse2014-12-251-3/+15
* Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 ...Blake Rouse2014-12-251-0/+12
* Use lseek64 and ltell64 to support large object greater than 2gb in size.Blake Rouse2014-12-251-10/+10
* Dropped PSYCOPG_EXTENSIONS flagDaniele Varrazzo2014-08-231-5/+0
* Don't set an exception witout GIL closing lobjects with a bad connDaniele Varrazzo2014-04-051-1/+1
* Merge remote-tracking branch 'piro/devel' into develFederico Di Gregorio2012-03-081-16/+19
|\
| * Further modeling of exception raisingDaniele Varrazzo2012-03-041-11/+11
| * Docs/cleanup for the lo_creat patchDaniele Varrazzo2012-01-101-3/+5
| * Use lo_creat() instead of lo_create() when creating large objects without new...Giovanni Mascellani2012-01-101-1/+4
* | Use lo_creat() instead of lo_create() when creating large objects without new...Giovanni Mascellani2012-01-101-1/+4
|/
* 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