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
Commit message (
Expand
)
Author
Age
Files
Lines
*
errorcodes map update to PostgreSQL 11
Daniele Varrazzo
2018-10-14
1
-1
/
+1
*
Fix typo in install.rst
Andrew King
2018-09-05
1
-1
/
+1
*
Update intersphinx URLs to point to Python 3 docs
Jon Dufresne
2018-09-05
1
-3
/
+2
*
Added note adivising against depending on the -wheels package
Daniele Varrazzo
2018-05-23
1
-4
/
+13
*
Update all pypi.python.org URLs to pypi.org
Jon Dufresne
2018-05-20
4
-4
/
+4
*
Added license to the docs
Daniele Varrazzo
2018-05-20
4
-3
/
+21
*
Command to upload docs on pythonhosted dropped altogether
Daniele Varrazzo
2018-02-25
1
-2
/
+0
*
Intersphinx urls to generate Python links updated
Daniele Varrazzo
2018-02-25
1
-2
/
+2
*
Fixed pip invocation example to skip binary packages
Daniele Varrazzo
2018-02-09
1
-2
/
+2
*
Dropped recipe to install namedtuple on Python < 2.6
Daniele Varrazzo
2018-01-29
1
-14
/
+0
*
Merge branch 'separate-binary' into maint_2_7
Daniele Varrazzo
2018-01-29
1
-98
/
+100
|
\
|
*
Document the psycopg2-binary package
separate-binary
Daniele Varrazzo
2018-01-16
1
-98
/
+100
*
|
Dropped warning about unsafe cursor names
Daniele Varrazzo
2018-01-25
1
-5
/
+0
|
/
*
'key' docs in getconn() improved
Daniele Varrazzo
2018-01-11
1
-1
/
+6
*
Added PostgreSQL 10 in the list of supported servers
Daniele Varrazzo
2017-11-06
1
-1
/
+1
*
Further docs cleanup
Daniele Varrazzo
2017-11-06
5
-20
/
+40
*
Parameters passing docs improved
Daniele Varrazzo
2017-11-06
1
-18
/
+35
*
Dropped suggestion for --no-binary :all: to skip wheels
Daniele Varrazzo
2017-10-27
1
-5
/
+22
*
Parse PG 10 error codes from final version
Daniele Varrazzo
2017-10-19
1
-1
/
+1
*
Dropped doc building warning
Daniele Varrazzo
2017-10-18
1
-1
/
+1
*
Sphinx version do build docs updated to 1.6
Daniele Varrazzo
2017-10-18
1
-2
/
+2
*
Make dbapi_extension.py compatible with Sphinx 1.6
Dmitry Shachnev
2017-10-12
1
-7
/
+6
*
Disable uploading docs on pythonhosted
Daniele Varrazzo
2017-08-23
2
-167
/
+1
*
Fixed typo (found on stackoverflow... gh)
Daniele Varrazzo
2017-07-27
1
-1
/
+1
*
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
*
Document incompatibility between wheel package and ssl module
Daniele Varrazzo
2017-06-15
1
-3
/
+12
*
typo
山楂片
2017-06-12
1
-1
/
+1
*
Updated docs about versions supported in errcodes
Daniele Varrazzo
2017-06-05
1
-1
/
+1
*
Added doc link to replication commands
Daniele Varrazzo
2017-05-10
1
-2
/
+5
*
Expose *DATETIMETZ* objects in the extensions module
Daniele Varrazzo
2017-03-22
1
-0
/
+6
*
Dropped info that the features requires libpq >= 9.0
Daniele Varrazzo
2017-03-20
1
-2
/
+0
*
Merge branch 'fix-528'
Daniele Varrazzo
2017-03-16
1
-0
/
+3
|
\
|
*
Obscure the password on url dsn too
Daniele Varrazzo
2017-03-16
1
-0
/
+3
*
|
Added docs about the usability of sql objects with copy_expert()
sql-copy
Daniele Varrazzo
2017-03-16
2
-1
/
+9
|
/
*
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
1
-0
/
+7
*
Report ticket 518 fixed
Daniele Varrazzo
2017-03-11
1
-8
/
+11
*
correct minor grammatical issue with deprecation warning
Jon Nelson
2017-03-03
1
-1
/
+1
*
Added install section to specify how to skip wheels
Daniele Varrazzo
2017-03-03
1
-7
/
+39
*
Added docs about making a release
Daniele Varrazzo
2017-03-01
1
-0
/
+74
*
Fixed doc typo
Daniele Varrazzo
2017-02-28
1
-1
/
+1
*
Dropped reference to "isolation level autocommit" in docs
Daniele Varrazzo
2017-02-24
1
-2
/
+2
*
Document installation from wheel packages
Daniele Varrazzo
2017-02-16
1
-145
/
+77
*
Added readonly and deferrable attributes
Daniele Varrazzo
2017-02-16
1
-6
/
+29
*
Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()
Daniele Varrazzo
2017-02-16
1
-8
/
+3
*
connection.isolation_level is now writable
Daniele Varrazzo
2017-02-16
1
-16
/
+22
*
Link COPY from docs index to our docs instead of postgres ones
Daniele Varrazzo
2017-02-16
1
-3
/
+1
*
SQL links not bold in the docs
Daniele Varrazzo
2017-02-16
1
-0
/
+5
*
Fixed argument name in executemany docs
Daniele Varrazzo
2017-02-08
1
-1
/
+1
[next]