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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't barf on Composite passed to execute_values()
Daniele Varrazzo
2018-10-23
1
-0
/
+4
*
errorcodes map update to PostgreSQL 11
Daniele Varrazzo
2018-10-14
1
-0
/
+1
*
Improve doc for extras.wait_select
Daniel Hahler
2018-09-05
1
-2
/
+2
*
Allow non-ascii chars in namedtuple fields
Daniele Varrazzo
2018-05-13
1
-3
/
+6
*
Convert fields names into valid Python identifiers in NamedTupleCursor
namedtuple-invalid-identifiers
Daniele Varrazzo
2018-01-29
1
-1
/
+12
*
Merge branch 'python3_mintimeloggingconnection' into maint_2_7
Daniele Varrazzo
2017-11-28
1
-0
/
+2
|
\
|
*
Patch for issue #609 for MinTimeLoggingConnection
Kevin Campbell
2017-11-03
1
-0
/
+2
*
|
Use modern except syntax throughout project
Jon Dufresne
2017-11-20
1
-1
/
+1
|
/
*
Construct proper human sentences to describe execute_values()
Daniele Varrazzo
2017-08-31
1
-6
/
+11
*
Use an import style reported not broken on Python 3.6
Daniele Varrazzo
2017-06-17
3
-4
/
+4
*
Added Json.prepare()
fix-562
Daniele Varrazzo
2017-06-16
1
-1
/
+8
*
Error codes updated to PG 10 beta 1
Daniele Varrazzo
2017-06-05
1
-0
/
+3
*
errcodes updated to PG 9.6
Daniele Varrazzo
2017-06-05
1
-0
/
+5
*
Note that the fast executemany functions don't respect rowcount
Daniele Varrazzo
2017-03-28
1
-0
/
+6
*
Expose *DATETIMETZ* objects in the extensions module
Daniele Varrazzo
2017-03-22
1
-4
/
+4
*
Dropped repeated doc links in the same paragraph
Daniele Varrazzo
2017-03-16
1
-6
/
+6
*
Added docs about the usability of sql objects with copy_expert()
sql-copy
Daniele Varrazzo
2017-03-16
1
-5
/
+6
*
Added test to verify sql objects work with copy_expert()
Daniele Varrazzo
2017-03-16
1
-1
/
+1
*
Ignore None arguments passed to make_dsn()
fix-517
Daniele Varrazzo
2017-03-01
1
-0
/
+3
*
connection.isolation_level is now writable
Daniele Varrazzo
2017-02-16
1
-1
/
+1
*
Stop a docstring generating a warning
Daniele Varrazzo
2017-02-07
1
-1
/
+1
*
Exposing ISOLATION_LEVEL_DEFAULT to Python
Daniele Varrazzo
2017-02-04
1
-0
/
+1
*
Merge branch 'master' into sql-compose
sql-compose
Daniele Varrazzo
2017-02-03
2
-24
/
+175
|
\
|
*
Merge branch 'async-keyword'
Daniele Varrazzo
2017-02-03
1
-4
/
+10
|
|
\
|
|
*
Added async_ as an alias for async
Daniele Varrazzo
2017-02-03
1
-4
/
+10
|
*
|
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
1
-4
/
+44
|
*
|
Better docs for fast executemany functions.
Daniele Varrazzo
2017-02-02
1
-15
/
+31
|
*
|
Fixed execute_values with unicode
Daniele Varrazzo
2017-02-01
1
-1
/
+1
|
*
|
Fixed fast execute functions with Python 3
Daniele Varrazzo
2017-02-01
1
-2
/
+4
|
*
|
Added execute_batch and execute_values functions
Daniele Varrazzo
2017-02-01
1
-0
/
+80
|
|
/
|
*
Fix DeprecationWarning: generator '__iter__' raised StopIteration
fix-iter-warning
NotSqrt
2017-01-04
1
-20
/
+26
*
|
Autonumbered args not available in Python 2.6
Daniele Varrazzo
2017-01-03
1
-7
/
+7
*
|
Several improvements to the sql objects
Daniele Varrazzo
2017-01-03
1
-76
/
+95
*
|
Use {} instead of %s placeholders in SQL composition
Daniele Varrazzo
2017-01-03
1
-135
/
+84
*
|
More doc love for the sql module
Daniele Varrazzo
2017-01-01
1
-19
/
+39
*
|
sql module docs wordsmithing
Daniele Varrazzo
2017-01-01
1
-4
/
+4
*
|
Dropped sql.compose
Daniele Varrazzo
2017-01-01
1
-16
/
+28
*
|
Adding sql module documentation
Daniele Varrazzo
2017-01-01
1
-24
/
+147
*
|
Typo: composible -> composable
Daniele Varrazzo
2017-01-01
1
-10
/
+10
*
|
Fixed sql.compose with no args and added tests
Daniele Varrazzo
2017-01-01
1
-4
/
+4
*
|
Fixed sql.Composed representation
Daniele Varrazzo
2017-01-01
1
-1
/
+1
*
|
Fixed sql stuff in Py3
Daniele Varrazzo
2017-01-01
1
-9
/
+15
*
|
Added sql.compose() implementation
Daniele Varrazzo
2017-01-01
1
-2
/
+98
*
|
Added basic sql module implementation
Daniele Varrazzo
2017-01-01
1
-0
/
+174
*
|
Adding some boilerplate for the new module
Daniele Varrazzo
2017-01-01
1
-0
/
+25
|
/
*
Don't try to write bytes in the LoggingConnection file
Daniele Varrazzo
2016-12-29
1
-0
/
+2
*
Fix "invalid escape sequence" warning in Python 3.6
Tim Graham
2016-12-25
1
-1
/
+1
*
Added ipaddress objects conversion
Daniele Varrazzo
2016-10-11
2
-0
/
+93
*
inet adapters deprecated
Daniele Varrazzo
2016-10-11
1
-0
/
+5
[next]