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
*
Added guard around cpychecker bug on Py3
cpychecker
Daniele Varrazzo
2019-02-16
1
-0
/
+3
*
Allow running cpychecker on Py3
Daniele Varrazzo
2019-02-16
1
-5
/
+15
*
Further annotation to run cpychecker with higher --maxtrans
Daniele Varrazzo
2019-02-16
2
-0
/
+4
*
Added missing error check to list append in typecast_array_scan
Daniele Varrazzo
2019-02-16
1
-6
/
+9
*
Fixed apparent access to uninitialized var
Daniele Varrazzo
2019-02-16
1
-2
/
+2
*
Further cpychecker annotations
Daniele Varrazzo
2019-02-16
3
-8
/
+11
*
Cleanup after pq_fetch static analysis
Daniele Varrazzo
2019-02-16
2
-7
/
+6
*
Added cpychecker hints to libpq
Daniele Varrazzo
2019-02-16
1
-4
/
+5
*
Cleanup of gcc fake positives in lobject
Daniele Varrazzo
2019-02-16
2
-2
/
+3
*
Work around refcount cpychecker bug
Daniele Varrazzo
2019-02-16
1
-4
/
+12
*
Added dockerfile to run cpychecker in isolation
Daniele Varrazzo
2019-02-16
2
-7
/
+46
*
Ignore checking a few functions triggering cpychecker bugs
Daniele Varrazzo
2019-02-16
3
-0
/
+8
*
Mark state setting in _psyco_curs_execute()
Daniele Varrazzo
2019-02-16
1
-3
/
+3
*
Flag cpychecker false positives in adapters
Daniele Varrazzo
2019-02-16
11
-13
/
+15
*
replication_cursor_type: solved cpychecker false positives
Daniele Varrazzo
2019-02-16
1
-0
/
+5
*
replication_connection_type: mark state setting to help cpychecker
Daniele Varrazzo
2019-02-16
1
-1
/
+1
*
cursor_type.c: avoid running the static checker on a handful of functions
Daniele Varrazzo
2019-02-16
1
-2
/
+14
*
Try to annotate a function as raising on returning null
Daniele Varrazzo
2019-02-16
4
-3
/
+33
*
cursor_type -- mark state setting to avoid cpychecker false positives
Daniele Varrazzo
2019-02-16
1
-4
/
+4
*
Work around false cpychecker false positive
Daniele Varrazzo
2019-02-16
1
-0
/
+10
*
Added TO_STATE() marker to work around cpychecker refcount issue
Daniele Varrazzo
2019-02-16
4
-5
/
+27
*
Ignore checking a function triggering a cpychecker bug
Daniele Varrazzo
2019-02-16
1
-0
/
+1
*
Added attribute to ignore refcount check in a function
Daniele Varrazzo
2019-02-16
2
-0
/
+8
*
Merge remote-tracking branch 'origin/errors-module-c'
Daniele Varrazzo
2019-02-16
12
-1538
/
+603
|
\
|
*
Improvements to errors module docs
errors-module-c
Daniele Varrazzo
2019-02-11
2
-7
/
+17
|
*
Fixed use of StandardError in test
Daniele Varrazzo
2019-02-11
1
-1
/
+1
|
*
Allow importing _psycopg even if the 'errors' module is not available
Daniele Varrazzo
2019-02-10
1
-9
/
+23
|
*
SQLSTATE error classes implemented in C
Daniele Varrazzo
2019-02-10
10
-1531
/
+572
|
/
*
Merge remote-tracking branch 'origin/fast-namedtuple'
Daniele Varrazzo
2019-02-06
5
-10
/
+170
|
\
|
*
Use a proper LRU cache for namedtuples
fast-namedtuple
Daniele Varrazzo
2019-02-02
4
-26
/
+138
|
*
Added caching of types generated by NamedTupleCursor
Daniele Varrazzo
2019-02-02
3
-10
/
+58
|
/
*
Merge branch 'drop-display-size'
Daniele Varrazzo
2019-01-25
5
-151
/
+158
|
\
|
*
Dropped PSYCOPG_DISPLAY_SIZE build parameter
Daniele Varrazzo
2019-01-25
5
-151
/
+158
|
/
*
Merge branch 'module-init-cleanup'
Daniele Varrazzo
2019-01-23
9
-325
/
+282
|
\
|
*
General cleanup of module init shenanigans
module-init-cleanup
Daniele Varrazzo
2019-01-23
4
-80
/
+90
|
*
Incref an object which will be held forever in a static var
Daniele Varrazzo
2019-01-23
1
-0
/
+1
|
*
Decrement the refcount of temporary objects in module init failed
Daniele Varrazzo
2019-01-22
1
-6
/
+16
|
*
Date/time modules initialized in separate functions
Daniele Varrazzo
2019-01-22
5
-50
/
+68
|
*
Dropped psyco_errors_fill()
Daniele Varrazzo
2019-01-21
1
-19
/
+16
|
*
Dropped project wide type to define encodings table
Daniele Varrazzo
2019-01-21
2
-19
/
+21
|
*
Dropped C API interface
Daniele Varrazzo
2019-01-21
2
-84
/
+4
|
*
Respect refcount with PyModule_AddObject()
Daniele Varrazzo
2019-01-21
1
-87
/
+63
|
*
Module constants definition moved in a separate function for clarity
Daniele Varrazzo
2019-01-21
1
-16
/
+39
*
|
Mention new OpenSSL version in wheel package
Daniele Varrazzo
2019-01-22
1
-0
/
+1
*
|
Merge branch 'execute-locks'
Daniele Varrazzo
2019-01-22
2
-92
/
+131
|
\
\
|
|
/
|
/
|
|
*
Mention cursor locks cleanup in news file
Daniele Varrazzo
2019-01-22
1
-0
/
+7
|
*
Assign the PGresult to the cursor in the execute critical section
execute-locks
Daniele Varrazzo
2019-01-22
1
-4
/
+9
|
*
Split pq_execute into sync/async parts
Daniele Varrazzo
2019-01-22
1
-92
/
+119
|
/
*
Merge remote-tracking branch 'origin/code-cleanup'
Daniele Varrazzo
2019-01-21
19
-348
/
+353
|
\
|
*
Handle failed allocation in list adaptation
code-cleanup
Daniele Varrazzo
2019-01-21
1
-1
/
+3
[next]