Software Map
Tag cloud | Project Tree | Project List
Project tree
Now limiting view to projects in the following categories:
Operating System :: OS Independent [Remove This Filter]
44 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2> <3>
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 [Filter]
- 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. 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 [Filter]
- 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 |
2. Indexable IPv4 range / CIDR type - ip4 and ip4r are types that contain a single IPv4 address and a range of IPv4 addresses
respectively. They can be used as a more flexible, indexable version of the cidr type. |
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : PostgreSQL Enhancements : Data Types [Filter]
|
Activity Percentile: 87.62 Activity Ranking: 14.00 Registered: 2005-03-09 18:37 |
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 [Filter]
- 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 [Filter]
- 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. Full Page Write Improvement - This project aims to reduce the size of archive log files by replacing backup blocks (full page writes) marked as "removable" (introduced in 8.3) with corresponding incremental logs. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : Database Administration : Database Maintenance [Filter]
|
Activity Percentile: 79.05 Activity Ranking: 23.00 Registered: 2007-11-16 06:12 |
6. DBI-Link - DBI-Link is a partial implementation of the SQL/MED portion of the SQL:2008 specification written in PL/PerlU. The official SCM is at http://github.com/davidfetter/DBI-Link |
- Development Status : 5 - Production/Stable [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Perl [Filter]
- Programming Language : Procedural Language : PL/perl [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Activity Percentile: 73.33 Activity Ranking: 29.00 Registered: 2004-10-21 20:01 |
7. 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 [Filter]
- 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 |
8. Foreign Data Wrapper for Oracle - PostgreSQL extension that provides a Foreign Data Wrapper for easy and efficient read access to Oracle databases, including pushdown of WHERE conditions and required columns as well as comprehensive EXPLAIN support. |
- Development Status : 4 - Beta [Filter]
- Environment : Other Environment [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 66.67 Activity Ranking: 36.00 Registered: 2011-08-12 10:15 |
9. libpqtypes - libpqtypes is a libpq extension that offers a new way of handling parameterized queries and getting result values, using a printf/scanf style interface. libpqtypes requires libpq-events, found in 8.4 or a supplied 8.3.x patch. |
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : Database Development [Filter]
- Topic : PostgreSQL Enhancements [Filter]
- Topic : User Applications [Filter]
|
Activity Percentile: 65.71 Activity Ranking: 37.00 Registered: 2008-04-15 14:42 |
10. Practical Query Analyzer - Practical query analysis - produces HTML reports on slowest queries, most frequent queries, queries by type (select/insert/update/delete), and all that sort of thing for PostgreSQL and MySQL database logs. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Ruby [Filter]
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 60.95 Activity Ranking: 42.00 Registered: 2004-05-06 00:39 |
11. pgtcl - Tcl client side interface to PG - This project has moved to github: http://flightaware.github.com/Pgtcl/ |
- Development Status : 5 - Production/Stable [Filter]
- 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 |
12. MsSQL2PgSQL - Se trata de un pequeño programa desarrollado en Java v. 1.5 con el que exportamos tanto tablas, como claves primarias como externas desde una base de datos SQL Server a una PostgreSQL |
- Development Status : 4 - Beta [Filter]
- Environment : Win32 (MS Windows) [Filter]
- Environment : X11 Applications [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : Spanish [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
- Topic : Database Development : Porting [Filter]
|
Activity Percentile: 51.43 Activity Ranking: 52.00 Registered: 2005-01-30 10:55 |
13. 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 [Filter]
- 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 |
14. PostGeoOlap - A tool for creating Spatial OLAP solutions on top of PostgreSQL + PostGIS (although working with solely conventional data is also possible). Results are presented in a spreadsheet frame (for conventional data) and in maps (for geographic data). |
- Development Status : 3 - Alpha [Filter]
- Environment : Win32 (MS Windows) [Filter]
- Environment : X11 Applications [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : Brazillian [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Java [Filter]
|
Activity Percentile: 24.76 Activity Ranking: 80.00 Registered: 2005-06-01 03:19 |
15. 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 [Filter]
- 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 |
16. Snapshot Cloning - pg_snapclone is a set of tools to allow faster dumping of very large PostgreSQL databases at release 8.1+. This is designed to speed up the process of migrating to later releases of PostgreSQL. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : C [Filter]
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2008-03-20 12:22 |
17. Reflectr - Easy to use PgTop equivalent in Rails. |
- Development Status : 4 - Beta [Filter]
- Environment : Web Environment [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent (Now Filtering)
- Programming Language : Ruby [Filter]
- Topic : Database Administration : Database Monitoring [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-09-09 21:35 |
18. GTIN Data Type - The GTIN data type is a full-featured, indexable data type implemented in C that allows values to be stored for all GTIN-compatible bar codes, including UPC, EAN 8, EAN 13, EAN 14, and SSCC. |
- Development Status : 4 - Beta [Filter]
- 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 : C [Filter]
- Programming Language : SQL [Filter]
- Topic : PostgreSQL Enhancements : Data Types [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-09-15 18:24 |
19. pg-randomness - This project will provide C language functions that support some statistical calculations to determine the randomness of data, e.g. calculation of the Shannon bit/byte entropy or Pearson's chi-square statistics. |
- Development Status : 4 - Beta [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 : User Applications : Scientific/Engineering [Filter]
|
Registered: 2010-03-13 10:53 |
44 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2> <3>