Software Map
Tag cloud | Project Tree | Project List
Project tree
Now limiting view to projects in the following categories:
Intended Audience :: Database Administrators [Remove This Filter]
Programming Language :: C [Remove This Filter]
52 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2> <3>
20. PGSpy - PGSpy uses libpcap to sniff out and display the queries being sent to a database - provides functionality similar to log_statement in postgresql.conf however it is not invasive and does not clutter your logs. |
- Development Status : 4 - Beta [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Administration : Database Monitoring [Filter]
|
Activity Percentile: 50.93 Activity Ranking: 54.00 Registered: 2005-04-06 18:25 |
21. DTrace Probes - Adds DTrace probes to PostgreSQL. Sponsored by Sun Microsystems and Pervasive Software. |
- Development Status : 3 - Alpha [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : POSIX : SunOS/Solaris [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Administration : Performance [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 50.00 Activity Ranking: 55.00 Registered: 2005-12-14 20:05 |
22. pg_migrator - pg_migrator performs an in-place upgrade of existing data when upgrading from an old release of PostgreSQL to a new release.
This only supports migrations _to_ 8.4. For upgrades to 9.0 and later, use pg_upgrade, which is now in /contrib. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Natural Language : Japanese [Filter]
- Operating System : MacOS [Filter]
- Operating System : Microsoft : Windows : Windows NT/2000/XP/2003 [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Administration : Database Maintenance [Filter]
|
Activity Percentile: 47.22 Activity Ranking: 58.00 Registered: 2006-10-13 20:37 |
23. 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) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Development : Database Compatibility [Filter]
- Topic : Drivers/Interfaces [Filter]
|
Activity Percentile: 44.44 Activity Ranking: 61.00 Registered: 2005-05-03 01:54 |
24. UUID generation for FreeBSD - Provides UUID generation functions suitable for FreeBSD, avoiding the dependency on the ossp libraries which cause build problems with contrib/uuid-ossp. |
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Operating System : POSIX : BSD : FreeBSD [Filter]
- Programming Language : C (Now Filtering)
- Topic : PostgreSQL Enhancements : Data Types [Filter]
- Topic : PostgreSQL Enhancements : OS/Platforms [Filter]
|
Activity Percentile: 42.59 Activity Ranking: 63.00 Registered: 2008-12-18 16:25 |
25. pgreplay - Reads a PostgreSQL log file, extracts the SQL statements and executes them in the same order and timing against another database server.
Useful for performance tests with real-world workload. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : Microsoft : Windows [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 40.74 Activity Ranking: 65.00 Registered: 2010-03-08 09:49 |
26. PL/LOLCODE - LOLCODE implementation suitable for use as a procedural language. Although as a language itself this isn't necessarily particularly useful, it is simple enough that it should become an effective tutorial on how to write a procedural language. |
- Development Status : 3 - Alpha [Filter]
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Topic : Procedural Languages [Filter]
|
Activity Percentile: 29.63 Activity Ranking: 77.00 Registered: 2007-06-21 02:30 |
27. XlogViewer - The project is a enhanced version of xlogdump. To make it recognize more types of log entries, help modularize xlog and put an interface as an SQL function to view transaction logs (WAL). |
- Development Status : 3 - Alpha [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Administration : Database Maintenance [Filter]
|
Activity Percentile: 25.00 Activity Ranking: 82.00 Registered: 2006-06-02 19:45 |
28. Veil - Veil is a database security add-on for Postgres. It allows databases to be created with efficient row-level access controls: different users can access different subsets of data. |
- Development Status : 3 - Alpha [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Topic : Database Administration [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 18.52 Activity Ranking: 89.00 Registered: 2005-09-13 18:45 |
29. 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 (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Administration : Performance [Filter]
|
Activity Percentile: 16.67 Activity Ranking: 91.00 Registered: 2008-03-20 12:22 |
30. Slony-I - Slony-I is a "master to multiple slaves" replication system supporting cascading and failover.
It uses a group communications system to manage its configuration, allowing dynamic reconfiguration of the cluster. |
- Development Status : 5 - Production/Stable [Filter]
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : Procedural Language : PL/pgSQL [Filter]
- Programming Language : Unix Shell [Filter]
- Topic : Database Administration [Filter]
- Topic : PostgreSQL Enhancements : Replication [Filter]
|
Registered: 2005-06-24 20:18 |
31. 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 (Now Filtering)
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : SQL [Filter]
- Topic : PostgreSQL Enhancements : Data Types [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-09-15 18:24 |
32. DBmirror - dbmirror is a trigger based master/slave replication system for Postgresql written in C and Perl. It was included in the contrib module for Postgresql in versions 7.3 to 8.1.
DBMirror is no longer under active development. |
- Development Status : 7 - Depreciated [Filter]
- Environment : Console (Text Based) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : Database Designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : SQL [Filter]
- Topic : PostgreSQL Enhancements : Replication [Filter]
|
Registered: 2006-07-10 15:42 |
33. pgsqlformac - To provide a simple and easy to install binary installation of the PostgreSQL database engine and some supplimental tools. |
- Development Status : 1 - Planning [Filter]
- Development Status : 3 - Alpha [Filter]
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : End Users/Desktop [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : MacOS [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : Objective C [Filter]
- Programming Language : SQL [Filter]
- Topic : Database Administration [Filter]
- Topic : Graphical Interfaces \(GUI\) [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-09-30 02:31 |
34. 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 [Filter]
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C (Now Filtering)
- 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 |
35. File System Utilities - File system utilities to allow listing volumes and their sizes. |
- Development Status : 5 - Production/Stable [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : IT Staff [Filter]
- License : OSI Approved : BSD License [Filter]
- Operating System : Microsoft : Windows : Windows NT/2000/XP/2003 [Filter]
- Operating System : POSIX : Linux [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : SQL [Filter]
- Topic : Database Administration : Database Monitoring [Filter]
- Topic : Technical Applications : Systems Administration : Filesystems [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2006-02-24 21:34 |
36. get_xml - get_xml is a function that allows you to publish any query result as an XML document. |
- Development Status : 4 - Beta [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- Intended Audience : Webmasters/designers [Filter]
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Natural Language : Spanish [Filter]
- Operating System : OS Independent [Filter]
- Programming Language : C (Now Filtering)
- Topic : Database Development : Reporting Tools [Filter]
- Topic : Internet : Web : Dynamic Content [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-09-27 20:40 |
37. 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 (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : SQL [Filter]
- Topic : Database Administration : Database Monitoring [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-05-31 06:12 |
38. 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) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX : Linux [Filter]
- Operating System : POSIX : SunOS/Solaris [Filter]
- Programming Language : C (Now Filtering)
- Programming Language : Java [Filter]
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-04-16 19:13 |
39. dblink-ldap - dblink functions to access an LDAP directory as a table/view in PostgreSQL. |
- Development Status : 4 - Beta [Filter]
- Environment : No Input/Output (Daemon) [Filter]
- Intended Audience : Application Developers [Filter]
- Intended Audience : Database Administrators (Now Filtering)
- License : OSI Approved : BSD License [Filter]
- Natural Language : English [Filter]
- Operating System : POSIX [Filter]
- Programming Language : C (Now Filtering)
- Topic : PostgreSQL Enhancements [Filter]
|
Activity Percentile: 0.00 Activity Ranking: 0.00 Registered: 2005-08-26 14:22 |
52 projects in result set. Displaying 20 per page. Projects sorted by activity ranking.
<1> <2> <3>