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 |
|
pgSphere 1.1.1 released
Janko Richter - 2010-02-01 01:11 - pgSphere This version is a bug fix release. It fixes building of polygon indices (performance issue), some problems with small objects (precision issue) and fixes negator and commutators of ellipse and polygon operators.
pgfincore - 0.4
Cédric Villemain - 2010-01-07 23:07 - pgfincore This is a big step forward with integration of posix_fadvise.
That mean that tools provided help snapshot and restore buffer cache of the operating sytem for each table or index.
py-postgresql 0.9.3 released
James Pye - 2010-01-07 23:07 - py-postgresql Fixes the db.xact() CM to work properly with SAVEPOINTs.
pgpool-II 2.3.1 released
Tatsuo Ishii - 2009-12-19 01:49 - pgpool Pgpool Gobal Development Group is pleased to announce the availability of pgpool-II 2.3.1, the latest stable version of pgpool-II 2.3 series.
This version fixes important bug of 2.3. All 2.3 users arevencouraged to upgrade to 2.3.1 as soon as possible.
py-postgresql 0.9.2 released
James Pye - 2009-12-19 01:49 - py-postgresql Fixes a handful of relatively minor bugs. See the changelog for details. http://python.projects.postgresql.org/docs/0.9/changes.html#released-on-2009-12-14
Alerce 1.0.0 released
Mariano Reingart - 2009-12-15 17:09 - PyReplica First release of Alerce, a synchronous replication interface for Python (dbapi2 compliant), similar in concept to Sequoia but simpler, based on PyReplica, a PostgreSQL Python-based replication system. Simple failover and failback scripts included.
pgpool-II 2.2.6 released
Tatsuo Ishii - 2009-12-09 01:34 - pgpool Pgpool Gobal Development Group is pleased to announce the availability of pgpool-II 2.2.6, the latest stable version of pgpool-II 2.2 series.
This version enhances handling of backend weight. Also it allows to use temp tables in master/slave mode. It includes various fixes for bugs in 2.2.5 or before as usual.
pgpool-II 2.3 released
Tatsuo Ishii - 2009-12-09 01:34 - pgpool Pgpool Gobal Development Group is pleased to announce the availability of pgpool-II 2.3, the latest stable version of pgpool-II 2.3 series.
This version enhances replication, especially CURRENT_TIMESTAMP, CURRENT_DATE, now() etc. now can be properly replicated. Also
prefix 1.1.0 release
Dimitri Fontaine - 2009-12-09 01:33 - prefix This release is a bugfix in the btree opclass, allowing to index prefix_range columns containing sub-ranges (like '1' and '12' e.g.). This is important for some PRIMARY KEY constraints.
Please note that development now happens on github and that the binary releases are left to debian infrastructure. Releasing already takes more time than development without providing the binaries here.
pgmemcache 2.0.0 released
Hannu Valtonen - 2009-12-09 01:33 - pgmemcache pgmemcache 2.0.0, based on libmemcached has been released.
Pgtcl-ng 1.7.1 has been released
L J Bayuk - 2009-12-09 01:33 - A PostgreSQL Interface for Tcl A new version of the PostgreSQL Tcl Interface pgtcl-ng has been released. Pgtcl-ng 1.7.1 was released in order to provide a Tcl stubs-enabled module for Windows. This makes the module independent of the Tcl version you are using. A source release, and Windows binary releases, are available.
pgchem::tigress 1.1 GiST released
Ernst-Georg Schmid - 2009-12-09 01:33 - pgchem::tigress New internal molecule format, expect about ten times faster substructure queries.
Small bug fixes.
Runtime builds are still against PostgreSQL 8.3.5 with MODULE_MAGIC and OpenBabel 2.2.3
Entity Framework Sample posted
Francisco Figueiredo jr. - 2009-11-12 20:48 - Npgsql .Net Data Provider for Postgresql Hi, all!
I just added an Entity Framework sample project created by Frank Xia based on Microsoft sample code: http://code.msdn.microsoft.com/EFQuerySamples/
PGCluster-1.9.0rc6 released
Atsushi Mitani - 2009-10-28 21:05 - PGCluster This version is based on 8.3.3.
PGCluster Administration server (pgc_admin) is added in this package. It has following functions,
1.Generate and install the configuration files
SkyTools 2.1.10
Marko Kreen - 2009-09-01 20:19 - SkyTools Fixes for Python 2.6, londiste add/add-seq, walmgr and docs.
Full details at:
Pgtcl-ng 1.6.2 updated Windows binary releases
L J Bayuk - 2009-09-01 20:19 - A PostgreSQL Interface for Tcl Two new binary releases of Pgtcl-ng for Windows were added to the Pgtcl-ng 1.6.2 release. These were built with PostgreSQL-8.4.0 and ActiveState Tcl8.4.19 and Tcl8.5.6. The releases were tested against both PostgreSQL-8.4.0 and 8.3.7 servers.
pgpool-II 2.2.4 released
Tatsuo Ishii - 2009-09-01 20:18 - pgpool pgpool Gobal Development Group is pleased to announce the availability of pgpool-II 2.2.4, the latest stable version of pgpool-II 2.2 series.
This version fixes various bugs in 2.2.3 or before. pgpool-II 2.2.3 has serious bug with "version 2 protocol" (used by PostgreSQL 7.3.x or before, and some legacy ODBC drivers AFAIK).
PGExternalTable add HDFS file query function
zhang maosen - 2009-08-18 23:51 - PGExternalTable I have add a function for PGExternalTable to query on HDFS file(hadoop distibuted file system)
libpqxx 3.0.2
Jeroen Vermeulen - 2009-08-18 23:51 - The libpqxx Project Update for the libpqxx 3.0 series. Now with ABI version numbering; 3.0.2 produces a shared library versioned 3.0, which should be compatible with the ones from 3.0 and 3.0.1.
py-postgresql 0.9.1 released
James Pye - 2009-08-18 23:51 - py-postgresql Fixes misaligned reads causing crashes on sparc/solaris when using the C extensions. Big thanks to Leonardo Francalanci for reporting and tracking down the issue!
pgfincore - 0.3
Cédric Villemain - 2009-08-18 23:51 - pgfincore PgFincore allows to know the number of disk block of a table or index in the cache memory of the operating system.(work under linux, must work under BSD or other systems which have 'mincore')
This new version compile only against a postgresql 8.4 server. It introduce a Set Returning Function of composite type. (relname, relpath, block_disk, block_mem, group_mem).
pgpool-II 2.2.3 released
Tatsuo Ishii - 2009-08-18 23:51 - pgpool pgpool Gobal Development Group is pleased to announce the availability of pgpool-II 2.2.3, the latest stable version of pgpool-II 2.2 series.
This version fixes various bugs in 2.2.2 or before.Probably most visible change is, a canceled query caused by statement timeout
Release 4
Dirk Jagdmann - 2009-08-18 23:51 - PostgreSQL Toolbox This release contains bugfixes for some of the tools and all tools were tested on FreeBSD.
Npgsql 2.0.6 released!
Francisco Figueiredo jr. - 2009-07-21 14:35 - Npgsql .Net Data Provider for Postgresql Npgsql Development Team is proud to announce Npgsql2 2.0.6 release. Check out release notes: http://pgfoundry.org/frs/shownotes.php?release_id=1434 for more information about it.
pg_bulkload 2.4.0 and 3.0alpha1 released
Takahiro Itagaki - 2009-07-21 14:34 - pg_bulkload pg_bulkload is a high speed data loading utility for PostgreSQL.
It is 3 times or more faster than postgres' default loader because
pg_bulkload uses less-overhead buffers, skipping WAL writing, and
|
|
| |
|
| PgFoundry Statistics |
| Hosted Projects: 345 Registered Users: 15,045
|
| |
| Top Project Downloads |
| (1,075,046) Npgsql .Net Data Provider for Postgresql
(1,039,721) PostgreSQL OLE DB provider for Windows
(229,749) pgpool
(170,227) Komo PostgreSQL Client
(115,497) PGCluster
(62,718) PgWorksheet
(54,219) PL/Java
(40,756) A PostgreSQL Interface for Tcl
(37,668) PostgreSQL packages for Solaris
(34,949) Sample Databases
|
| |
| Highest Ranked Users |
| | No Stats Available
|
| |
| Most Active This Week |
| ( 100.0% ) Npgsql .Net Data Provider for Postgresql ( 99.1% ) pgpool ( 98.3% ) pgmemcache ( 97.4% ) SkyTools ( 96.6% ) pg_bulkload ( 95.7% ) PL/Java ( 94.8% ) PLpgSQL Debugger by EnterpriseDB ( 94.0% ) PostgreSQL OLE DB provider for Windows ( 93.1% ) DBD-Pg PPM Binaries ( 92.2% ) PGCluster ( 91.4% ) pgFouine ( 90.5% ) pg_reorg ( 89.7% ) pgtune, postgresql.conf tuning wizard ( 88.8% ) mysql2pgsql ( 87.9% ) PostgreSQL Loader ( 87.1% ) PostgreSQL Translation Project ( 86.2% ) PGExternalTable ( 85.3% ) PostgreSQL top ( 84.5% ) A PostgreSQL Interface for Tcl ( 83.6% ) Sample Databases
|
| |
| Recently Registered Projects |
| (01/07) PL/Js (12/28) PGMQ: PostgreSQL Message Queueing (11/30) Metaphone for Brazilian Portuguese (11/10) sqlsplit (10/30) Web 2.0 PgAdmin (10/27) pg_packages Free package implementation (10/26) pg_staging (09/16) Pavel Stehule's collection (08/30) Session hash tools (08/04) shatypes
|
|
| |
|