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
/
adapter_binary.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dropped ifdef guards against obsolete libpq versions
Daniele Varrazzo
2016-08-15
1
-2
/
+0
*
Dropped PG_VERSION_HEX constant
Daniele Varrazzo
2015-06-02
1
-1
/
+1
*
Dropped simple type wrapper functions
Daniele Varrazzo
2014-08-15
1
-14
/
+0
*
Dropped almost-no-op customized objects repr()
Daniele Varrazzo
2014-08-15
1
-6
/
+1
*
Name the types after the module they are exposed from
Daniele Varrazzo
2014-08-15
1
-2
/
+2
*
Use the Py_RETURN_NONE macro
Daniele Varrazzo
2013-04-05
1
-2
/
+1
*
Dropped GC support for several objects
Daniele Varrazzo
2013-04-05
1
-13
/
+2
*
PyType_GenericAlloc is the default allocator: no need to specify
Daniele Varrazzo
2013-03-20
1
-1
/
+1
*
Dropped "customized" pg_free functions
Daniele Varrazzo
2013-03-20
1
-27
/
+1
*
Check if the object wrapped in binary is not None before trying the other types
Daniele Varrazzo
2012-03-05
1
-7
/
+8
*
Proper type check in prepare() methods for list, binary, qstring
Daniele Varrazzo
2012-03-04
1
-6
/
+4
*
Make Binary(None) work as expected, adapting to NULL
Daniele Varrazzo
2011-02-18
1
-0
/
+6
*
Added adaptation for objects supporting the new-style buffer interface
Daniele Varrazzo
2011-02-16
1
-36
/
+56
*
Adapt bytearray and memoryview to bytes if available
Daniele Varrazzo
2011-02-15
1
-1
/
+4
*
Fixed error message on Binary(str) in Python 3
Daniele Varrazzo
2011-02-15
1
-2
/
+2
*
Fixed adaptation in several adapters.
Daniele Varrazzo
2010-12-31
1
-8
/
+4
*
Redefining the microprotocol on Py3 as returning bytes.
Daniele Varrazzo
2010-12-31
1
-5
/
+12
*
The library can be compiled with Python 3.
Daniele Varrazzo
2010-12-21
1
-2
/
+8
*
Import structmember/stringobject headers from python.h.
Daniele Varrazzo
2010-12-21
1
-2
/
+0
*
Using PyVarObject_HEAD_INIT macro.
Daniele Varrazzo
2010-12-21
1
-2
/
+1
*
Using Py_TYPE and Py_REFCNT macros.
Daniele Varrazzo
2010-12-21
1
-4
/
+4
*
Changed Python const RO -> READONLY.
Daniele Varrazzo
2010-12-12
1
-2
/
+2
*
Internal imports simplified.
Daniele Varrazzo
2010-12-12
1
-11
/
+7
*
Dropped PyArg_ParseTuple() calls in functions taking no arguments.
Daniele Varrazzo
2010-11-09
1
-2
/
+1
*
Replaced PyObject_CallFunction() with *ObjArgs() where more efficient.
Daniele Varrazzo
2010-11-09
1
-1
/
+1
*
Dropped PSYCOPG_OWN_QUOTING.
Daniele Varrazzo
2010-10-08
1
-77
/
+0
*
Adapt buffer objects using an explicit cast on the string literal.
Daniele Varrazzo
2010-05-15
1
-2
/
+2
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-12
/
+16
*
* psycopg/utils.c (psycopg_escape_string): same here.
James Henstridge
2009-02-17
1
-3
/
+1
*
Use Py_CLEAR() in a few more places, and do INCREF's before setting
James Henstridge
2008-07-21
1
-4
/
+4
*
* psycopg/adapter_binary.c (binary_traverse): add cyclic GC
James Henstridge
2008-07-01
1
-3
/
+14
*
* psycopg/typecast_array.c (typecast_array_scan): set an initial
James Henstridge
2008-01-13
1
-3
/
+3
*
* psycopg/adapter_binary.c (binary_quote): apply Brandon Rhodes'
James Henstridge
2008-01-10
1
-1
/
+3
*
Use escape string syntax for string escape if connected to a server
Daniele Varrazzo
2007-11-11
1
-27
/
+4
*
Fixed selection of the proper binary string quoting.
Daniele Varrazzo
2007-11-09
1
-18
/
+22
*
Use escape string syntax for binary escape if connected with a
Daniele Varrazzo
2007-11-09
1
-5
/
+27
*
Fixed both Python 2.5 and 64 bit problems.
Federico Di Gregorio
2007-04-10
1
-37
/
+43
*
Piet Delport patches: 2 of 3.
Federico Di Gregorio
2006-09-23
1
-1
/
+1
*
Preparing 2.0.5.
2_0_5
Federico Di Gregorio
2006-09-01
1
-6
/
+3
*
Fixed patch from #119.
Federico Di Gregorio
2006-09-01
1
-5
/
+9
*
Empty binary buffer segfault fix (closes: #119).
Federico Di Gregorio
2006-09-01
1
-2
/
+5
*
Fixed segfault in Binary/QString.
Federico Di Gregorio
2006-06-18
1
-7
/
+5
*
#warning fix.
Federico Di Gregorio
2006-06-11
1
-0
/
+2
*
Better PostgreSQL version check.
Federico Di Gregorio
2006-05-26
1
-5
/
+7
*
Final of 8.1.4 securiy patch.
Federico Di Gregorio
2006-05-24
1
-0
/
+2
*
Second half of 8.1.4 securiy patch.
Federico Di Gregorio
2006-05-24
1
-4
/
+37
*
Code cleanup.
Federico Di Gregorio
2005-10-18
1
-3
/
+3
*
Fixing gcc 4 warnings.
Federico Di Gregorio
2005-07-26
1
-1
/
+1
*
Various fixes.
Federico Di Gregorio
2005-05-09
1
-1
/
+1
*
mingw patch from Daniele Varazzo.
Federico Di Gregorio
2005-04-10
1
-1
/
+1
[next]