summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
2_7_3_2Preparing release 2.7.3.2Daniele Varrazzo7 years
appveyor-pyAppveyor: added package_name to optionsDaniele Varrazzo5 years
async-keywordAdded async_ as an alias for asyncDaniele Varrazzo7 years
bug-550Use an import style reported not broken on Python 3.6Daniele Varrazzo7 years
bug-557Implement traversal for Diagnostics objectDaniele Varrazzo7 years
bug-558Parse a number as microseconds when casting intervalDaniele Varrazzo7 years
cockroachdb-testsPython 2 compatibilityDaniele Varrazzo4 years
code-cleanupHandle failed allocation in list adaptationDaniele Varrazzo5 years
column-sliceColumn objects can be slicedDaniele Varrazzo4 years
connection-infoUse the connection.info properties instead of the legacy methodsDaniele Varrazzo6 years
cpycheckerAdded guard around cpychecker bug on Py3Daniele Varrazzo5 years
decorators-funUse class decorators to decorate all testsDaniele Varrazzo6 years
description-extra-attrsAdded table_oid, table_column on cursor.description itemsDaniele Varrazzo6 years
diag-schema-name-nonlocAdded Diagnostics.severity_nonlocalized attributeDaniele Varrazzo6 years
dont_set_datestyle_in_replication_modeConfigure Travis to test replicationDaniele Varrazzo7 years
drop-display-sizeDropped PSYCOPG_DISPLAY_SIZE build parameterDaniele Varrazzo5 years
encrypt-password-fix-testsBetter testing of encryption function with libpq < 10Daniele Varrazzo6 years
errors-moduleMerge branch 'master' into errors-moduleDaniele Varrazzo6 years
errors-module-cImprovements to errors module docsDaniele Varrazzo5 years
execute-locksAssign the PGresult to the cursor in the execute critical sectionDaniele Varrazzo5 years
expand-versionAvoid quoting the string in the psycopg version macroDaniele Varrazzo6 years
fast-codecsUse the proper API functions to look up codec functionsDaniele Varrazzo7 years
fast-executemanyFurther minimal performance tweaks to execute_valuesDaniele Varrazzo7 years
fast-namedtupleUse a proper LRU cache for namedtuplesDaniele Varrazzo5 years
fast-testFurther skipping of slow testsDaniele Varrazzo7 years
fix-1019Fixed use of cursor_factory attribute in connecion subclassesDaniele Varrazzo4 years
fix-1073Fixed copy() on DictRowDaniele Varrazzo4 years
fix-1248Fix concurrent use of conection.poll()Daniele Varrazzo3 years
fix-211Skipped test on db version not supporting unicode identifiersDaniele Varrazzo6 years
fix-443Reported bug #443 fixed *again*Daniele Varrazzo7 years
fix-453Added empty options in setup.cfgDaniele Varrazzo8 years
fix-512Skip test on PG version with bad interval roundingDaniele Varrazzo7 years
fix-517Ignore None arguments passed to make_dsn()Daniele Varrazzo7 years
fix-518Report ticket 518 fixedDaniele Varrazzo7 years
fix-528Password scrubbing refactored in a separate functionDaniele Varrazzo7 years
fix-562Added Json.prepare()Daniele Varrazzo7 years
fix-570Add 6 hours per year converting from intervalDaniele Varrazzo7 years
fix-578Added back timestamptz[] default castDaniele Varrazzo7 years
fix-604Test building PG 10 using the solution provided by Jason EricksonDaniele Varrazzo7 years
fix-679Allow strings subclasses in ensure_bytesDaniele Varrazzo6 years
fix-707Set minimal postgres version for intervalstyle testDaniele Varrazzo6 years
fix-707-27Set minimal postgres version for intervalstyle testDaniele Varrazzo6 years
fix-716Don't raise an exception closing an unused named cursorDaniele Varrazzo6 years
fix-716-27Don't raise an exception closing an unused named cursorDaniele Varrazzo6 years
fix-746Fixed compile error on windowsDaniele Varrazzo6 years
fix-788Fixed adaptation of lists of empty listsDaniele Varrazzo6 years
fix-790Fixed refcount in connection's readonly and deferrable gettersDaniele Varrazzo6 years
fix-794Don't barf on Composite passed to execute_values()Daniele Varrazzo6 years
fix-808Bump to a package version to test with newer libpq versionDaniele Varrazzo5 years
fix-856Make sure to free the connection's pgres on deleteDaniele Varrazzo5 years
fix-886RealDictRow inherits from OrderedDictDaniele Varrazzo5 years
fix-887Test notifies are received ok polling an async curDaniele Varrazzo5 years
fix-901Check return code of pthread_mutex_initDaniele Varrazzo5 years
fix-948Added decorator to clean up the adaptation mappings after testsDaniele Varrazzo5 years
fix-961Fixed handling large Oid valuesDaniele Varrazzo5 years
fix-binaries-2.7.6Bump package version again to test building with an older osx imageDaniele Varrazzo5 years
fix-bsd-versionImport params.h on FreeBSD if needed to establish versionDaniele Varrazzo6 years
fix-iter-warningFix DeprecationWarning: generator '__iter__' raised StopIterationNotSqrt7 years
fix-wheel-libresolvBump version number to try fixing libc 2.26 libresolv problemDaniele Varrazzo7 years
goodbye-initdTrigger docs rebuild on pushDaniele Varrazzo4 years
goodbye-psycopg1Dropped psycopg1 moduleDaniele Varrazzo6 years
identifier-sequencesql.Identifier can wrap a sequence of strings to represent qualified namesDaniele Varrazzo6 years
info-dsn-paramsAdded ConnectionInfo.dsn_parameters attributeDaniele Varrazzo5 years
issue-templateUpdate issue templatesDaniele Varrazzo5 years
libpq-10Test against PG 10.0 on TravisDaniele Varrazzo7 years
libpq-10.1Test windows package with libpq 10.1Daniele Varrazzo6 years
libpq-ptrsAdded docs about pgconn_ptr, pgresult_ptrDaniele Varrazzo5 years
lo64Fixed typo in testsDaniele Varrazzo10 years
maint_2_4Parse the rowcount as longDaniele Varrazzo10 years
maint_2_5Version bumped for release 2.5.5Daniele Varrazzo9 years
maint_2_6Fixed PostgreSQL version matching after PG 10Daniele Varrazzo6 years
maint_2_7Version number bumped to 2.7.7Daniele Varrazzo5 years
maint_2_8Fix typo in sample code: psycopg >> psycopg2Sergey Golitsynskiy3 years
manylinuxAllow skipping the slow testDaniele Varrazzo7 years
manylinux-distBuild fixed wheels into the 'dist' directoryDaniele Varrazzo7 years
masterfix typo in Usage.html page in documentationAmirsoroush12 months
module-init-cleanupGeneral cleanup of module init shenanigansDaniele Varrazzo5 years
mogrify-on-closed-cursor'cursor.mogrify()' can be called on closed cursorsDaniele Varrazzo6 years
musllinuxMention Alpine/musl wheels in news filePeter Lithammer2 years
named-callprocFixed refcount problems in named callprocDaniele Varrazzo7 years
namedtuple-invalid-identifiersConvert fields names into valid Python identifiers in NamedTupleCursorDaniele Varrazzo6 years
namingPrefix 'psycopg_' changed to 'psyco_'Daniele Varrazzo5 years
nested-array-nullsHstore test fixed after adapting arrays dropped space after commasDaniele Varrazzo6 years
new-release-procedureDocumenting a release procedure which doesn't use initd.orgDaniele Varrazzo6 years
no-set-default-sessionFixed BEGIN; SET TRANSACTION with PG 7.4Daniele Varrazzo7 years
no-unittest2Don't try to use unittest2Daniele Varrazzo7 years
obscure-password-before-connectObscure the dsn password before storing it into the connectionDaniele Varrazzo5 years
openssl-1.0.2nBuild using OpenSSL 1.0.2nDaniele Varrazzo6 years
openssl-1.1-windowsRun windows tests on opensslDaniele Varrazzo5 years
pg10Don't convert '{}'::unknown into an empty listDaniele Varrazzo7 years
pg12Try testing PG 11 and 12 on travisDaniele Varrazzo5 years
pull-507Fixed directory for test dbsDaniele Varrazzo7 years
py310Build Python 3.10 packages of relase 2.9.1Daniele Varrazzo2 years
py36-warningsDropped compiler warning about signed/unsigned comparisonsDaniele Varrazzo7 years
py37Declare Python 3.7 supportedDaniele Varrazzo5 years
py38Try building Py38 windows packagesDaniele Varrazzo5 years
py38-winAdded Python 3.8 build on AppveyorDaniele Varrazzo4 years
py39-appveyorPython 2.7 packages build on Windows enabled backDaniele Varrazzo3 years
qstring-writable-encodingWork in progress on writable encodingDaniele Varrazzo8 years
qualifiedsql.Identifier can wrap a sequence of strings to represent qualified namesDaniele Varrazzo6 years
register-bytesAdded documentation for BYTES casterDaniele Varrazzo5 years
separate-binaryDocument the psycopg2-binary packageDaniele Varrazzo6 years
session-attributesRevert default_transaction_* to default only if setDaniele Varrazzo7 years
sql-composeMerge branch 'master' into sql-composeDaniele Varrazzo7 years
sql-copyAdded docs about the usability of sql objects with copy_expert()Daniele Varrazzo7 years
strip-macosInvestigate why strip wheel doesn't work on mac osDaniele Varrazzo2 years
strip-wheelStrip debug symbols from binary packagesDaniele Varrazzo2 years
test-dinosaursSkipped a couple of tests failing on old dbsDaniele Varrazzo7 years
test-pg-11Test PostgreSQL 11 on TravisDaniele Varrazzo6 years
test-postgres-10beta1Run tests against PostgreSQL 10 beta1Daniele Varrazzo7 years
test-windowsDownload postgres from github instead of ftp.postgresql.orgDaniele Varrazzo7 years
test_i686Clean egg-info before running testsDaniele Varrazzo5 years
test_libpq91Build psycopg using libpq 9.1Daniele Varrazzo7 years
testmrTest commit: will fail on CRDBDaniele Varrazzo4 years
travisTEMP: explore where the server config files areDaniele Varrazzo7 years
travis-db-matrixTest against Python final 9.6Daniele Varrazzo7 years
travis-deadlockMerge branch 'master' into travis-deadlockDaniele Varrazzo7 years