Commit graph

7 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
501cd8e801 - update to 1.1.0
- trim Makefile header completely (requested by maintainer)
- add CHEESESHOP and make it primary MASTER_SITE, because other locations
  doesn't hold the new release yet
- remove one distfile mirror (requested by maintainer)
- add LICENSE (BSD)
- replace USE_XZ with USE_ZIP, since it was changed upstream
- tune PYDISTUTILS_PKGNAME
- move python32 plist stuff into separate file

changelog:
http://pgfoundry.org/pipermail/python-general/2012-October/001003.html

PR:		172544 (but I can't see it in GNATS because of hub transition)
Submitted by:	rm (myself)
Approved by:	Volodymyr Kostyrko <c.kworr at gmail dot com> (maintainer, by mail)
2012-10-10 12:20:32 +00:00
Nicola Vitale
bc19036613 - Update to 1.0.4 [1]
- Fix pkg-plist when Python version >= 3.2
  (solution approved by maintainer via private email)

PR:		ports/167569
Submitted by:	William Grzybowski <william88 at gmail.com>
Approved by:	Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
2012-07-09 20:13:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Sunpoet Po-Chuan Hsieh
e6b8e83f64 - Update to 1.0.2
PR:		ports/150773
Submitted by:	Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Approved by:	pgollucci (mentor)
2010-10-06 01:42:41 +00:00
Josh Paetzel
9605cfe16d Update to version 1.0.1
PR:	ports/148148
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:	itetcu@ (mentor) implicit
Feature safe: yes
2010-07-04 19:40:02 +00:00
Li-Wen Hsu
8f648ea7c5 - Update to 0.9.3
PR:		ports/142473
Submitted by:	Volodymyr Kostyrko <c.kworr AT gmail.com> (maintainer)
2010-01-31 06:37:30 +00:00
Pav Lucistnik
617155369d Pure Python
All code, at first, is written in pure Python so that py-postgresql will work
anywhere that you can install Python 3. Optimizations in C are made where
needed, but are always optional.

Prepared Statements
Using the PG-API interface, protocol-level prepared statements may be created
and used multiple times. db.prepare(sql)(*args)

COPY Support
Use the convenient COPY interface to directly copy data from one connection to
another. No intermediate files or tricks are necessary.

Arrays and Composite Typescw
Arrays and composites are fully supported. Queries requesting them will returns
objects that provide access to the elements within.

"pg_python" Quick Console
Get a Python console with a connection to PostgreSQL for quick tests and simple
scripts.

WWW: http://python.projects.postgresql.org/

PR:		ports/137782
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2009-12-18 19:22:02 +00:00