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]
Programming Language :: SQL [Remove This Filter]
26 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2>
0. pg_reorg - pg_reorg can re-organize tables without any locks, and can be a better alternative of CLUSTER and VACUUM FULL. This project is not active now, and fork project "pg_repack" takes over its role. See https://github.com/reorg/pg_repack for details. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Natural Language : Japanese [Filter]
- Operating System : Microsoft : Windows [Filter]
- Operating System : POSIX : Linux [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Administration : Database Maintenance [Filter]
|
Activity Percentile: 83.81 Activity Ranking: 18.00 Registered: 2008-11-23 07:45 |
1. Table Audit - PostgreSQL Table Log uses a trigger to log any INSERTs, UPDATEs
and DELETEs on a specific table into another table.
The second part of tablelog is able to restore the state of the
original table or of a specific row for any time in the past. |
- 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 (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX : Linux [Filter]
- Operating System : POSIX : Other [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Administration : Database Monitoring [Filter]
- Topic : Technical Applications : Software Development : Version Control [Filter]
- Topic : Technical Applications : Systems Administration : System Logging [Filter]
|
Activity Percentile: 80.95 Activity Ranking: 21.00 Registered: 2005-02-20 11:52 |
2. pgfincore - PgFincore is a set of functions to manage blocks in memory. |
- Intended Audience : Database Administrators [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Operating System : POSIX : Linux [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Administration : Database Monitoring [Filter]
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 68.57 Activity Ranking: 34.00 Registered: 2009-06-04 15:57 |
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) [Filter]
- 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 (Now Filtering)
- Topic : Database Administration : Database Maintenance [Filter]
- Topic : Database Development : Reporting Tools [Filter]
- Topic : PostgreSQL Enhancements : Replication [Filter]
|
Activity Percentile: 61.90 Activity Ranking: 41.00 Registered: 2004-08-20 08:45 |
4. Pg Buffercache - Pg_buffercache provides the ability to perform real-time queries on the buffercache for Postgresql versions earlier than 8.1. For 8.1 and above this is available in the contrib section of the source. |
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Administration : Database Monitoring [Filter]
|
Activity Percentile: 44.76 Activity Ranking: 59.00 Registered: 2005-05-31 06:12 |
5. Postgresql utility scripts - This is a collection of bash scripts which are intended to be cron runable and provide various utilities for postgresql databases. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : IT Staff [Filter]
- Intended Audience : Other Audience [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Operating System : POSIX : Linux [Filter]
- Programming Language : SQL (Now Filtering)
- Programming Language : Unix Shell [Filter]
- Topic : Database Administration : Database Maintenance [Filter]
- Topic : Database Administration : Database Monitoring [Filter]
|
Activity Percentile: 23.81 Activity Ranking: 81.00 Registered: 2005-08-27 17:56 |
6. 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 (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 (Now Filtering)
- 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 |
7. 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 [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- Intended Audience : Other Audience [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2007-10-12 19:52 |
8. PG New System Views - This project is an effort to develop new, comprehensive system views for PostgreSQL covering all system objects. When it succeeds and is integrated into the main source (hopefully in 8.1), the project will be dropped. |
- Development Status : 3 - Alpha [Filter]
- Intended Audience : Other Audience [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Programming Language : SQL (Now Filtering)
- Topic : PostgreSQL Enhancements [Filter]
|
Registered: 2005-03-28 01:10 |
9. PostgreSQL Advisor - an advanced schema to provide design, performance, system...
advice, hint, warning about the current setup of your postgresql database. |
- Development Status : 1 - Planning [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Operating System : OS Independent [Filter]
- Programming Language : C [Filter]
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Administration : Database Maintenance [Filter]
- Topic : Database Administration : Performance [Filter]
- Topic : Database Development : Reporting Tools [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2004-05-08 10:17 |
10. PostgreSQL Database Administration Tools - pgtools is a package with usefull utillities for manteining, monitoring, and administrate PostgreSQL database clusters. |
- Development Status : 2 - Pre-Alpha [Filter]
- Environment : Console (Text Based) [Filter]
- Environment : Web Environment [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : Brazillian [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX : Linux [Filter]
- Programming Language : PHP [Filter]
- Programming Language : SQL (Now Filtering)
- Programming Language : Unix Shell [Filter]
- Topic : Database Administration : Database Monitoring [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-11-28 16:28 |
11. Round-Robin SQL - Round-Robin SQL is a SQL implementation of a round robin database. |
- Development Status : 4 - Beta [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Development : Reporting Tools [Filter]
- Topic : Technical Applications : Software Development [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2004-12-03 06:53 |
12. MAC-Manfacturer - This is a set of scripts which imports the IEEE database of MAC addresses & devices. Used to be in /contrib. |
- Development Status : 7 - Depreciated [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Technical Applications : Networking [Filter]
|
Registered: 2006-07-10 22:05 |
13. 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 (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : PostgreSQL Enhancements : Data Types [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-09-15 18:24 |
14. 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 (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : User Applications : Scientific/Engineering [Filter]
|
Registered: 2010-03-13 10:53 |
15. Pyrseas - Pyrseas provides a framework and utilities to upgrade and maintain a
relational database. Its purpose is to enhance and follow through on
the concepts of the Andromeda Project (http://www.andromeda-project.org/). |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) [Filter]
- Environment : Web Environment [Filter]
- 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]
- Operating System : OS Independent [Filter]
- Programming Language : Python [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Development [Filter]
- Topic : Technical Applications : Software Development : Code Generators [Filter]
- Topic : Technical Applications : Software Development : Version Control [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2011-03-31 01:25 |
16. DBLink and Materialized Views - Fully functional Materialized Views and Materialized View Logs on Pg (Pg/Oracle FAST REFRESH and Sybase/MSSQL/ODBC/MySQL COMPLETE REFRESH). It has CREATE/DROP DBLINK,CREATE/DROP/REFRESH SNAPSHOT,CREATE/DROP SNAPSHOT LOG. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : Other Environment [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : Brazillian [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Procedural Language : PL/perl [Filter]
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Drivers/Interfaces [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-05-01 01:20 |
17. Case-Insensitive text - Case-Insensitive text data type named citext for PostgreSQL |
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : PostgreSQL Enhancements : Data Types [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2008-02-05 15:32 |
18. Oracle Compatibility Functions - Oracle Compatibility Functions. |
- Development Status : 3 - Alpha [Filter]
- Environment : Other Environment [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators [Filter]
- License : OSI Approved : BSD License (Now Filtering)
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : SQL (Now Filtering)
- Topic : Database Development : Database Compatibility [Filter]
- Topic : Database Development : Porting [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-12-13 03:27 |
19. 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) [Filter]
- 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 (Now Filtering)
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2007-02-21 17:45 |
26 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2>