Software Map
Tag cloud | Project Tree | Project List
Project tree
Now limiting view to projects in the following categories:
License :: OSI Approved :: BSD License [Remove This Filter]
Environment :: Console (Text Based) [Remove This Filter]
23 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2>
0. 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) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Java [Filter]
- Topic : Database Development [Filter]
- Topic : Drivers/Interfaces [Filter]
- Topic : Procedural Languages [Filter]
|
Activity Percentile: 88.35 Activity Ranking: 13.00 Registered: 2004-08-30 17:26 |
1. 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) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Python [Filter]
- Topic : Database Development [Filter]
|
Activity Percentile: 82.52 Activity Ranking: 19.00 Registered: 2005-03-29 01:35 |
2. 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) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Operating System : OS Independent [Filter]
- Programming Language : Perl [Filter]
- Programming Language : Procedural Language : PL/perl [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Activity Percentile: 78.64 Activity Ranking: 23.00 Registered: 2004-10-21 20:01 |
3. PostgreSQL table comparator - pgComparator is a tool to compare possibly very big tables in different locations and report differences, with a network and time-efficient approach. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Programming Language : C [Filter]
- Programming Language : Perl [Filter]
- Programming Language : SQL [Filter]
- Topic : Database Administration : Database Maintenance [Filter]
- Topic : Database Development : Reporting Tools [Filter]
- Topic : PostgreSQL Enhancements : Replication [Filter]
|
Activity Percentile: 67.96 Activity Ranking: 34.00 Registered: 2004-08-20 08:45 |
4. 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) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Operating System : OS Independent [Filter]
- Programming Language : Ruby [Filter]
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 66.99 Activity Ranking: 35.00 Registered: 2004-05-06 00:39 |
5. DBLink-TDS - DBLink-TDS is a very simple version of the dblink contrib module but linked with freetds libs to connect to a MSSQL remote database.
Right now it's possible to returns tables with SELECTs and manipulate data with INSERT/UPDATE/DELETE. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Programming Language : C [Filter]
- Topic : Database Development : Database Compatibility [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Activity Percentile: 58.25 Activity Ranking: 44.00 Registered: 2005-05-03 01:54 |
6. 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) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Tcl [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Registered: 2005-03-21 17:54 |
7. PostgreSQL - Edit Distance - Contrib written in C for the calculation of the edit-distance inside PostgreSQL, much profit in case of searches approximated in metric spaces. |
- Development Status : 3 - Alpha [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX : BSD : FreeBSD [Filter]
- Operating System : POSIX : Linux [Filter]
- Programming Language : C [Filter]
- Topic : PostgreSQL Enhancements : Indexing [Filter]
|
Activity Percentile: 18.45 Activity Ranking: 85.00 Registered: 2007-02-27 09:40 |
8. PL/scheme - PL/scheme is a procedural language handler for Scheme programming language using Guile. With lots of builtin SRFIs and complete R5RS compliancy supplied by Guile, you'll able to power up your procedures in your favorite programming language! |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C [Filter]
- Programming Language : Procedural Language [Filter]
- Programming Language : Scheme [Filter]
- Topic : Procedural Languages [Filter]
|
Activity Percentile: 17.48 Activity Ranking: 86.00 Registered: 2006-08-11 13:47 |
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 [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : MacOS [Filter]
- Operating System : OS Independent [Filter]
- 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: 7.77 Activity Ranking: 96.00 Registered: 2008-06-09 17:10 |
10. passgen - Small contrib for the random generation of password. |
- Development Status : 4 - Beta [Filter]
- Development Status : 5 - Production/Stable [Filter]
- Development Status : 6 - Mature [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX : BSD : FreeBSD [Filter]
- Operating System : POSIX : Linux [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2007-02-21 17:45 |
11. 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) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- 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 |
12. Intuitionistic Fuzzy PostgreSQL - Intuitionistic fuzzy PostgreSQL is an intuitionistic fuzzy relational database management system |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : End Users/Desktop [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C\+\+ [Filter]
- Topic : PostgreSQL Enhancements [Filter]
- Topic : User Applications : Scientific/Engineering [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-02-16 18:27 |
13. simplefti - This code is a simplistic, userland implementation of full text indexing for PostgreSQL which is still useful for some corner cases. Has been kicked out of /contrib, and an owner is wanted (e-mail josh@postgresql.org). |
- Development Status : 7 - Depreciated [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Programming Language : C [Filter]
- Topic : PostgreSQL Enhancements : Indexing [Filter]
|
Registered: 2006-07-10 22:01 |
14. APLoader - APLoader, or Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby. Features include: fault tolerance, a progress meter, failed batch logs, minimal requirements, a programmable API, and excellent performance. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Ruby [Filter]
- Topic : Database Development [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-10-24 02:08 |
15. Numerical Methods in PL/pgSQL - A library of numerical methods and mathematical functions in PL/pgSQL. |
- Development Status : 1 - Planning [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Topic : User Applications [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-04-01 04:04 |
16. Bizgres - Bizgres project creates and builds a PostgreSQL "distribution", including experimental core mods, for an optimized Business Intelligence version. Downloads and Docs are on homepage www.bizgres.org |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX : Linux [Filter]
- Operating System : POSIX : SunOS/Solaris [Filter]
- Programming Language : C [Filter]
- Programming Language : Java [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-04-16 19:13 |
17. PLPerl NG - This project is intended to remove the limitations on PLPerl for PostgreSQL, and make it a fully featured server side programming language. It is sponsored by Command Prompt, Inc. (http://www.commandprompt.com) and other PostgreSQL project members. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Environment : Other Environment [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Perl [Filter]
- Topic : Database Development [Filter]
- Topic : Drivers/Interfaces [Filter]
- Topic : Procedural Languages [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2004-04-21 00:04 |
18. Natural Language Log Translation Utility - pg_logtranslate is an admin utility allowing translation of PostgreSQL messages in the log file from one natural language to another. |
- Development Status : 1 - Planning [Filter]
- Development Status : 2 - Pre-Alpha [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Natural Language : French [Filter]
- Natural Language : Russian [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C [Filter]
- Topic : Database Administration [Filter]
- Topic : Database Development [Filter]
- Topic : PostgreSQL Community [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2004-07-06 04:40 |
19. pgUnitTest - pgUnitTest is a tool for running unit tests on PostgreSQL databases. Unit tests can be either a comparison between an expected and an actual result of a query or an insert using random data generators. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) (Now Filtering)
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Java [Filter]
- Topic : Database Administration [Filter]
|
Registered: 2007-05-09 20:00 |
23 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2>