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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further minimal performance tweaks to execute_values
fast-executemany
Daniele Varrazzo
2017-02-02
1
-5
/
+6
*
Avoid an useless encode/decode roundtrip in execute_values()
Daniele Varrazzo
2017-02-02
4
-182
/
+283
*
Better docs for fast executemany functions.
Daniele Varrazzo
2017-02-02
1
-15
/
+31
*
Added notes about using execute_batch with prepared statements
Daniele Varrazzo
2017-02-02
1
-0
/
+32
*
Fixed execute_values with unicode
Daniele Varrazzo
2017-02-01
2
-3
/
+55
*
Fixed fast execute functions with Python 3
Daniele Varrazzo
2017-02-01
2
-4
/
+6
*
Added execute_batch and execute_values functions
Daniele Varrazzo
2017-02-01
5
-6
/
+248
*
Merge branch 'fix-iter-warning'
Daniele Varrazzo
2017-01-05
1
-20
/
+26
|
\
|
*
Fix DeprecationWarning: generator '__iter__' raised StopIteration
fix-iter-warning
NotSqrt
2017-01-04
1
-20
/
+26
|
/
*
Consider Python 3.6 and Postgres 9.6 supported
Daniele Varrazzo
2017-01-03
3
-3
/
+4
*
Using the new name of the old doc template
Daniele Varrazzo
2017-01-01
2
-2
/
+2
*
Don't try to write bytes in the LoggingConnection file
Daniele Varrazzo
2016-12-29
2
-0
/
+4
*
Merge branch 'fast-codecs'
Daniele Varrazzo
2016-12-29
18
-176
/
+358
|
\
|
*
Brag about encoding/decoding speedup
Daniele Varrazzo
2016-12-29
1
-0
/
+2
|
*
Use the proper API functions to look up codec functions
Daniele Varrazzo
2016-12-29
2
-11
/
+8
|
*
Don't look up for Python encoding
Daniele Varrazzo
2016-12-29
14
-160
/
+231
|
*
Use -1 instead of 0 to say "calculate the length" in many funcs
Daniele Varrazzo
2016-12-27
7
-24
/
+22
|
*
Store python encoding and decoding functions in the connection
Daniele Varrazzo
2016-12-27
3
-4
/
+76
|
*
Setting connection encoding refactored
Daniele Varrazzo
2016-12-26
1
-51
/
+56
|
*
conn->codec rename to pyenc
Daniele Varrazzo
2016-12-26
14
-67
/
+67
|
*
Merge branch 'master' into fast-codecs
Daniele Varrazzo
2016-12-26
24
-120
/
+444
|
|
\
|
*
|
Optimize UTF8 and Latin1 decoding
Daniele Varrazzo
2016-10-12
3
-3
/
+40
*
|
|
Don't set tp_compare on Python 3
Daniele Varrazzo
2016-12-29
1
-0
/
+4
|
|
/
|
/
|
*
|
Merge branch 'named-callproc'
Daniele Varrazzo
2016-12-26
7
-31
/
+187
|
\
\
|
*
|
Fixed refcount problems in named callproc
named-callproc
Daniele Varrazzo
2016-12-26
1
-1
/
+2
|
*
|
Mention named callproc in news, fixed docs.
Daniele Varrazzo
2016-12-26
2
-2
/
+4
|
*
|
Merge branch 'master' into named-callproc
Daniele Varrazzo
2016-12-26
5
-70
/
+43
|
|
\
\
|
*
\
\
Merge branch 'master' into named-callproc
Daniele Varrazzo
2016-12-26
87
-889
/
+4266
|
|
\
\
\
|
*
|
|
|
Return input tuple in cur.callproc, factor code to use PQescapeIdentifier in ...
mrmilosz
2015-12-13
4
-44
/
+42
|
*
|
|
|
Correctly handle an empty error message from PQescapeIdentifier
Daniele Varrazzo
2015-12-12
1
-1
/
+2
|
*
|
|
|
Set an exception in case of PQescapeIdentifier error
Daniele Varrazzo
2015-12-12
1
-13
/
+30
|
*
|
|
|
Fixed callproc return value refcount
Daniele Varrazzo
2015-12-12
1
-2
/
+3
|
*
|
|
|
More straightforward param refcount handling in callproc
Daniele Varrazzo
2015-12-12
1
-11
/
+10
|
*
|
|
|
Added test with objects without length as callproc param
Daniele Varrazzo
2015-12-12
1
-0
/
+5
|
*
|
|
|
Raise TypeError if the dict in callproc param contains non-strings
Daniele Varrazzo
2015-12-12
2
-27
/
+13
|
*
|
|
|
Added guard on params with no length on callproc
Daniele Varrazzo
2015-12-12
1
-1
/
+1
|
*
|
|
|
Avoid clobbering the exceptions raised by other calls
Daniele Varrazzo
2015-12-12
1
-14
/
+0
|
*
|
|
|
callproc: tests, docs, and comment/error-reporting touchups.
mrmilosz
2015-12-12
4
-17
/
+96
|
*
|
|
|
callproc: checking for libpq 9.0+ on compile. yes: use PQescapeIdentifier. no...
mrmilosz
2015-12-12
1
-0
/
+10
|
*
|
|
|
callproc: now more compliant with local coding standards.
mrmilosz
2015-12-12
1
-85
/
+97
|
*
|
|
|
cursor.callproc: added a missing memory check
mrmilosz
2015-12-12
1
-0
/
+7
|
*
|
|
|
callproc using a dict now uses connection encoding and sanitizes parameter names
mrmilosz
2015-12-12
2
-13
/
+46
|
*
|
|
|
callproc using a dict now has a type check to make sure the keys are strings.
mrmilosz
2015-12-12
1
-1
/
+7
|
*
|
|
|
cursor.callproc now also accepts dict for PostgreSQL 9+ "named notation"
mrmilosz
2015-12-12
2
-10
/
+46
*
|
|
|
|
Fixed travis test: unset green mode
Daniele Varrazzo
2016-12-26
1
-1
/
+1
*
|
|
|
|
Less verbose travis tests
Daniele Varrazzo
2016-12-26
1
-2
/
+2
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Dropped internal escape identifier function
Daniele Varrazzo
2016-12-26
4
-45
/
+47
|
|
/
/
|
/
|
|
*
|
|
Fixed REst error in newsfile
Daniele Varrazzo
2016-12-25
1
-1
/
+1
*
|
|
Fixed intersphinx links to Pyton docs
Daniele Varrazzo
2016-12-25
1
-2
/
+2
*
|
|
fix wait_select sample to be `extras` not `extensions`
Luke Nezda
2016-12-25
1
-1
/
+1
[next]