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
/
psycopg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updated to 2021
Daniele Varrazzo
2021-06-15
1
-1
/
+1
*
Copyright bumped to 2020
Daniele Varrazzo
2020-01-17
1
-0
/
+1
*
Copyright year updated
Daniele Varrazzo
2019-02-17
1
-1
/
+1
*
SQLSTATE error classes implemented in C
Daniele Varrazzo
2019-02-10
1
-0
/
+3
*
Dropped project wide type to define encodings table
Daniele Varrazzo
2019-01-21
1
-5
/
+0
*
Dropped C API interface
Daniele Varrazzo
2019-01-21
1
-52
/
+0
*
Added utils.h file
Daniele Varrazzo
2019-01-21
1
-29
/
+1
*
Obscure the password on url dsn too
Daniele Varrazzo
2017-03-16
1
-0
/
+2
*
Don't look up for Python encoding
Daniele Varrazzo
2016-12-29
1
-0
/
+2
*
Use -1 instead of 0 to say "calculate the length" in many funcs
Daniele Varrazzo
2016-12-27
1
-1
/
+1
*
Dropped internal escape identifier function
Daniele Varrazzo
2016-12-26
1
-1
/
+2
*
Enforce dependency on libpq version >= 9.1
Daniele Varrazzo
2016-08-15
1
-0
/
+4
*
Merge branch 'master' into replication-protocol
Daniele Varrazzo
2016-08-07
1
-0
/
+3
|
\
|
*
Add connection.get_dsn_parameters()
Oleksandr Shulgin
2015-10-30
1
-0
/
+3
*
|
Remove some dead code
Oleksandr Shulgin
2016-03-08
1
-2
/
+0
*
|
Use python-defined make_dsn() for ReplicationConnection class
Oleksandr Shulgin
2016-03-08
1
-5
/
+0
*
|
Move replication connection to C level.
Oleksandr Shulgin
2015-10-27
1
-0
/
+1
*
|
Merge branch 'feature/connect2' into feature/replication-protocol
Oleksandr Shulgin
2015-10-27
1
-0
/
+6
|
\
\
|
*
|
Rework psycopg2.connect() interface.
Oleksandr Shulgin
2015-10-27
1
-0
/
+6
|
|
/
*
|
Add ReplicationMessage object
Oleksandr Shulgin
2015-06-05
1
-0
/
+1
|
/
*
Dropped PSYCOPG_EXTENSIONS flag
Daniele Varrazzo
2014-08-23
1
-4
/
+0
*
Fix multiple misspellings
Piotr Kasprzyk
2013-04-26
1
-2
/
+2
*
Static-type psycopg_escape_string connection parameter
Daniele Varrazzo
2013-04-05
1
-2
/
+3
*
Store a PGresult in the Exception error
Daniele Varrazzo
2013-03-19
1
-2
/
+1
*
Use more compact macros to annotate functions for the static checker
Daniele Varrazzo
2012-03-01
1
-6
/
+3
*
Functions setting exception return a negative value on error
Daniele Varrazzo
2012-03-01
1
-1
/
+1
*
Use the newly provided attributes to validate exceptions raising
Daniele Varrazzo
2012-03-01
1
-0
/
+1
*
Flag the psycopg_ensure_*() functions as stealing a ref
Daniele Varrazzo
2012-02-24
1
-1
/
+5
*
The cursor name can be a non-valid PostgreSQL identifier
Daniele Varrazzo
2011-02-23
1
-1
/
+1
*
Stricter declaration and correct use of psyco_set_error
Daniele Varrazzo
2011-02-21
1
-1
/
+4
*
Use a global object for NULL
Daniele Varrazzo
2011-02-17
1
-0
/
+3
*
COPY sends unicode to a file if it derives from io.TextIoBase
Daniele Varrazzo
2011-02-05
1
-0
/
+1
*
Added utility function to convert bytes to string in Python 3.
Daniele Varrazzo
2010-12-31
1
-0
/
+1
*
Added utility function to get bytes from a str/unicode.
Daniele Varrazzo
2010-12-31
1
-0
/
+1
*
Added psycopg_strdup utility function.
Daniele Varrazzo
2010-12-21
1
-0
/
+2
*
Applied spelling fixes patch from Peter Eisentraut
Federico Di Gregorio
2010-07-18
1
-1
/
+1
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-12
/
+16
*
Remove backward compatibility support for Python versions older than
James Henstridge
2008-12-26
1
-31
/
+1
*
Unified string quoting
Federico Di Gregorio
2008-11-25
1
-1
/
+2
*
Applied COPY patch from Alejandro Dubrovsky
Federico Di Gregorio
2008-11-25
1
-1
/
+1
*
* psycopg/psycopg.h (NotSupportedError_doc): clean up
James Henstridge
2008-09-23
1
-1
/
+1
*
Build fix from Jorgen Austvik
Federico Di Gregorio
2008-08-02
1
-0
/
+1
*
get_backend_pid() patch and fixes
Federico Di Gregorio
2008-07-26
1
-0
/
+2
*
* psycopg/typecast.c (typecast_pydatetime): make array static.
James Henstridge
2008-01-21
1
-1
/
+1
*
* psycypg/*.h: apply HIDDEN to all global variables and functions
James Henstridge
2008-01-21
1
-6
/
+9
*
* tests/test_transaction.py (DeadlockSerializationTestCase): port
James Henstridge
2008-01-16
1
-0
/
+11
*
* psycopg/pqpath.c (pq_raise): only remove the first 8 characters
James Henstridge
2007-12-19
1
-2
/
+2
*
Fixed bug #192 (Decimal support not safe for use with multiple sub
Daniele Varrazzo
2007-10-21
1
-1
/
+1
*
Various fixes, now all examples work.
Federico Di Gregorio
2007-04-13
1
-1
/
+1
*
Fixed both Python 2.5 and 64 bit problems.
Federico Di Gregorio
2007-04-10
1
-16
/
+41
[next]