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
*
Revert default_transaction_* to default only if set
session-attributes
Daniele Varrazzo
2017-02-16
1
-9
/
+13
*
Check for deferrable unsupported applied to attribute too
Daniele Varrazzo
2017-02-16
2
-7
/
+8
*
Added readonly and deferrable attributes
Daniele Varrazzo
2017-02-16
3
-29
/
+115
*
Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()
Daniele Varrazzo
2017-02-16
1
-1
/
+7
*
connection.isolation_level is now writable
Daniele Varrazzo
2017-02-16
1
-13
/
+53
*
Allowed inittype.h's defs all versions of MSVC
Jason Erickson
2017-02-10
1
-2
/
+0
*
Defined inttypes.h for older MSVC compilers
Jason Erickson
2017-02-09
1
-0
/
+11
*
Added support for MSVC compiler
Jason Erickson
2017-02-09
3
-7
/
+30
*
Fixed MSVC compiler error and warning
Jason Erickson
2017-02-09
1
-2
/
+2
*
Dropped compiler warning about signed/unsigned comparisons
Daniele Varrazzo
2017-02-08
2
-3
/
+3
*
Don't convert '{}'::unknown into an empty list
Daniele Varrazzo
2017-02-08
1
-8
/
+0
*
Merge branch 'no-set-default-session'
Daniele Varrazzo
2017-02-07
4
-244
/
+222
|
\
|
*
Fixed BEGIN; SET TRANSACTION with PG 7.4
no-set-default-session
Daniele Varrazzo
2017-02-07
1
-8
/
+16
|
*
Set default_transaction_* GUC if session state is changed in autocomit
Daniele Varrazzo
2017-02-04
3
-6
/
+77
|
*
Reuse set_session to implement autocommit, set_isolation_level
Daniele Varrazzo
2017-02-04
3
-63
/
+43
|
*
Better separation between interface and state change code
Daniele Varrazzo
2017-02-04
3
-91
/
+110
|
*
Don't use default_transaction_* for session characteristics
Daniele Varrazzo
2017-02-04
4
-259
/
+159
*
|
Give precedence to '__conform__()' over superclasses choosing adapter
Daniele Varrazzo
2017-02-05
1
-10
/
+10
|
/
*
Dropped compiler warning in debug mode
Daniele Varrazzo
2017-02-04
1
-3
/
+3
*
Merge branch 'master' into sql-compose
sql-compose
Daniele Varrazzo
2017-02-03
2
-7
/
+13
|
\
|
*
Added async_ as an alias for async
Daniele Varrazzo
2017-02-03
2
-7
/
+13
*
|
Typo: composible -> composable
Daniele Varrazzo
2017-01-01
1
-2
/
+2
*
|
Fixed sql stuff in Py3
Daniele Varrazzo
2017-01-01
1
-6
/
+23
*
|
Added sql.compose() implementation
Daniele Varrazzo
2017-01-01
1
-7
/
+37
|
/
*
Merge branch 'fast-codecs'
Daniele Varrazzo
2016-12-29
15
-174
/
+354
|
\
|
*
Use the proper API functions to look up codec functions
Daniele Varrazzo
2016-12-29
2
-11
/
+8
|
*
Don't look up for Python encoding
Daniele Varrazzo
2016-12-29
14
-160
/
+231
|
*
Use -1 instead of 0 to say "calculate the length" in many funcs
Daniele Varrazzo
2016-12-27
7
-24
/
+22
|
*
Store python encoding and decoding functions in the connection
Daniele Varrazzo
2016-12-27
3
-4
/
+76
|
*
Setting connection encoding refactored
Daniele Varrazzo
2016-12-26
1
-51
/
+56
|
*
conn->codec rename to pyenc
Daniele Varrazzo
2016-12-26
12
-65
/
+65
|
*
Merge branch 'master' into fast-codecs
Daniele Varrazzo
2016-12-26
6
-77
/
+190
|
|
\
|
*
|
Optimize UTF8 and Latin1 decoding
Daniele Varrazzo
2016-10-12
3
-3
/
+40
*
|
|
Don't set tp_compare on Python 3
Daniele Varrazzo
2016-12-29
1
-0
/
+4
|
|
/
|
/
|
*
|
Fixed refcount problems in named callproc
named-callproc
Daniele Varrazzo
2016-12-26
1
-1
/
+2
*
|
Merge branch 'master' into named-callproc
Daniele Varrazzo
2016-12-26
5
-70
/
+43
|
\
\
|
*
|
Dropped internal escape identifier function
Daniele Varrazzo
2016-12-26
4
-45
/
+47
*
|
|
Merge branch 'master' into named-callproc
Daniele Varrazzo
2016-12-26
27
-111
/
+1727
|
\
\
\
|
|
/
/
|
*
|
Avoid deadlock on close if set datestyle failed
Daniele Varrazzo
2016-12-25
1
-5
/
+11
|
*
|
Dropped testing print
Daniele Varrazzo
2016-12-25
1
-1
/
+0
|
*
|
do not "SET datestyle" on replication connections
Christoph Moench-Tegeder
2016-10-21
1
-3
/
+26
|
|
/
|
*
Dropped compiler warning in debug mode
Daniele Varrazzo
2016-10-12
1
-1
/
+1
|
*
Conver network array types into array of strings by default
Daniele Varrazzo
2016-10-11
1
-0
/
+6
|
*
Dropped ifdef guards against obsolete libpq versions
Daniele Varrazzo
2016-08-15
5
-22
/
+0
|
*
Enforce dependency on libpq version >= 9.1
Daniele Varrazzo
2016-08-15
2
-1
/
+5
|
*
Stop compiling with Python 2.5
Daniele Varrazzo
2016-08-15
1
-2
/
+2
|
*
Merge branch 'replication-protocol'
Daniele Varrazzo
2016-08-14
14
-1
/
+1502
|
|
\
|
|
*
Use inttypes.h definitions
Daniele Varrazzo
2016-08-14
4
-18
/
+17
|
|
*
Dropped import of postgres internal/c.h
Daniele Varrazzo
2016-08-14
2
-4
/
+5
|
|
*
Merge branch 'master' into replication-protocol
Daniele Varrazzo
2016-08-07
12
-79
/
+167
|
|
|
\
[next]