| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Feb 2013 02:32:33
2.4.6
|
miwi  |
- Update to 2.4.6
- Convert Header |
10 Apr 2012 06:49:51
2.4.5
|
miwi  |
- Update to 2.4.5
PR: 166529
Submitted by: rm@ |
28 Dec 2011 09:25:06
2.4.4
|
rm  |
- update to 2.4.4
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist
Approved by: miwi (mentor) |
25 Jun 2011 06:41:16
2.4.2
|
miwi  |
- Update to 2.4.2 |
12 Jun 2011 02:28:11
2.4.1
|
miwi  |
- Update to 2.4.1
PR: 156999
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
04 Mar 2011 14:09:31
2.4
|
miwi  |
- Update to 2.4 |
25 Feb 2011 00:12:12
2.3.2_1  |
miwi  |
- Move over to py25+ or above
- While here kick md5 support |
29 Jan 2011 14:14:58
2.3.2
|
miwi  |
- Update to 2.3.2
- Cleanup
PR: 153463
Submitted by: Khee Chin <kheechin@gmail.com>
Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Feature safe: yes |
06 Oct 2010 14:11:49
2.2.2
|
jpaetzel  |
Update to 2.2.2
Adjust MASTER_SITE to account for upstream server crash
PR: ports/149914
Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org>
Sponsored by: iXsystems |
24 May 2010 10:13:02
2.2.1
|
miwi  |
- Update to 2.2.1
PR: 146800
Submitted by: Daniel Gerzo <danger@freebsd.org> (maintainer) |
14 Mar 2010 10:33:45
2.0.14
|
miwi  |
- Update to 2.0.14 |
30 Oct 2009 09:47:58
2.0.13
|
miwi  |
- Update to 2.0.13
PR: 139665
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
03 Sep 2009 21:56:21
2.0.12
|
miwi  |
- Update to 2.0.12 |
30 May 2009 18:42:34
2.0.11
|
miwi  |
- Update to 2.0.11 |
10 May 2009 17:34:35
2.0.10
|
miwi  |
- Update to 2.0.10 |
01 Mar 2009 13:32:52
2.0.9
|
miwi  |
- Update to 2.0.9 |
22 Sep 2008 23:47:12
2.0.8
|
miwi  |
- Update to 2.0.8 |
06 Jun 2008 13:17:10
2.0.7_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
16 May 2008 18:57:21
2.0.7
|
miwi  |
- Update to 2.0.7
PR: 123578
Submitted by: olli hauer <ohauer@gmx.de> |
22 Dec 2007 23:11:40
2.0.6
|
miwi  |
- Remove unnecessary dependencies
Submitted by: Josh Paetzel via irc |
04 Aug 2007 11:41:31
2.0.6
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
02 Jul 2007 15:23:00
2.0.6
|
miwi  |
- Update to 2.0.6
- Respect NOPORTEXAMPLES
- Drop FreeBSD 4.X gruft |
18 Jan 2007 00:43:18
2.0.5.1_1
|
miwi  |
- Fix build with gcc 4.X
PR: 108063
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |
22 Nov 2006 20:23:52
2.0.5.1
|
miwi  |
- Add backup MASTER_SITES |
02 Sep 2006 13:48:03
2.0.5.1
|
miwi  |
- Update to 2.0.5.1
- Changlog here: http://initd.org/pub/software/psycopg/ChangeLog |
10 Aug 2006 19:35:17
2.0.4
|
miwi  |
psycopg2 is a PostgreSQL database adapter for the Python programming language.
It was written from scratch with the aim of being small, fast and stable. It
supports the full Python DBAPI-2.0 and is thread safe.
psycopg2 is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of cursors
and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open
Python connection keeps a pool of real (UNIX or TCP/IP) connections to the
database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.
WWW: http://initd.org/projects/psycopg2
Approved by: krion (mentor) |