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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed pip invocation example to skip binary packages
Daniele Varrazzo
2018-02-09
1
-2
/
+2
*
Document the psycopg2-binary package
Daniele Varrazzo
2018-01-29
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
*
Fixed stitch_text on Python 2
Daniele Varrazzo
2018-01-10
1
-4
/
+6
*
Avoid installing tests to site-packages
Jon Dufresne
2017-12-10
1
-2
/
+2
*
Use print() function instead of print statement throughout project
Jon Dufresne
2017-12-10
1
-1
/
+1
*
Drop long deprecated function register_tstz_w_secs()
Jon Dufresne
2017-12-10
2
-16
/
+1
*
Merge branch 'master' into ws
Daniele Varrazzo
2017-12-02
1
-4
/
+1
|
\
|
*
Use builtin function next() throughout project
Jon Dufresne
2017-12-01
1
-4
/
+1
*
|
Trim trailing whitespace from all files throughout project
Jon Dufresne
2017-12-01
12
-43
/
+34
|
/
*
Documentation tweaked to omit Python 2.6 distinctions
Daniele Varrazzo
2017-11-28
1
-8
/
+6
*
Drop support for EOL Python 3.0-3.3
Hugo
2017-11-28
1
-1
/
+1
*
Update to Exception as e, print()
Hugo
2017-11-28
1
-1
/
+1
*
Drop support for EOL Python 2.6
Hugo
2017-11-28
1
-1
/
+1
*
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
*
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
*
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
1
-166
/
+0
*
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
|
/
*
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
*
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]