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
*
Implement traversal for Diagnostics object
bug-557
Daniele Varrazzo
2017-05-23
1
-4
/
+17
*
Added doc link to replication commands
Daniele Varrazzo
2017-05-10
1
-2
/
+5
*
Merge branch 'fix-547'
Daniele Varrazzo
2017-04-19
3
-1
/
+26
|
\
|
*
Fixed args parsing in ReplicationCursor.consume_stream()
Daniele Varrazzo
2017-04-19
3
-1
/
+26
*
|
Added news entries for the previous 2 merge requests
Daniele Varrazzo
2017-04-19
1
-0
/
+4
*
|
Merge remote-tracking branch 'fix_lobject_factory'
Daniele Varrazzo
2017-04-19
2
-1
/
+8
|
\
\
|
*
|
Python < 3.2 doesn’t have assertIsInstance
Frazer McLean
2017-04-16
1
-1
/
+1
|
*
|
Fix name of lobject keyword argument
Frazer McLean
2017-04-16
2
-1
/
+8
|
|
/
*
|
Merge remote-tracking branch 'fix_lobject_mode'
Daniele Varrazzo
2017-04-19
2
-1
/
+11
|
\
\
|
|
/
|
/
|
|
*
Handle lobject mode=None correctly
Frazer McLean
2017-04-16
2
-1
/
+11
|
/
*
Merge branch 'fix-410'
Daniele Varrazzo
2017-04-05
3
-0
/
+90
|
\
|
*
Added test to verify callback errors in named cursors
Daniele Varrazzo
2017-04-05
1
-0
/
+17
|
*
Don't clobber a Python exception with an unknown error
Daniele Varrazzo
2017-04-05
2
-0
/
+5
|
*
Added test to verify #410
Daniele Varrazzo
2017-04-05
1
-0
/
+68
|
/
*
Note that the fast executemany functions don't respect rowcount
Daniele Varrazzo
2017-03-28
1
-0
/
+6
*
Merge remote-tracking branch 'origin/fix-536'
Daniele Varrazzo
2017-03-22
9
-72
/
+172
|
\
|
*
Expose *DATETIMETZ* objects in the extensions module
Daniele Varrazzo
2017-03-22
2
-4
/
+10
|
*
Find again mxDateTime includes in default locations
Daniele Varrazzo
2017-03-22
1
-1
/
+2
|
*
Return objects with timezone parsing infinity timestamptz
Daniele Varrazzo
2017-03-22
6
-67
/
+160
*
|
Fix curl not found on AppVeyor
Daniele Varrazzo
2017-03-22
1
-1
/
+1
|
/
*
Dropped info that the features requires libpq >= 9.0
Daniele Varrazzo
2017-03-20
1
-2
/
+0
*
Dropped repeated doc links in the same paragraph
Daniele Varrazzo
2017-03-16
1
-6
/
+6
*
Merge branch 'fix-528'
Daniele Varrazzo
2017-03-16
7
-40
/
+145
|
\
|
*
replication connection init refactored to use psyco_make_dsn
Daniele Varrazzo
2017-03-16
1
-34
/
+22
|
*
Obscure the password on url dsn too
Daniele Varrazzo
2017-03-16
6
-15
/
+81
|
*
Password scrubbing refactored in a separate function
fix-528
Daniele Varrazzo
2017-03-15
1
-7
/
+18
|
*
Added tests to verify the password is obscured
Daniele Varrazzo
2017-03-15
1
-0
/
+40
*
|
Added docs about the usability of sql objects with copy_expert()
sql-copy
Daniele Varrazzo
2017-03-16
3
-6
/
+15
*
|
Added test to verify sql objects work with copy_expert()
Daniele Varrazzo
2017-03-16
2
-2
/
+26
|
/
*
Merge branch 'fix-443'
Daniele Varrazzo
2017-03-14
4
-27
/
+89
|
\
|
*
Reported bug #443 fixed *again*
fix-443
Daniele Varrazzo
2017-03-14
1
-1
/
+10
|
*
Bunch of test tweaks to make the test grid green
Daniele Varrazzo
2017-03-14
2
-12
/
+14
|
*
Connection state fixed noted in the news
Daniele Varrazzo
2017-03-14
1
-0
/
+2
|
*
Always raise OperationalError when connection was closed externally.
Greg Ward
2017-03-14
2
-5
/
+7
|
*
Always detect when a connection is closed behind psycopg2's back.
Greg Ward
2017-03-14
2
-0
/
+51
|
*
Flake8 complaints
Daniele Varrazzo
2017-03-14
1
-12
/
+8
|
/
*
Improved notes to release psycopg packages
Daniele Varrazzo
2017-03-13
1
-15
/
+45
*
Less stuff in the readme, more in the docs
Daniele Varrazzo
2017-03-13
2
-13
/
+18
*
Bump to next dev release
Daniele Varrazzo
2017-03-13
1
-1
/
+1
*
Bump to version 2.7.1
2_7_1
Daniele Varrazzo
2017-03-11
1
-1
/
+1
*
Report ticket 518 fixed
Daniele Varrazzo
2017-03-11
2
-8
/
+13
*
correct minor grammatical issue with deprecation warning
Jon Nelson
2017-03-03
1
-1
/
+1
*
Dropped "what's new in 2.7.1" from docs index
Daniele Varrazzo
2017-03-03
1
-1
/
+1
*
Added install section to specify how to skip wheels
Daniele Varrazzo
2017-03-03
1
-7
/
+39
*
Merge branch 'fix-520'
Daniele Varrazzo
2017-03-02
3
-2
/
+3
|
\
|
*
Skip the tests according to the earliest of libpq built/linked.
Daniele Varrazzo
2017-03-02
1
-1
/
+1
|
*
Don't use PG_INT64_TYPE
Daniele Varrazzo
2017-03-02
2
-1
/
+2
|
/
*
Merge branch 'no-unittest2'
Daniele Varrazzo
2017-03-02
1
-8
/
+1
|
\
|
*
Don't try to use unittest2
no-unittest2
Daniele Varrazzo
2017-03-01
1
-8
/
+1
*
|
Merge branch 'fix-517'
Daniele Varrazzo
2017-03-02
3
-0
/
+14
|
\
\
|
|
/
|
/
|
[next]