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 |
|
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`.
pgpool-II 2.1 beta released
Yoshiyuki Asaba - 2008-03-19 22:20 - pgpool pgpool Global Development Group are pleased to announce the release of pgpool-II 2.1 beta1, a new version of open source middle ware to
PgWorksheet 1.9 released.
Henri Michelon - 2008-03-15 16:30 - PgWorksheet PgWorksheet is a simple GUI frontend to Postgresql for executing SQL query and psql commands without using the psql command line tool.
This release adds support for the python-pgsql module to resolve dependencies problems on some operating systems (pyPgSQL is still supported) and official support and binary packages for OpenSUSE.
Please see the project home page for bug reports, help and installation instructions.
pgloader 2.3.0
Dimitri Fontaine - 2008-03-15 16:30 - PostgreSQL Loader pgloader 2.3.0 implements parallel loading of data at several level, and comes with some minor improvements and fixes, such as the long awaited support for columns = * configuration!
Parallel loading means pgloader is now multi-threaded and able to load several sections at the same time (see the max_parallel_sections global configuration option), and has support for spreading a single file loading to several active workers threads.
OpenRPT 2.3.0 Released
Chris Ryan - 2008-03-15 16:30 - OpenRPT report writer and renderer 2.3.0 ChangeLog
---------------------------------------------------------------------------
Pg::Snapshot and Materialized Views version 0.3.2 released
Cristiano Duarte - 2008-02-22 16:21 - DBLink and Materialized Views Fully functional bug fix release of Pg::snapshot version 0.3.2. Besides support for ON PREBUILT TABLE and FAST/COMPLETE refreshes on PG/ORACLE, it has COMPLETE refreshes over SYBASE, ODBC, FreeTDS (SQL Server) and MySQL. Cursors are used for optimal memory usage.
PGCluster packages 1.9, 1.7, 1.5 and 1.3 updated.
Atsushi Mitani - 2008-02-22 16:20 - PGCluster These versions were fixed bug and add new functions as follows.
(1)BUG FIX
C++ port/refactoring of pgUnitTest
Mickael Deloison - 2008-02-22 16:18 - pgUnitTest pgUnitTest has not been updated for a long time. Most wanted features are the capability for running any SQL statement at any place in the script with any data generator. This will be included in the next release of pgUnitTest. This release will be Unix and Windows compatible and programmed in C++ for better performances. The scripting language will be totally refactored with a syntax closer to the C/C++ one.
textsearch-ja 8.3.0 released
Takahiro Itagaki - 2008-02-22 16:18 - textsearch-ja Now textsearch-ja 8.3.0 is released. It is a text parser for japanese language based on the integrated full text search in PostgreSQL 8.3.
Initial Release
Jeff Davey - 2008-02-16 08:30 - Bindings for the D Programming Language Now in CVS is the initial release of the libpq bindings for D.
It includes two files:
PGCluster-1.9.0rc1 released
Atsushi Mitani - 2008-02-05 04:49 - PGCluster PGCluster 1.9.0rc1, based on PostgreSQL 8.3.0, was released today. This version of PGCluster works on 64-bit servers.
pgSphere 1.0.0 released
Janko Richter - 2008-02-05 04:49 - pgSphere This is the first stable release of pgSphere.
pgloader 2.2.6
Dimitri Fontaine - 2008-02-05 04:49 - PostgreSQL Loader This new version adds -D (--disable-triggers) option to pgloader, which disablestriggers before loading the data, then re-enables them afterward.
-V (--vacuum) now issues a VACUUM ANALYZE for each table instead of a vacuumdb at the end of the load.
pg_proboscis 0.9.4
James Pye - 2008-01-24 19:08 - pg/python Bug fixes, yay. Fixes a problem detecting lost connections and generalizes the exception raised by broken pipes and unexpected EOFs from empty reads(ConnectionFailureError). Fixes the dbapi2 module to pass Stuart Bishop's anal DB-API 2.0 tests. Release published on PyPI. To install, do:
PGCluster-1.5.0rc17 released
Atsushi Mitani - 2008-01-17 08:55 - PGCluster PGCluster 1.5.0rc17, based on PostgreSQL 8.1.11, was released today. This version of PGCluster works on 64-bit servers.
|
|
| |
|
| PgFoundry Statistics |
| Hosted Projects: 278 Registered Users: 8,369
|
| |
| Top Project Downloads |
| (1,007,194) PostgreSQL OLE DB provider for Windows
(737,111) Npgsql .Net Data Provider for Postgresql
(168,761) Komo PostgreSQL Client
(167,925) pgpool
(71,119) PGCluster
(53,180) PgWorksheet
(32,550) A PostgreSQL Interface for Tcl
(28,267) PL/Java
(23,587) PostgreSQL packages for Solaris
(21,113) Sample Databases
|
| |
| Highest Ranked Users |
| | No Stats Available
|
| |
| Most Active This Week |
| ( 100.0% ) Npgsql .Net Data Provider for Postgresql ( 98.6% ) pgpool ( 97.3% ) libpqtypes ( 95.9% ) pgsnap ( 94.5% ) pgFouine ( 93.2% ) PostgreSQL top ( 91.8% ) pg/python ( 90.4% ) DBD-Pg PPM Binaries ( 89.0% ) PL/Proxy ( 87.7% ) PGCluster ( 86.3% ) PostgreSQL OLE DB provider for Windows ( 84.9% ) PostgreSQL packages for Solaris ( 83.6% ) PL/Java ( 82.2% ) Sample Databases ( 80.8% ) PostgreSQL Toolbox ( 79.5% ) PgWorksheet ( 78.1% ) Better Oracle functions support ( 76.7% ) Slony-I ( 75.3% ) PgBouncer ( 74.0% ) SkyTools
|
| |
| Recently Registered Projects |
| (05/08) PostgreSQL Toolbox (05/03) pgstatspack (04/25) pgScript (04/15) libpqtypes (04/09) muninpgplugins (04/04) TestPSc (04/01) pgsnap (03/25) Gopinath (03/21) Summer of Code (03/20) Snapshot Cloning
|
|
| |
|