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
*
Document PostgreSQL 9.4 as supported
Daniele Varrazzo
2014-08-13
1
-1
/
+1
*
Added jsonb docs
Daniele Varrazzo
2014-08-13
2
-15
/
+39
*
Added name param to register_json()
Daniele Varrazzo
2014-08-13
1
-0
/
+3
*
Fix supported Py/PG versions in docs
Daniele Varrazzo
2014-08-04
1
-2
/
+5
*
Parse errocodes for PG 9.3 too
Daniele Varrazzo
2014-07-31
1
-1
/
+1
*
Add a few missing errcodes
Daniele Varrazzo
2014-07-31
1
-1
/
+1
*
set_session() params documented in a more Python-friendly way
Daniele Varrazzo
2014-05-05
1
-1
/
+2
*
Don't specify 0 or 1 in closed docs
Daniele Varrazzo
2014-04-05
1
-2
/
+2
*
Clarify in the docs that mogrify() and query always return bytes
Daniele Varrazzo
2014-04-03
1
-3
/
+5
*
Explicit the fact that closed connections have undefined status
Daniele Varrazzo
2014-04-03
1
-0
/
+2
*
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
2
-1
/
+27
*
Typo fixes and improvements to new_array_type() docs
Daniele Varrazzo
2013-10-21
1
-6
/
+7
*
Use bytestrings in infinite dates adapter example
Daniele Varrazzo
2013-10-21
1
-2
/
+2
*
Document that named cursors don't raise an exception going out-of-bound
Daniele Varrazzo
2013-10-16
1
-4
/
+7
*
Document that using %, (, ) in the placeholder name is not supported
Daniele Varrazzo
2013-10-16
1
-1
/
+2
*
Fixed doc index entry for infinite dates
Daniele Varrazzo
2013-06-23
1
-1
/
+1
*
Added doc example to convert date.max to infinity
Daniele Varrazzo
2013-06-18
2
-0
/
+46
*
A few docs fixes to the usage page
Daniele Varrazzo
2013-05-01
1
-6
/
+6
*
Dropped a lot of words from the front matter
Daniele Varrazzo
2013-04-26
1
-10
/
+4
*
Fix multiple misspellings
Piotr Kasprzyk
2013-04-26
7
-9
/
+9
*
Dropped GPL license from source
Daniele Varrazzo
2013-04-07
1
-676
/
+0
*
Dropped psycopg 1 changelog
Daniele Varrazzo
2013-04-07
1
-1744
/
+0
*
A couple of typos fixed
Daniele Varrazzo
2013-04-07
1
-1
/
+1
*
Added cursor_factory connection attribute and connect() parameter
Daniele Varrazzo
2013-04-07
5
-21
/
+68
*
Dropped support for Python 2.4
Daniele Varrazzo
2013-03-20
1
-1
/
+1
*
Note than Python 3.3 is supported in install docs
Daniele Varrazzo
2013-03-20
1
-1
/
+1
*
Merge branch 'diagnostics' into devel
Daniele Varrazzo
2013-03-20
1
-3
/
+3
|
\
|
*
Added tests to verify the new Diagnostics properties
Daniele Varrazzo
2013-03-20
1
-3
/
+3
*
|
Added summary data types conversion table to the docs
Daniele Varrazzo
2013-03-18
3
-174
/
+283
*
|
NEWS file reformatted to reST and included in the docs
Daniele Varrazzo
2013-03-18
5
-1
/
+50
*
|
Document that errorcodes is updated to 9.2
Daniele Varrazzo
2013-03-18
1
-1
/
+1
*
|
Copyright year bumped to 2013 in docs footer
Daniele Varrazzo
2013-03-18
1
-1
/
+1
*
|
Merge branch 'diagnostics' into devel
Daniele Varrazzo
2013-03-18
2
-2
/
+50
|
\
\
|
|
/
|
*
Added documentation about the Diagnostics object
Daniele Varrazzo
2013-03-18
2
-2
/
+50
*
|
Merge branch 'dead-bytes' into devel
Daniele Varrazzo
2013-03-16
1
-3
/
+1
|
\
\
|
*
|
Dropped Zope support
Daniele Varrazzo
2012-12-03
1
-3
/
+1
*
|
|
docs: grammar fix in extras.rst
Idan Kamara
2013-03-06
1
-1
/
+1
|
|
/
|
/
|
*
|
Improvements to the connect() docs
Daniele Varrazzo
2013-01-09
1
-10
/
+32
*
|
Fixed interactive sessions docs examples
Daniele Varrazzo
2013-01-09
1
-2
/
+2
*
|
Added documentation for the with statement
Daniele Varrazzo
2012-12-03
3
-0
/
+37
|
/
*
Splitting the release of new features in version 2.5
Daniele Varrazzo
2012-12-03
3
-7
/
+7
*
Fixed a couple of terms in the docs
Daniele Varrazzo
2012-11-12
1
-2
/
+2
*
Added note about the adapted attribute in the module-level wrappers
Daniele Varrazzo
2012-10-27
1
-11
/
+17
*
Clarification in copy_expert docs
Daniele Varrazzo
2012-10-15
1
-2
/
+11
*
Copyright bumped to 2012 in docs pages
Daniele Varrazzo
2012-10-07
1
-1
/
+1
*
Docs front page adjustments
Daniele Varrazzo
2012-10-07
1
-12
/
+14
*
Added install section to the manual
Daniele Varrazzo
2012-10-07
4
-0
/
+269
*
Merge branch 'range-type' into devel
Daniele Varrazzo
2012-09-27
1
-0
/
+83
|
\
[next]