index
:
delta/python-packages/psycopg2.git
2_7_3_2
appveyor-py
async-keyword
bug-550
bug-557
bug-558
cockroachdb-tests
code-cleanup
column-slice
connection-info
cpychecker
decorators-fun
description-extra-attrs
diag-schema-name-nonloc
dont_set_datestyle_in_replication_mode
drop-display-size
encrypt-password-fix-tests
errors-module
errors-module-c
execute-locks
expand-version
fast-codecs
fast-executemany
fast-namedtuple
fast-test
fix-1019
fix-1073
fix-1248
fix-211
fix-443
fix-453
fix-512
fix-517
fix-518
fix-528
fix-562
fix-570
fix-578
fix-604
fix-679
fix-707
fix-707-27
fix-716
fix-716-27
fix-746
fix-788
fix-790
fix-794
fix-808
fix-856
fix-886
fix-887
fix-901
fix-948
fix-961
fix-binaries-2.7.6
fix-bsd-version
fix-iter-warning
fix-wheel-libresolv
goodbye-initd
goodbye-psycopg1
identifier-sequence
info-dsn-params
issue-template
libpq-10
libpq-10.1
libpq-ptrs
lo64
maint_2_4
maint_2_5
maint_2_6
maint_2_7
maint_2_8
manylinux
manylinux-dist
master
module-init-cleanup
mogrify-on-closed-cursor
musllinux
named-callproc
namedtuple-invalid-identifiers
naming
nested-array-nulls
new-release-procedure
no-set-default-session
no-unittest2
obscure-password-before-connect
openssl-1.0.2n
openssl-1.1-windows
pg10
pg12
pull-507
py310
py36-warnings
py37
py38
py38-win
py39-appveyor
qstring-writable-encoding
qualified
register-bytes
separate-binary
session-attributes
sql-compose
sql-copy
strip-macos
strip-wheel
test-dinosaurs
test-pg-11
test-postgres-10beta1
test-windows
test_i686
test_libpq91
testmr
travis
travis-db-matrix
travis-deadlock
github.com: psycopg/psycopg2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
psycopg
/
lobject_int.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dropped ifdef guards against obsolete libpq versions
Daniele Varrazzo
2016-08-15
1
-4
/
+0
*
Fix Windows 64bit lobject support for very (>2GB) large objects
Jason Erickson
2016-03-10
1
-11
/
+11
*
Dropped PG_VERSION_HEX constant
Daniele Varrazzo
2015-06-02
1
-2
/
+2
*
Fixed mismatched types in debug print
Daniele Varrazzo
2014-12-25
1
-3
/
+3
*
Use ifdef instead of if to check LO64
Daniele Varrazzo
2014-12-25
1
-3
/
+3
*
Check server_version before using lo_*64 functions. If less tahn 9.3 old none...
Blake Rouse
2014-12-25
1
-3
/
+15
*
Modify truncate to use lo_truncate64. Use HAVE_LO64 define to use new lo_*64 ...
Blake Rouse
2014-12-25
1
-0
/
+12
*
Use lseek64 and ltell64 to support large object greater than 2gb in size.
Blake Rouse
2014-12-25
1
-10
/
+10
*
Dropped PSYCOPG_EXTENSIONS flag
Daniele Varrazzo
2014-08-23
1
-5
/
+0
*
Don't set an exception witout GIL closing lobjects with a bad conn
Daniele Varrazzo
2014-04-05
1
-1
/
+1
*
Merge remote-tracking branch 'piro/devel' into devel
Federico Di Gregorio
2012-03-08
1
-16
/
+19
|
\
|
*
Further modeling of exception raising
Daniele Varrazzo
2012-03-04
1
-11
/
+11
|
*
Docs/cleanup for the lo_creat patch
Daniele Varrazzo
2012-01-10
1
-3
/
+5
|
*
Use lo_creat() instead of lo_create() when creating large objects without new...
Giovanni Mascellani
2012-01-10
1
-1
/
+4
*
|
Use lo_creat() instead of lo_create() when creating large objects without new...
Giovanni Mascellani
2012-01-10
1
-1
/
+4
|
/
*
Dropped isolation level from the connection object
Daniele Varrazzo
2011-06-03
1
-1
/
+1
*
More careful memory management
Daniele Varrazzo
2011-02-23
1
-1
/
+15
*
Large object mode parsing refactored
Daniele Varrazzo
2011-01-10
1
-19
/
+115
*
Merge branch 'python2' into python3
Daniele Varrazzo
2011-01-10
1
-0
/
+15
|
\
|
*
Fixed segfault in large object close.
Daniele Varrazzo
2011-01-10
1
-0
/
+15
*
|
Use the proper printf placeholders to avoid warnings on 64 bit builds
Daniele Varrazzo
2011-01-03
1
-2
/
+2
*
|
Internal imports simplified.
Daniele Varrazzo
2010-12-12
1
-6
/
+4
|
/
*
Added enum with possilbe isolation level states.
Daniele Varrazzo
2010-11-18
1
-1
/
+1
*
Keep the connection in blocking mode unless it is not async.
Daniele Varrazzo
2010-05-09
1
-2
/
+0
*
'pq_execute_command_locked()' calls the wait callback if set.
Daniele Varrazzo
2010-04-21
1
-3
/
+3
*
Dropped warnings when compiling on Python 2.5
Daniele Varrazzo
2010-04-07
1
-2
/
+2
*
Support large objects truncating.
Jan UrbaĆski
2010-03-29
1
-0
/
+30
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-12
/
+16
*
Fixed problem with large writes in large objects code
Federico Di Gregorio
2009-08-09
1
-0
/
+5
*
* psycopg/lobject.h (lobjectObject): remove "mode" struct member,
James Henstridge
2008-05-06
1
-1
/
+0
*
* psycopg/lobject_*.c: replace uses of the closed struct member,
James Henstridge
2008-05-06
1
-2
/
+0
*
* psycopg/lobject*: const'ify the code.
James Henstridge
2008-05-06
1
-3
/
+3
*
* tests/test_lobject.py (LargeObjectTests): add more tests,
James Henstridge
2008-05-06
1
-10
/
+12
*
Add basic tests for large object code. Fix lobject.seek() to actually
James Henstridge
2008-05-05
1
-0
/
+7
*
Fix up pq_complete_error() calls.
James Henstridge
2008-05-05
1
-9
/
+16
*
Some changes to the lobject code to match changes in pqpath.[ch].
James Henstridge
2008-05-05
1
-55
/
+127
*
Added some file-like attributes to lobject.
Federico Di Gregorio
2006-09-02
1
-0
/
+12
*
Large objects landing..
Federico Di Gregorio
2006-09-02
1
-5
/
+13
*
Work on large objects continue.
Federico Di Gregorio
2006-09-01
1
-0
/
+140
*
Missing file.
Federico Di Gregorio
2006-09-01
1
-0
/
+84