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
/
psycopg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into errors-module
errors-module
Daniele Varrazzo
2018-10-15
10
-122
/
+551
|
\
|
*
Fixed refcount in connection's readonly and deferrable getters
fix-790
Daniele Varrazzo
2018-10-12
1
-0
/
+2
|
*
Added table_oid, table_column on cursor.description items
description-extra-attrs
Daniele Varrazzo
2018-10-11
3
-5
/
+44
|
*
Added C implementation for a Column type
Daniele Varrazzo
2018-10-11
4
-96
/
+420
|
*
Fixed infinite loop in pq_get_last_result after COPY
Daniele Varrazzo
2018-10-10
1
-3
/
+8
|
*
Merge branch 'master' into https
Daniele Varrazzo
2018-10-10
2
-2
/
+34
|
|
\
|
|
*
Merge branch 'conn-get-host'
Daniele Varrazzo
2018-10-10
1
-0
/
+22
|
|
|
\
|
|
|
*
Added connection.host
Marco De Paoli
2018-10-06
1
-0
/
+22
|
|
*
|
Added Diagnostics.severity_nonlocalized attribute
diag-schema-name-nonloc
Daniele Varrazzo
2018-10-04
1
-2
/
+12
|
|
|
/
|
*
|
Prefer https:// URLs when available
Jon Dufresne
2018-09-22
4
-5
/
+5
|
|
/
|
*
Remove obsolete and incorrect FreeBSD version condition
Dmitry Marakasov
2018-09-07
1
-2
/
+1
|
*
Fixed compile error on windows
fix-746
Daniele Varrazzo
2018-07-24
1
-10
/
+9
|
*
Close named cursor if exist, even if we didn't run execute
Daniele Varrazzo
2018-07-24
1
-9
/
+38
*
|
Generating the whole errors file from script
Daniele Varrazzo
2018-08-17
1
-0
/
+4
*
|
Read exceptions to raise from a Python module
Daniele Varrazzo
2018-08-17
1
-0
/
+40
|
/
*
Fixed refcount handling in encrypt_password
Daniele Varrazzo
2018-05-20
1
-9
/
+8
*
Fixed keywords support for encrypt_password and tests completed
Daniele Varrazzo
2018-05-20
1
-1
/
+1
*
Fixed code flow in encrypt_password()
Daniele Varrazzo
2018-05-20
1
-56
/
+55
*
Merge branch 'master' into encrypt-pass
Daniele Varrazzo
2018-05-20
3
-38
/
+98
|
\
|
*
Merge branch 'fix-716'
Daniele Varrazzo
2018-05-20
1
-6
/
+12
|
|
\
|
|
*
Don't raise an exception closing an unused named cursor
fix-716
Daniele Varrazzo
2018-05-20
1
-6
/
+12
|
*
|
Raise NotSupportedError fetching iso_8601 intervals
Daniele Varrazzo
2018-05-20
1
-0
/
+5
|
|
/
|
*
Fixed adaptation of arrays of arrays of nulls
Daniele Varrazzo
2018-05-18
1
-32
/
+81
*
|
Fixed the string format error reported by Travis-CI.
Ashesh Vashi
2018-05-08
1
-3
/
+1
*
|
Merge branch 'master' into master
Ashesh Vashi
2018-05-08
15
-51
/
+164
|
\
\
|
|
/
|
*
Allow strings subclasses in ensure_bytes
fix-679
Daniele Varrazzo
2018-02-21
1
-2
/
+2
|
*
Avoid quoting the string in the psycopg version macro
Daniele Varrazzo
2018-02-19
1
-2
/
+6
|
*
Fixed building on SmartOS
Mike Gerdts
2018-02-19
2
-1
/
+7
|
*
Autocommit shouldn't change deferrable on servers not supporting it
Daniele Varrazzo
2018-02-08
1
-2
/
+2
|
*
Fixed idempotence check changing connection characteristics
Daniele Varrazzo
2018-01-11
2
-22
/
+36
|
*
'cursor.mogrify()' can be called on closed cursors
mogrify-on-closed-cursor
Daniele Varrazzo
2018-01-11
1
-2
/
+0
|
*
Merge branch 'macro-accessors'
Daniele Varrazzo
2018-01-10
2
-2
/
+9
|
|
\
|
|
*
Moved datatime compatibility macros with others
Daniele Varrazzo
2018-01-10
2
-6
/
+5
|
|
*
define a "polyfill" inline for python 2 compatibility
Glyph
2017-12-12
1
-0
/
+6
|
|
*
use accessor macros for pypy3 compatibility
Glyph
2017-12-12
1
-2
/
+4
|
*
|
Fix typo in comment in utils.c
Ronan Amicel
2017-12-14
1
-1
/
+1
|
|
/
|
*
Trim trailing whitespace from all files throughout project
Jon Dufresne
2017-12-01
5
-6
/
+0
|
*
Collect rowcount in executemany even when discarding results
Daniele Varrazzo
2017-11-29
1
-1
/
+2
|
*
Add news and update version check
Hugo
2017-11-28
1
-2
/
+4
|
*
Drop support for EOL Python 2.6
Hugo
2017-11-28
1
-10
/
+2
|
*
Merge branch 'solaris-support'
Daniele Varrazzo
2017-11-28
3
-0
/
+95
|
|
\
|
|
*
Emulate timeradd and timersub on Solaris
My Karlsson
2017-10-26
3
-0
/
+95
|
*
|
Don't cast point arrays to float arrays (fixes: #613)
Federico Di Gregorio
2017-11-16
1
-1
/
+1
|
|
/
*
|
Moving the encrypt_password method from the connection class to the
Ashesh Vashi
2017-09-14
2
-70
/
+105
*
|
Merge remote-tracking branch 'psycopg2/master'
Ashesh Vashi
2017-09-11
2
-0
/
+2
|
\
\
|
|
/
|
*
Added back timestamptz[] default cast
fix-578
Daniele Varrazzo
2017-07-24
2
-0
/
+2
*
|
Using 'Text_FromUTF8' macro for transforming the encrypted C string to
Ashesh Vashi
2017-07-17
1
-4
/
+5
*
|
Added support for preparing the encrypted password of a PostgreSQL
Ashesh Vashi
2017-07-17
1
-0
/
+69
|
/
*
Accept Composable in start_replication_expert()
Daniele Varrazzo
2017-06-17
4
-86
/
+97
*
Fixed parsing interval from micros on 32 bit
Daniele Varrazzo
2017-06-17
1
-2
/
+1
[next]