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
*
Handle failed allocation in list adaptation
code-cleanup
Daniele Varrazzo
2019-01-21
1
-1
/
+3
*
Dropped funny handling of REPLICATION_* constants
Daniele Varrazzo
2019-01-21
3
-31
/
+8
*
_psyco_curs_execute() simplified
Daniele Varrazzo
2019-01-21
1
-53
/
+39
*
More straightforward semantics for psyco_GetDecimalType
Daniele Varrazzo
2019-01-21
2
-6
/
+4
*
Dropped use of converter function to verify copy argument
Daniele Varrazzo
2019-01-21
1
-44
/
+25
*
Mark psyco_set_error as returning a borrowed object
Daniele Varrazzo
2019-01-21
2
-3
/
+2
*
Added utils.h file
Daniele Varrazzo
2019-01-21
4
-140
/
+175
*
Mark setter as raising on negative results
Daniele Varrazzo
2019-01-21
3
-6
/
+6
*
Consider the case dereferencing weakref in conn_poll returns NULL
Daniele Varrazzo
2019-01-21
1
-1
/
+10
*
Dropped possible wrong code path in conn_decode
Daniele Varrazzo
2019-01-21
1
-13
/
+15
*
Wrap _Bytes_Resize into a function with clearer semantic
Daniele Varrazzo
2019-01-21
1
-5
/
+19
*
Avoid unlikely leaks in case of memory errors in Bytes_Format
Daniele Varrazzo
2019-01-21
1
-0
/
+4
*
Move var setting into the only case using it
Daniele Varrazzo
2019-01-21
1
-5
/
+2
*
Avoid using PyErr_BadInternalCall as the static checker doesn't get it
Daniele Varrazzo
2019-01-21
1
-1
/
+1
*
Use the real definition of Py_LOCAL_INLINE
Daniele Varrazzo
2019-01-21
1
-4
/
+1
*
Bytes_Format: use a couple of macros instead of functions
Daniele Varrazzo
2019-01-21
1
-3
/
+2
*
psycopg_escape_string: don't make me cringe
Daniele Varrazzo
2019-01-21
1
-8
/
+8
*
Stricter use of PyArg_ParseTuple typed objects
Daniele Varrazzo
2019-01-21
2
-7
/
+12
*
Respect PyCFunction signature in METH_NOARGS functions
Daniele Varrazzo
2019-01-21
6
-25
/
+25
*
Added BYTESARRAY typecaster
Daniele Varrazzo
2019-01-18
2
-2
/
+3
*
Fixed typecast definition order
Daniele Varrazzo
2019-01-18
1
-1
/
+1
*
Preliminary test for a BYTES adapter.
Daniele Varrazzo
2019-01-18
2
-9
/
+17
*
Don't call CLEARPGRES on the cursor state without holding the gil
Daniele Varrazzo
2019-01-02
1
-2
/
+2
*
Merge pull request #821 from jdufresne/skip-libpq
Daniele Varrazzo
2018-12-04
1
-5
/
+0
|
\
|
*
Remove workarounds for unsupported libpq < 9.1
Jon Dufresne
2018-12-01
1
-5
/
+0
*
|
Simplify PyBool usage with Python convenience macros/functions
Jon Dufresne
2018-11-30
5
-47
/
+12
|
/
*
Convert int subclasses to long before adapting
Daniele Varrazzo
2018-11-16
1
-2
/
+21
*
Merge branch 'master' into feature-expose-pgconn
Federico Di Gregorio
2018-11-07
13
-107
/
+1223
|
\
|
*
Fixed adaptation of lists of empty lists
fix-788
Daniele Varrazzo
2018-10-30
1
-1
/
+15
|
*
Merge branch 'connection-info'
Daniele Varrazzo
2018-10-15
6
-17
/
+673
|
|
\
|
|
*
Use the connection.info properties instead of the legacy methods
connection-info
Daniele Varrazzo
2018-10-13
1
-1
/
+1
|
|
*
Guard from some info functions not available in some libpq versions
Daniele Varrazzo
2018-10-13
1
-8
/
+37
|
|
*
Added ConnectionInfo.parameter_status()
Daniele Varrazzo
2018-10-13
1
-0
/
+36
|
|
*
Added ConnectionInfo.ssl_attribute()
Daniele Varrazzo
2018-10-13
1
-1
/
+79
|
|
*
Added all the missing ConnectionInfo attributes
Daniele Varrazzo
2018-10-13
1
-4
/
+118
|
|
*
Added ConnectionInfo.error_message
Daniele Varrazzo
2018-10-13
1
-0
/
+24
|
|
*
Added other members to the ConnectionInfo class
Daniele Varrazzo
2018-10-12
1
-1
/
+62
|
|
*
Added several ConnectionInfo attributes
Daniele Varrazzo
2018-10-12
2
-10
/
+137
|
|
*
Adding ConnectionInfo object documentation
Daniele Varrazzo
2018-10-12
1
-2
/
+17
|
|
*
Moving host attribute to a connection.info object
Daniele Varrazzo
2018-10-11
4
-16
/
+188
|
*
|
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
|
|
|
/
[next]