Software Map
Tag cloud | Project Tree | Project List
Project tree
Now limiting view to projects in the following categories:
Development Status :: 5 - Production/Stable [Remove This Filter]
Operating System :: OS Independent [Remove This Filter]
21 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2>
0. Npgsql .Net Data Provider for Postgresql - Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Works with Postgresql 7.x and 8.x and 9.x |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C# [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Activity Percentile: 100.00 Activity Ranking: 1.00 Registered: 2005-09-20 16:12 |
1. Sample Databases - A collection of sample databases for PostgreSQL. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : SQL [Filter]
- Topic : Database Administration : Performance [Filter]
- Topic : Database Development [Filter]
|
Activity Percentile: 98.10 Activity Ranking: 3.00 Registered: 2005-11-04 08:18 |
2. PL/Java - PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, and Functions to the PostgreSQL™ backend via the standard JDBC interface.
The source code for PL/Java has been moved to https://github.com/tada/pljava |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Database Development [Filter]
- Topic : Drivers/Interfaces [Filter]
- Topic : Procedural Languages [Filter]
|
Activity Percentile: 89.52 Activity Ranking: 12.00 Registered: 2004-08-30 17:26 |
3. SkyTools - Database management tools from Skype: WAL shipping, queueing, replication. The tools are named walmgr, PgQ and Londiste, respectively |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : Python [Filter]
- Topic : Database Administration [Filter]
- Topic : Database Development [Filter]
- Topic : PostgreSQL Enhancements : Replication [Filter]
|
Activity Percentile: 86.67 Activity Ranking: 15.00 Registered: 2006-07-10 14:02 |
4. PostgreSQL Loader - The PostgreSQL Loader project is a fast data loader for PostgreSQL, with the ability to generate files of rejected rows. It currently requires Python and Psycopg (version 1 or version 2, latter prefered). |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Python [Filter]
- Topic : Database Development [Filter]
|
Activity Percentile: 82.86 Activity Ranking: 19.00 Registered: 2005-03-29 01:35 |
5. Better Oracle functions support - This project implements of some functions from the Oracle database. Some date functions (next_day, last_day, trunc, round, ...) are implemented now. The functionality was verified on Oracle 10g, and the module is useful for production work. |
- Development Status : 5 - Production/Stable (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : Database Development : Database Compatibility [Filter]
- Topic : Database Development : Porting [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 72.38 Activity Ranking: 30.00 Registered: 2005-05-18 06:40 |
6. pgtcl - Tcl client side interface to PG - This project has moved to github: http://flightaware.github.com/Pgtcl/ |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Tcl [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Registered: 2005-03-21 17:54 |
7. Komo PostgreSQL Client - Komo is a Java Eclipse RCP app used to develop client UIs. It includes basic program and database access elements. Import the source code into an Eclipse workspace and develop a custom application by adding the specific elements you need. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Graphical Interfaces \\\\\(GUI\\\\\) : GUI Builders [Filter]
|
Activity Percentile: 40.95 Activity Ranking: 63.00 Registered: 2006-04-21 17:23 |
8. PostgreSQL Multiple Precision Arithmetic - This extension adds support in PostgreSQL for the data types and
functions avaliable in the GMP library for arbitrary precision
arithmetic. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- Intended Audience : Other Audience [Filter]
- License : OSI Approved : GNU Lesser General Public License \(LGPL\) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : Database Administration : Performance [Filter]
- Topic : PostgreSQL Enhancements : Data Types [Filter]
- Topic : User Applications : Scientific/Engineering [Filter]
|
Activity Percentile: 25.71 Activity Ranking: 79.00 Registered: 2011-03-09 10:46 |
9. pgTAP - Write TAP-based unit tests for your database! pgTAP is a suite of database functions that make it easy to write unit tests in psql scripts suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl and PHP applications. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : MacOS [Filter]
- Operating System : OS Independent (Now Filtering)
- Operating System : POSIX [Filter]
- Programming Language : Perl [Filter]
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : SQL [Filter]
- Topic : Database Development [Filter]
- Topic : PostgreSQL Enhancements [Filter]
- Topic : Technical Applications : Software Development [Filter]
|
Activity Percentile: 8.57 Activity Ranking: 97.00 Registered: 2008-06-09 17:10 |
10. GridPostgreSQL - Parallel Server for PostgreSQL. This project is starting life as a fork of the GridSQL GPL v2 project committed to PostgreSQL specific enhancements. |
- Development Status : 5 - Production/Stable (Now Filtering)
- License : OSI Approved : GNU General Public License \(GPL\) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2010-11-17 03:55 |
11. Clear xlog tail - A stand-alone executable filter to zero the unused portion (if any) at the tail of a WAL (xlog) file. Its primary usage is to allow better compression of WAL files before transfer and/or storage. Useful in an archive_command statement or script. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : Technical Applications : Compression [Filter]
- Topic : Technical Applications : Systems Administration : System Backup [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2007-10-30 18:17 |
12. PG DevStudio by EnterpriseDB - DevStudio is a comprehensive tool for developers to browse and maintain PostgreSQL &/or EnterpriseDB databases. It's coded in Java as a rich client SWING application. You can download the source code from www.enterprisedb.com. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : GNU General Public License \(GPL\) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Database Administration : Database Maintenance [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-01-29 22:21 |
13. Another PostgreSQL Diff Tool - Another PostgreSQL Diff Tool (also known as apgdiff) is free PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that is suitable for upgrade of old schema. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : MIT/X Consortium License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Database Development : Reporting Tools [Filter]
- Topic : Technical Applications : Software Development : Code Generators [Filter]
|
Registered: 2006-03-27 19:16 |
14. phpPgAdmin - phpPgAdmin is a fully functional web-based administration utility for a PostgreSQL database server. It handles all the basic and advanced functionality of PostgreSQL in a user-friendly fashion. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Web Environment [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : GNU General Public License \(GPL\) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : PHP [Filter]
- Topic : Database Administration [Filter]
- Topic : Graphical Interfaces \\\\\(GUI\\\\\) : GUI Admin Tools [Filter]
|
Registered: 2004-05-09 08:15 |
15. JDBC Driver - JDBC Driver for PostgreSQL |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-09-06 14:25 |
16. Python - Driver and PL/FDW. See http://github.com/python-postgres |
- Development Status : 3 - Alpha [Filter]
- Development Status : 4 - Beta [Filter]
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- License : OSI Approved : MIT/X Consortium License [Filter]
- License : OSI Approved : Python License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Programming Language : Python [Filter]
- Topic : Database Development [Filter]
- Topic : Drivers/Interfaces [Filter]
- Topic : Procedural Languages [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-04-06 17:02 |
17. Open Business Accounting (OBA) - OBA is a web based business accounting software modified from sql-ledger to suit accountants ,auditors and who required massive data entry. it comes with some new modules such as quick-entry, sales summary, unique transaction number... |
- Development Status : 5 - Production/Stable (Now Filtering)
- Environment : Win32 (MS Windows) [Filter]
- Environment : X11 Applications [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : End Users/Desktop [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : GNU General Public License \(GPL\) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Perl [Filter]
- Topic : User Applications : Business : Accounting [Filter]
- Topic : User Applications : Business : Inventory [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2004-05-18 16:44 |
18. BenchmarkSQL - A TPC-C like benchmark, with a Java Swing/JDBC client. This robust set of tests can be used to measure the out-of-the-box OLTP performance of all major DB's including PostgreSQL/EnterpriseDB, Oracle, SQLSvr, & MySQL. |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : GNU General Public License \(GPL\) [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-03-05 21:23 |
19. Random Dataset Generator for SKYLINE Op. - Random dataset generator for SKYLINE operator evaluation as set returning function as described in [Borzsonyi2001].
Refs:
[Borzsonyi2001] Börzsönyi, S.; Kossmann, D. & Stocker, K.: The Skyline Operator, In ICDE, 2001, 421--432 |
- Development Status : 5 - Production/Stable (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- Intended Audience : Other Audience [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Programming Language : SQL [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2007-10-12 19:52 |
21 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2>