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
*
Typo fixed writeable -> writable
Daniele Varrazzo
2011-12-11
1
-1
/
+1
*
connect() supports generic keyword arguments passed to the dsn
Daniele Varrazzo
2011-11-17
1
-5
/
+15
*
Documentation for the isolation level constants updated
Daniele Varrazzo
2011-11-17
2
-16
/
+51
*
Docs cleanup by Josh Kupershmidt
Daniele Varrazzo
2011-11-01
4
-17
/
+17
*
Fixed docs for the copy null parameter
Daniele Varrazzo
2011-10-20
1
-2
/
+4
*
Notice -> Note in the docs, and a handful of other typo fixed
Daniele Varrazzo
2011-10-14
4
-9
/
+9
*
Test and document the named cursor stealing technique
Daniele Varrazzo
2011-10-14
1
-1
/
+33
*
Fixed pasto in docs
Daniele Varrazzo
2011-10-06
1
-1
/
+1
*
Added new_array_type() function
Daniele Varrazzo
2011-09-22
2
-1
/
+21
*
Fixed doc blocks
Daniele Varrazzo
2011-09-22
2
-1
/
+4
*
WITH HOLD documentation a argument parsing changes
Federico Di Gregorio
2011-08-10
3
-2
/
+31
*
Added documentation for putconn's close parameter
Daniele Varrazzo
2011-08-09
1
-1
/
+3
*
Fixed adaptation doc example
Daniele Varrazzo
2011-07-24
1
-1
/
+1
*
Aligned casing of isolation levels with PostgreSQL documentation
Federico Di Gregorio
2011-06-12
1
-3
/
+3
*
Introductory docs section on transaction control improved
Daniele Varrazzo
2011-06-08
2
-8
/
+18
*
Method set_transaction() renamed to set_session()
Daniele Varrazzo
2011-06-08
2
-3
/
+3
*
Fixed documentation for COPY methods
Daniele Varrazzo
2011-06-07
1
-23
/
+30
*
Avoid a deadlock using concurrent green threads on the same connection
Daniele Varrazzo
2011-06-05
2
-7
/
+5
*
Documentation for set_transaction() and autocommit improved
Daniele Varrazzo
2011-06-03
2
-8
/
+20
*
Adding docs for the planned set_transaction/autocommit features
Daniele Varrazzo
2011-05-31
4
-11
/
+86
*
Added documentation for the bytea parser
Daniele Varrazzo
2011-03-26
2
-12
/
+15
*
Don't limit the hstore search to the public schema only
Daniele Varrazzo
2011-02-25
1
-2
/
+2
*
Raise an exception if the libpq fails to decode bytea in hex format
Daniele Varrazzo
2011-02-23
1
-0
/
+3
*
The cursor name can be a non-valid PostgreSQL identifier
Daniele Varrazzo
2011-02-23
1
-4
/
+17
*
Documentation cleanup
Daniele Varrazzo
2011-02-19
11
-112
/
+144
*
Display a note as a note in the cursor.lastrowid docs
Daniele Varrazzo
2011-02-19
1
-4
/
+6
*
Cursor docs reordered
Daniele Varrazzo
2011-02-19
1
-31
/
+32
*
Provide cursor.description as named tuple if possible
Daniele Varrazzo
2011-02-19
1
-4
/
+9
*
Improved documentation for cursor.description
Daniele Varrazzo
2011-02-17
1
-16
/
+24
*
Added cursor.itersize
Daniele Varrazzo
2011-02-17
2
-12
/
+22
*
Documentation about new support for binary objects improved
Daniele Varrazzo
2011-02-16
1
-2
/
+9
*
Adapt bytearray and memoryview to bytes if available
Daniele Varrazzo
2011-02-15
1
-4
/
+19
*
Added FAQ entry about the PYTHON_EGG_CACHE problem
Daniele Varrazzo
2011-02-15
1
-2
/
+14
*
Dropped reference to release 2.3.3 in the docs
Daniele Varrazzo
2011-02-15
4
-7
/
+7
*
Document difference of string handling in Python 2/3
Daniele Varrazzo
2011-02-10
2
-15
/
+39
*
Added FAQ point about bytea_output in PostgreSQL 9.0
Daniele Varrazzo
2011-02-10
1
-0
/
+12
*
Improved adaptation documentation
Daniele Varrazzo
2011-02-10
1
-8
/
+27
*
Merge branch 'python3' into python2
Federico Di Gregorio
2011-02-06
3
-8
/
+40
|
\
|
*
Added documentation for Unicode support in large object
Daniele Varrazzo
2011-01-10
3
-8
/
+40
*
|
Fetch 'arraysize' records per roundtrip in named cursors iteration
Daniele Varrazzo
2011-02-05
1
-0
/
+17
|
/
*
Added PostgreSQL composite types typecaster to Python tuples.
Daniele Varrazzo
2011-01-02
2
-1
/
+59
*
Added cursor.cast() method
Daniele Varrazzo
2011-01-01
1
-14
/
+28
*
Added link to psycogreen.
Daniele Varrazzo
2010-12-02
1
-0
/
+6
*
Fixed index entries of green-related terms.
Daniele Varrazzo
2010-12-02
1
-1
/
+5
*
Typo/tenso fixed.
Daniele Varrazzo
2010-12-02
1
-2
/
+2
*
Added index entries under Adaptation for different objects.
Daniele Varrazzo
2010-12-02
1
-5
/
+7
*
Added documentation for ISQLQuote.prepare().
Daniele Varrazzo
2010-11-28
1
-4
/
+18
*
Mention query cancelling in the release notes.
Daniele Varrazzo
2010-11-28
1
-1
/
+1
*
Support query cancellation.
Jan UrbaĆski
2010-11-28
1
-0
/
+20
*
Fixed docs: the execute argument must be a sequence, not a tuple.
Daniele Varrazzo
2010-11-19
2
-2
/
+4
[next]