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
*
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
*
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
*
Python source cleanup using flake8
Daniele Varrazzo
2016-10-11
9
-139
/
+187
*
Dropped use of b() "macro" and 2to3 fixer
Daniele Varrazzo
2016-08-15
3
-27
/
+17
*
Merge branch 'replication-protocol'
Daniele Varrazzo
2016-08-14
1
-1
/
+122
|
\
|
*
Merge branch 'master' into replication-protocol
Daniele Varrazzo
2016-08-07
1
-0
/
+4
|
|
\
|
*
|
Move replication-related imports to extras.py
Oleksandr Shulgin
2016-03-08
2
-6
/
+4
|
*
|
Use python-defined make_dsn() for ReplicationConnection class
Oleksandr Shulgin
2016-03-08
2
-14
/
+3
|
*
|
Merge branch 'master' into feature/replication-protocol-c-connection-object
Oleksandr Shulgin
2016-03-04
4
-13
/
+73
|
|
\
\
|
*
|
|
Move replication connection to C level.
Oleksandr Shulgin
2015-10-27
2
-47
/
+13
|
*
|
|
Merge branch 'feature/connect2' into feature/replication-protocol
Oleksandr Shulgin
2015-10-27
2
-48
/
+4
|
|
\
\
\
|
|
*
|
|
Rework psycopg2.connect() interface.
Oleksandr Shulgin
2015-10-27
2
-48
/
+4
|
*
|
|
|
Move the `decode` parameter to `start_replication()`.
Oleksandr Shulgin
2015-10-23
1
-2
/
+2
|
*
|
|
|
Add quick start to the replication doc, minor doc fixes.
Oleksandr Shulgin
2015-10-20
1
-1
/
+1
|
*
|
|
|
Properly subclass ReplicationCursor on C level.
Oleksandr Shulgin
2015-10-19
2
-7
/
+5
|
*
|
|
|
Replace stop_replication with requirement for an exception.
Oleksandr Shulgin
2015-10-19
1
-0
/
+12
|
*
|
|
|
Fix async replication and test.
Oleksandr Shulgin
2015-10-15
1
-3
/
+4
|
*
|
|
|
Use quote_ident from psycopg2.extensions
Oleksandr Shulgin
2015-10-15
1
-11
/
+7
|
*
|
|
|
Merge branch 'master' into feature/replication-protocol
Oleksandr Shulgin
2015-10-15
3
-12
/
+17
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
Remove IDENTIFY_SYSTEM wrapper method (it can't work with async anyway).
Oleksandr Shulgin
2015-10-13
1
-8
/
+1
|
*
|
|
|
Rework replication connection/cursor classes
Oleksandr Shulgin
2015-10-01
1
-5
/
+4
|
*
|
|
|
Use parse_dsn in ReplicationConnectionBase
Oleksandr Shulgin
2015-10-01
1
-15
/
+10
|
*
|
|
|
Update replication connection/cursor interface and docs.
Oleksandr Shulgin
2015-10-01
1
-47
/
+74
|
*
|
|
|
Cleanup start replication wrt. slot type a bit.
Oleksandr Shulgin
2015-10-01
1
-25
/
+26
|
*
|
|
|
Merge remote-tracking branch 'origin/master' into repl
Oleksandr Shulgin
2015-10-01
1
-1
/
+2
|
|
\
\
\
\
|
*
\
\
\
\
Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat...
Oleksandr Shulgin
2015-06-30
2
-2
/
+2
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge branch 'master' into feature/replication-message-object
Oleksandr Shulgin
2015-06-30
2
-2
/
+2
|
|
|
\
\
\
\
\
|
*
|
|
|
|
|
|
Rework replication protocol
Oleksandr Shulgin
2015-06-30
1
-17
/
+19
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Expose ReplicationMessage type in extras
Oleksandr Shulgin
2015-06-11
2
-3
/
+4
|
*
|
|
|
|
|
Fix logical decoding plugin options adaptation on python3
Oleksandr Shulgin
2015-06-10
1
-1
/
+1
|
*
|
|
|
|
|
Add ReplicationMessage object
Oleksandr Shulgin
2015-06-05
1
-0
/
+4
|
*
|
|
|
|
|
Improve identify_system: don't hardcode column names
Oleksandr Shulgin
2015-06-02
1
-1
/
+1
|
*
|
|
|
|
|
Add support for streaming replication protocol
Oleksandr Shulgin
2015-06-01
1
-0
/
+138
*
|
|
|
|
|
|
Make Range pickleable
Jonathan Ross Rogers
2016-08-07
1
-0
/
+11
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
errorcodes map updated to PostgreSQL 9.5.
Daniele Varrazzo
2016-07-01
1
-0
/
+4
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Allow make_dsn to take no parameter
Daniele Varrazzo
2016-03-03
2
-1
/
+4
*
|
|
|
|
Validate output result from make_dsn()
Daniele Varrazzo
2016-03-03
1
-1
/
+6
*
|
|
|
|
Added docs about make_dsn
Daniele Varrazzo
2016-03-03
1
-2
/
+2
*
|
|
|
|
Verify that the dsn is not manipulated by make_dsn if not necessary
Daniele Varrazzo
2016-03-03
2
-3
/
+7
*
|
|
|
|
Implementation of make_dsn in Python
Daniele Varrazzo
2016-03-03
2
-50
/
+48
*
|
|
|
|
Merge pull request #375 from kwotuveang3k4bk/patch-1
Federico Di Gregorio
2016-01-31
1
-1
/
+1
|
\
\
\
\
\
[next]