summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Bump revision for change of PostgreSQL default version.joerg1-1/+2
2009-10-19psycopg 2.0.13:joerg2-6/+6
- support for UUIDs - fix issues with non-blocking connections and lo_write - support reset() on connections as faster alternative to open()/close() - improved support for COPY TO and COPY FROM - bugfixes
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-05Remove unused buildlink3.mk file, use a normal dependency for the Pythonjoerg1-19/+0
package.
2008-08-26psycopg-2.0.7:joerg4-21/+10
- various smaller bug fixes
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-03-13Make PostgreSQL 8.2 the default version. Bump all packages using it.joerg1-2/+2
Remove PostgreSQL 8.0 as choice.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-1/+2
packages which have it active by default.
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+3
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-09-02Update psycopg2 to 2.0.5.1, the new stable version.joerg3-18/+19
Changes since 2.0.2 are mostly bugfixes.
2006-07-12Disable debugging by default.joerg2-1/+13
2006-07-12Import py-psycopg2-2.0.2, a rewritten version of psycopg:joerg5-0/+83
This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock.