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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test building PG 10 using the solution provided by Jason Erickson
fix-604
Daniele Varrazzo
2017-10-19
1
-6
/
+13
*
Rename ssl libs as expected by postgres build system
Daniele Varrazzo
2017-10-19
1
-1
/
+2
*
Attempt to build libpq 10 correctly
Daniele Varrazzo
2017-10-19
1
-4
/
+2
*
Test against PG 10.0 on Travis
libpq-10
Daniele Varrazzo
2017-10-18
2
-4
/
+6
*
Test on appveyor against libpq 10
Daniele Varrazzo
2017-10-18
1
-5
/
+5
*
Bumping version to test libpq 10 wheel package
Daniele Varrazzo
2017-10-18
2
-1
/
+7
*
Preparing release 2.7.3.1 to fix wheel packages
2_7_3_1
Daniele Varrazzo
2017-08-25
2
-1
/
+8
*
Bump version number to try fixing libc 2.26 libresolv problem
fix-wheel-libresolv
Daniele Varrazzo
2017-08-25
1
-1
/
+1
*
Bumped version number to 2.7.3
2_7_3
Daniele Varrazzo
2017-07-24
1
-1
/
+1
*
Merge branch 'fix-578'
Daniele Varrazzo
2017-07-24
4
-0
/
+14
|
\
|
*
Added back timestamptz[] default cast
fix-578
Daniele Varrazzo
2017-07-24
4
-0
/
+14
|
/
*
Bump to next development release
Daniele Varrazzo
2017-07-22
1
-1
/
+1
*
Deal with E'' strings comparisons in a few other tests
2_7_2
Daniele Varrazzo
2017-07-22
1
-4
/
+5
*
Skipped a couple of test with unsupported postgres features
Daniele Varrazzo
2017-07-22
2
-0
/
+2
*
Bump to version 2.7.2
Daniele Varrazzo
2017-07-22
1
-1
/
+1
*
Merge branch 'fix-554'
Daniele Varrazzo
2017-06-17
7
-88
/
+121
|
\
|
*
Accept Composable in start_replication_expert()
Daniele Varrazzo
2017-06-17
7
-88
/
+121
*
|
Ignore spurious output in test with Python debug build
Daniele Varrazzo
2017-06-17
1
-0
/
+3
|
/
*
Merge branch 'fix-550'
Daniele Varrazzo
2017-06-17
4
-4
/
+6
|
\
|
*
Use an import style reported not broken on Python 3.6
Daniele Varrazzo
2017-06-17
4
-4
/
+6
|
/
*
Merge branch 'fix-558'
Daniele Varrazzo
2017-06-17
1
-2
/
+1
|
\
|
*
Fixed parsing interval from micros on 32 bit
Daniele Varrazzo
2017-06-17
1
-2
/
+1
*
|
Merge branch 'fix-558'
Daniele Varrazzo
2017-06-16
3
-0
/
+75
|
\
\
|
|
/
|
*
Consider redshift interval supported after further tests
Daniele Varrazzo
2017-06-16
2
-1
/
+4
|
*
Parse a number as microseconds when casting interval
bug-558
Daniele Varrazzo
2017-06-16
2
-0
/
+72
*
|
Merge branch 'fix-562'
Daniele Varrazzo
2017-06-16
3
-1
/
+28
|
\
\
|
*
|
Added Json.prepare()
fix-562
Daniele Varrazzo
2017-06-16
3
-1
/
+28
|
/
/
*
|
Merge branch 'mr-566'
Daniele Varrazzo
2017-06-16
4
-17
/
+19
|
\
\
|
|
/
|
/
|
|
*
Report issue #541 fixed in the NEWS file
Daniele Varrazzo
2017-06-15
1
-0
/
+2
|
*
Bump version number to test a new build
Daniele Varrazzo
2017-06-15
1
-1
/
+1
|
*
Force rebuild of cache for new OpenSSL/PostgreSQL
Jason Erickson
2017-06-08
1
-2
/
+2
|
*
Build/Test against newer PostgreSQL/OpenSSL
Jason Erickson
2017-06-08
1
-13
/
+13
|
*
Remove VC9 runtime dependency
Jason Erickson
2017-06-08
1
-1
/
+1
*
|
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
*
|
Dropped wrong associations of PG types to datetime object
Daniele Varrazzo
2017-06-15
1
-2
/
+2
*
|
Merge branch 'bug-551'
Daniele Varrazzo
2017-06-15
3
-3
/
+64
|
\
\
|
*
|
Don't force a valid return code for the test
Daniele Varrazzo
2017-06-15
1
-1
/
+1
|
*
|
Check return code from decoding the connection status
Daniele Varrazzo
2017-06-15
2
-2
/
+7
|
*
|
Added test to reproduce bug #551
Daniele Varrazzo
2017-06-15
1
-1
/
+57
|
/
/
*
|
typo
山楂片
2017-06-12
1
-1
/
+1
*
|
Link the appveyor badge in the readme to the master branch builds
Daniele Varrazzo
2017-06-08
1
-1
/
+1
|
/
*
Run tests against PostgreSQL 10 beta1
test-postgres-10beta1
Daniele Varrazzo
2017-06-08
2
-7
/
+7
*
Merge branch 'errcodes-update'
Daniele Varrazzo
2017-06-05
4
-6
/
+20
|
\
|
*
Updated docs about versions supported in errcodes
Daniele Varrazzo
2017-06-05
2
-1
/
+2
|
*
Error codes updated to PG 10 beta 1
Daniele Varrazzo
2017-06-05
2
-5
/
+12
|
*
errcodes updated to PG 9.6
Daniele Varrazzo
2017-06-05
2
-1
/
+7
|
/
*
Added doc link to replication commands
Daniele Varrazzo
2017-05-10
1
-2
/
+5
*
Merge branch 'fix-547'
Daniele Varrazzo
2017-04-19
3
-1
/
+26
|
\
|
*
Fixed args parsing in ReplicationCursor.consume_stream()
Daniele Varrazzo
2017-04-19
3
-1
/
+26
[next]