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
/
doc
/
src
/
extras.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop long deprecated function register_tstz_w_secs()
Jon Dufresne
2017-12-10
1
-14
/
+0
*
Update documentation to reflect JSON import behavior
Jon Dufresne
2017-11-28
1
-6
/
+2
*
Remove workarounds for namedtuple on Python <= 2.5
Jon Dufresne
2017-11-26
1
-14
/
+0
*
Further docs cleanup
Daniele Varrazzo
2017-11-06
1
-2
/
+2
*
Accept Composable in start_replication_expert()
Daniele Varrazzo
2017-06-17
1
-2
/
+7
*
Document that executemany() is not logged with LoggingConnection
Sebastian Bank
2017-06-15
1
-0
/
+5
*
Added doc link to replication commands
Daniele Varrazzo
2017-05-10
1
-2
/
+5
*
correct minor grammatical issue with deprecation warning
Jon Nelson
2017-03-03
1
-1
/
+1
*
Added notes about using execute_batch with prepared statements
Daniele Varrazzo
2017-02-02
1
-0
/
+32
*
Added execute_batch and execute_values functions
Daniele Varrazzo
2017-02-01
1
-0
/
+25
*
Added ipaddress objects conversion
Daniele Varrazzo
2016-10-11
1
-13
/
+18
*
Conver network array types into array of strings by default
Daniele Varrazzo
2016-10-11
1
-6
/
+18
*
inet adapters deprecated
Daniele Varrazzo
2016-10-11
1
-2
/
+3
*
Replication docs massaging, mostly formatting
Daniele Varrazzo
2016-08-07
1
-11
/
+11
*
Reshuffling and indexing of replication docs
Daniele Varrazzo
2016-08-07
1
-71
/
+11
*
Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.
Oleksandr Shulgin
2015-10-23
1
-16
/
+0
*
Improve async replication example.
Oleksandr Shulgin
2015-10-23
1
-8
/
+9
*
Move the `decode` parameter to `start_replication()`.
Oleksandr Shulgin
2015-10-23
1
-32
/
+43
*
Add quick start to the replication doc, minor doc fixes.
Oleksandr Shulgin
2015-10-20
1
-89
/
+159
*
Properly subclass ReplicationCursor on C level.
Oleksandr Shulgin
2015-10-19
1
-26
/
+24
*
Replace stop_replication with requirement for an exception.
Oleksandr Shulgin
2015-10-19
1
-11
/
+7
*
Merge branch 'master' into feature/replication-protocol
Oleksandr Shulgin
2015-10-15
1
-0
/
+3
|
\
|
*
The wait_select callback can cancel a query using Ctrl-C
Daniele Varrazzo
2015-10-01
1
-0
/
+3
*
|
Fix select/timeout indication in async replication example
Oleksandr Shulgin
2015-10-14
1
-2
/
+2
*
|
Update stop_repl, require replication consumer to be a callable.
Oleksandr Shulgin
2015-10-14
1
-16
/
+17
*
|
Remove IDENTIFY_SYSTEM wrapper method (it can't work with async anyway).
Oleksandr Shulgin
2015-10-13
1
-10
/
+0
*
|
Fix create_replication_slot doc signature
Oleksandr Shulgin
2015-10-13
1
-1
/
+1
*
|
Rework replication connection/cursor classes
Oleksandr Shulgin
2015-10-01
1
-178
/
+245
*
|
Update replication connection/cursor interface and docs.
Oleksandr Shulgin
2015-10-01
1
-24
/
+77
*
|
Cleanup start replication wrt. slot type a bit.
Oleksandr Shulgin
2015-10-01
1
-5
/
+6
*
|
Update docs on ReplicationCursor
Oleksandr Shulgin
2015-07-01
1
-57
/
+60
*
|
Update docs for Replication protocol
Oleksandr Shulgin
2015-06-30
1
-34
/
+165
*
|
Add support for streaming replication protocol
Oleksandr Shulgin
2015-06-01
1
-0
/
+122
|
/
*
Added jsonb docs
Daniele Varrazzo
2014-08-13
1
-15
/
+25
*
Added name param to register_json()
Daniele Varrazzo
2014-08-13
1
-0
/
+3
*
Docs wordsmithing about Range order
Daniele Varrazzo
2014-02-22
1
-5
/
+8
*
documentation changes now that Range objects can be ordered
Chris Withers
2014-02-18
1
-1
/
+6
*
Added doc notes about how to avoid JSON parsing
Daniele Varrazzo
2014-01-14
1
-1
/
+15
*
Added doc example to convert date.max to infinity
Daniele Varrazzo
2013-06-18
1
-0
/
+11
*
Fix multiple misspellings
Piotr Kasprzyk
2013-04-26
1
-1
/
+1
*
Added cursor_factory connection attribute and connect() parameter
Daniele Varrazzo
2013-04-07
1
-11
/
+33
*
Added summary data types conversion table to the docs
Daniele Varrazzo
2013-03-18
1
-8
/
+10
*
NEWS file reformatted to reST and included in the docs
Daniele Varrazzo
2013-03-18
1
-0
/
+2
*
docs: grammar fix in extras.rst
Idan Kamara
2013-03-06
1
-1
/
+1
*
Splitting the release of new features in version 2.5
Daniele Varrazzo
2012-12-03
1
-5
/
+5
*
Merge branch 'range-type' into devel
Daniele Varrazzo
2012-09-27
1
-0
/
+83
|
\
|
*
Grammar correction for RangeCaster.array_typecaster
Daniele Varrazzo
2012-09-24
1
-1
/
+1
|
*
Added documentation for range types and adaptation
Daniele Varrazzo
2012-09-24
1
-0
/
+83
*
|
Merge branch 'json' into devel
Daniele Varrazzo
2012-09-27
1
-0
/
+88
|
\
\
|
*
|
Json documentation improved
Daniele Varrazzo
2012-09-24
1
-9
/
+65
[next]