Welcome to the PgFoundry!
PgFoundry is the PostgreSQL Development Group's site for developing and publishing PostgreSQL-related software that is not part of the
core product. It runs on GForge, the Open Source collaborative software development tool.
Please report any difficulties you experience with the site in
the Help forum.
| Latest News |
|
Sources Released
Markus Wanner - 2008-07-16 00:47 - Postgres-R As a first step towards a community project, the Postgres-R code has been cleaned up and commented. You are welcome to download the latest patch from http://www.postgres-r.org/downloads/.
pgpool-II 2.1 RC1 released
Yoshiyuki Asaba - 2008-07-09 23:50 - pgpool pgpool Global Development Group are pleased to announce the release of pgpool-II 2.1 RC1, a new version of open source middle ware to
pgScript-1.0-beta-1 released
Mickael Deloison - 2008-07-09 23:50 - pgScript pgScript first beta version has been released. pgScript is aimed at providing additional features to the SQL/PostgreSQL language:
(1) Control-of-flow capabilities (if & while)
(2) Local variables (simple variables and records)
BuildFarm Client 3.1 released
Andrew Dunstan - 2008-06-28 21:50 - PostgreSQL Build Farm Version 3.1 of the PostgreSQL buildfarm client has been released. This version includes a fix for a perl quoting bug that possibly accounts for some recent build failures. All users are recommended to upgrade to the latest release. See http://pgfoundry.org/frs/?group_id=1000040
PyReplica 1.0.1 released
Mariano Reingart - 2008-06-28 21:50 - PyReplica Minor bugfix release of PyReplica, a new PostgreSQL Python-based Master/Slave replication system (influenced by slony & londiste)
pg_proboscis 1.0.2 released
James Pye - 2008-06-23 22:13 - pg/python Fixes issue with dbapi2.connect() and now properly handles errno.ECONNRESET(Ignoring it caused a superfluous exception to be raised on close()).
pgTAP 0.02 Released
David Wheeler - 2008-06-23 22:13 - pgTAP I've just uploaded pgTAP 0.02 to pgFoundry. pgTAP is a collection of PL/pgSQL test functions, or asserions, which emit TAP, the Test Anything Protocol. The distribution also includes a Perl script that can run pgTAP test scripts in a harness, where results can be analyzed and reported.
New version of pfm
Willem Herremans - 2008-06-23 22:12 - Postgres Forms (pfm) Version 2.0 of Postgres Forms (pfm) has been released.
PL/Proxy 2.0.5
Marko Kreen - 2008-06-09 22:32 - PL/Proxy Fix parser crash when CLUSTER func(); and CLUSTER 'str'; were both used in single session.
pgloader 2.3.1 with fixed format support
Dimitri Fontaine - 2008-06-03 19:03 - PostgreSQL Loader This new version has seen some testing of max_parallel_sections setting, a user using 10 parallel sections to load a 1000 sections file. So this version saw some bugfixes too...
SkyTools 2.1.7
Marko Kreen - 2008-06-03 19:03 - SkyTools Bugfix release. Start quoting table and column
names in queries, PgQ retry/failed event handling
fixes plus few smaller ones.Details here: http://pgfoundry.org/frs/shownotes.php?release_id=1163
pg_proboscis 1.0 released
James Pye - 2008-06-02 09:56 - pg/python 1.0 has hit. ``easy_install pg_proboscis-1.0`` to install. It is incompatible with 0.9 and 0.1, but API stability is now guaranteed; only *incremental* changes will take place in addition to bug fixes. Notably, pg_foundation(pgsql basics), pg_typical(binary type conversions), pg_pqueue(PQ 3.0 protocol implementation), pg_greentrunk(API spec) all hit 1.0 with it.
Npgsql 2.0 Beta 4 Released
Josh Cooley - 2008-05-21 16:00 - Npgsql .Net Data Provider for Postgresql The Npgsql Development Team is proud to announce Npgsql Beta 4 is available.
This release fixes many critical bugs in beta 3. It includes EntityFramework Beta 3 support.
pgchem::tigress in the wild
Ernst-Georg Schmid - 2008-05-15 14:44 - pgchem::tigress Since May 2008, ChemCollect GmbH has an online searchable product catalog, based on pgchem::tigress.
http://www.chemcollect.de/ -> Catalog
libpqtypes Initial Release
Andrew Chernow - 2008-05-09 20:18 - libpqtypes libpqtypes offers an alternative printf/scanf style API for sending and receiving values to and from a PostgreSQL backend.
Andrew Chernow & Merlin Moncure
Contributed by eSilo, LLC. for the PostgreSQL Community
v 0.2b1 released
Joshua Tolley - 2008-05-02 19:13 - PL/LOLCODE PL/LOLCODE v0.2b1 is available from pgfoundry. This version supports most of the LOLCODE language features at some level, including such programming obscurities as comparisons and loops, and even some basic support for database queries.
Pgintcl bugfix release
L J Bayuk - 2008-05-02 19:13 - Pure-Tcl Interface to PostgreSQL Pgintcl-3.0.2 has been released. This contains 1 bug fix for prepared query parameters containing non-ASCII characters.
First prefix release
Dimitri Fontaine - 2008-04-24 19:55 - prefix The prefix project first release allows you to make fast (GiST indexed) lookups on the longest prefix in a table, for example:
SELECT * FROM prefixes WHERE prefix @> query;
Npgsql2.0 Beta3 Released
Francisco Figueiredo jr. - 2008-04-08 14:12 - Npgsql .Net Data Provider for Postgresql The Npgsql Development Team is proud to announce Npgsql Beta3 is available.
Highlights:
SkyTools 2.1.6
Marko Kreen - 2008-04-08 14:12 - SkyTools Quick bugfix release that got big. Several new
features, many fixes aswell. Most visible changes
are probably upgrade script for database code
pgpool-II 2.1 beta2 released
Yoshiyuki Asaba - 2008-04-08 14:11 - pgpool pgpool Global Development Group are pleased to announce the release of pgpool-II 2.1 beta2, a new version of open source middle ware to
pgchem @ Opensource symposium of Duisburg/Essen University
Ernst-Georg Schmid - 2008-04-08 14:10 - pgchem::tigress I'll be with pgchem::tigress at the Open Source symposium of the Duisburg/Essen University: http://www.msm.uni-due.de/index.php?id=4417
PL/Lua 0.3 released!
Luis Carvalho - 2008-03-30 11:25 - PL/Lua Many enhancements and new features in this release! Many thanks to Marko Kreen for the patches, regression tests, and valuable suggestion and discussions!
Changes:
pg_snapclone 1.0 Beta
Simon Riggs - 2008-03-30 11:24 - Snapshot Cloning Set of tools that can allow parallel operations to be performed manually. Patches to pg_dump allow very large dumps to occur net 100% faster. Very useful for upgrades.
pg_proboscis 0.9.6 release
James Pye - 2008-03-19 22:21 - pg/python Fixes incompatibility with no-day intervals in pre-8.1 PostgreSQLs(0.9.5) and corrects the problem where the count() method on result handles always returned `None`(0.9.6). Some good fixes all the way around. Available via PyPI under `pg_proboscis`.
|
|
| |
|
| PgFoundry Statistics |
| Hosted Projects: 292 Registered Users: 8,596
|
| |
| Top Project Downloads |
| (1,018,707) PostgreSQL OLE DB provider for Windows
(767,199) Npgsql .Net Data Provider for Postgresql
(182,186) pgpool
(169,034) Komo PostgreSQL Client
(76,679) PGCluster
(54,898) PgWorksheet
(41,941) A PostgreSQL Interface for Tcl
(31,902) PL/Java
(27,209) PostgreSQL packages for Solaris
(22,857) Sample Databases
|
| |
| Highest Ranked Users |
| | No Stats Available
|
| |
| Most Active This Week |
| ( 100.0% ) Npgsql .Net Data Provider for Postgresql ( 98.9% ) PGCluster ( 97.8% ) pgpool ( 96.7% ) SkyTools ( 95.7% ) PostgreSQL/EnterpriseDB Stack Builder ( 94.6% ) pgScript ( 93.5% ) pgFouine ( 92.4% ) PL/Proxy ( 91.3% ) PL/Java ( 90.2% ) DBD-Pg PPM Binaries ( 89.1% ) pgrpm ( 88.0% ) PostgreSQL OLE DB provider for Windows ( 87.0% ) PostgreSQL packages for Solaris ( 85.9% ) PgWorksheet ( 84.8% ) PostgreSQL Loader ( 83.7% ) mysql2pgsql ( 82.6% ) PostgreSQL top ( 81.5% ) Postgres Forms (pfm) ( 80.4% ) PostgreSQL Build Farm ( 79.3% ) Sample Databases
|
| |
| Recently Registered Projects |
| (07/22) twin (multi-master replication) (07/08) Git Admin (07/03) MSSQL to PGSQL conversion tool (06/11) PGsql Resource Agent (06/09) pgTAP (06/06) pg_compress (06/05) PyReplica (05/31) pg_recovery (05/24) TDomain Manager - Domain Management (05/19) pllua-classic
|
|
| |
|