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
/
pqpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright bumped to 2020
Daniele Varrazzo
2020-01-17
1
-0
/
+1
*
Merge branch 'fix-951'
Daniele Varrazzo
2019-10-19
1
-3
/
+3
|
\
|
*
[psycopg/pqpath.c] sys/time.h include for non mac & Windows
Samuel Marks
2019-08-05
1
-3
/
+3
*
|
Merge branch 'bugfix/940'
Daniele Varrazzo
2019-10-19
1
-1
/
+3
|
\
\
|
*
|
Don't advance replication cursor when the message wasn't confirmed
Alexander Kukushkin
2019-07-05
1
-1
/
+3
|
|
/
*
|
Fixed handling large Oid values
fix-961
Daniele Varrazzo
2019-09-04
1
-6
/
+6
|
/
*
Smart replication feedback
Alexander Kukushkin
2019-05-06
1
-28
/
+30
*
Address code review feedback
grunskis-bonial
2019-03-30
1
-1
/
+2
*
Store WAL end pointer in the replication cursor
Martins Grunskis
2019-03-30
1
-0
/
+5
*
Prefix 'psycopg_' changed to 'psyco_'
naming
Daniele Varrazzo
2019-03-17
1
-3
/
+3
*
Dropped whole "critical" story
Daniele Varrazzo
2019-03-17
1
-90
/
+0
*
Use the error on the connection instead of passing it explicitly around
Daniele Varrazzo
2019-03-17
1
-54
/
+36
*
Added helper methods to set a result into a connection/cursor
Daniele Varrazzo
2019-03-17
1
-18
/
+13
*
Use the connection's PGresult to pass results through calls
Daniele Varrazzo
2019-03-17
1
-79
/
+78
*
Fixed handling of internal query too large
Daniele Varrazzo
2019-03-17
1
-0
/
+2
*
Added pq_get_result_async() replaced pg_get_last_result()
Daniele Varrazzo
2019-03-17
1
-51
/
+69
*
Dropped locking version of pq_is_busy()
Daniele Varrazzo
2019-03-16
1
-44
/
+3
*
Dropped no_begin handling in async execute
Daniele Varrazzo
2019-03-16
1
-13
/
+2
*
Copyright year updated
Daniele Varrazzo
2019-02-17
1
-1
/
+1
*
SQLSTATE error classes implemented in C
Daniele Varrazzo
2019-02-10
1
-124
/
+0
*
Dropped PSYCOPG_DISPLAY_SIZE build parameter
Daniele Varrazzo
2019-01-25
1
-141
/
+149
*
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
*
Don't call CLEARPGRES on the cursor state without holding the gil
Daniele Varrazzo
2019-01-02
1
-2
/
+2
*
Merge branch 'master' into errors-module
errors-module
Daniele Varrazzo
2018-10-15
1
-37
/
+39
|
\
|
*
Added table_oid, table_column on cursor.description items
description-extra-attrs
Daniele Varrazzo
2018-10-11
1
-1
/
+14
|
*
Added C implementation for a Column type
Daniele Varrazzo
2018-10-11
1
-34
/
+18
|
*
Fixed infinite loop in pq_get_last_result after COPY
Daniele Varrazzo
2018-10-10
1
-3
/
+8
|
*
Prefer https:// URLs when available
Jon Dufresne
2018-09-22
1
-1
/
+1
*
|
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
|
/
*
Collect rowcount in executemany even when discarding results
Daniele Varrazzo
2017-11-29
1
-1
/
+2
*
Emulate timeradd and timersub on Solaris
My Karlsson
2017-10-26
1
-0
/
+4
*
Check return code from decoding the connection status
Daniele Varrazzo
2017-06-15
1
-2
/
+6
*
Don't clobber a Python exception with an unknown error
Daniele Varrazzo
2017-04-05
1
-0
/
+4
*
Always raise OperationalError when connection was closed externally.
Greg Ward
2017-03-14
1
-4
/
+6
*
Always detect when a connection is closed behind psycopg2's back.
Greg Ward
2017-03-14
1
-0
/
+6
*
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
1
-2
/
+2
*
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
1
-2
/
+4
*
Don't use default_transaction_* for session characteristics
Daniele Varrazzo
2017-02-04
1
-2
/
+13
*
Don't look up for Python encoding
Daniele Varrazzo
2016-12-29
1
-8
/
+29
*
Use -1 instead of 0 to say "calculate the length" in many funcs
Daniele Varrazzo
2016-12-27
1
-2
/
+2
*
conn->codec rename to pyenc
Daniele Varrazzo
2016-12-26
1
-6
/
+6
*
Enforce dependency on libpq version >= 9.1
Daniele Varrazzo
2016-08-15
1
-1
/
+1
*
Use inttypes.h definitions
Daniele Varrazzo
2016-08-14
1
-1
/
+1
*
Merge branch 'master' into replication-protocol
Daniele Varrazzo
2016-08-07
1
-5
/
+9
|
\
|
*
Fix scattered grammar/spelling errors in comments, debug output, etc.
Greg Ward
2016-06-30
1
-4
/
+4
|
*
Fixed read() exception propagation in copy_from
Daniele Varrazzo
2016-03-10
1
-1
/
+5
[next]