Pinned Repositories
external_file
Allow access to "external files" from PostgreSQL server file systems.
ora2pg
Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
pgbadger
A fast PostgreSQL Log Analyzer
pgcluu
PostgreSQL Cluster performances monitoring and auditing tool
pgFormatter
A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. On-line demo site at http://sqlformat.darold.net/
pgtt
PostgreSQL extension to create, manage and use Oracle-style Global Temporary Tables and the others RDBMS
sendmailanalyzer
Sendmail log Analyzer is a tool to monitor sendmail usage and generate HTML and graph reports. It reports all you ever wanted to know about email trafic on your network. You can also use it in ISP environment with per domain and per mailbox report.
squidanalyzer
Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
squidclamav
SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. It can run antivirus checks based on filename regex, content-type regex, and more. It is easy to install and works even with heavy Squid access.
sysusage
SysUsage is a system monitoring and alarm reporting tool. It can generate historical graph views of CPU, memory, IO, network and disk usage, and very much more.
darold's Repositories
darold/pgbadger
A fast PostgreSQL Log Analyzer
darold/pgFormatter
A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. On-line demo site at http://sqlformat.darold.net/
darold/ora2pg
Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
darold/pgcluu
PostgreSQL Cluster performances monitoring and auditing tool
darold/squidanalyzer
Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
darold/pgtt
PostgreSQL extension to create, manage and use Oracle-style Global Temporary Tables and the others RDBMS
darold/sendmailanalyzer
Sendmail log Analyzer is a tool to monitor sendmail usage and generate HTML and graph reports. It reports all you ever wanted to know about email trafic on your network. You can also use it in ISP environment with per domain and per mailbox report.
darold/squidclamav
SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. It can run antivirus checks based on filename regex, content-type regex, and more. It is easy to install and works even with heavy Squid access.
darold/sysusage
SysUsage is a system monitoring and alarm reporting tool. It can generate historical graph views of CPU, memory, IO, network and disk usage, and very much more.
darold/external_file
Allow access to "external files" from PostgreSQL server file systems.
darold/uri
uri is a extension to add uri data type for postgresql
darold/squidguardmgr
SquidGuard Manager is a Perl CGI script used to manage SquidGuard blocklists and ACLs. It also have a GUI for SquidClamav. It support all configurations directives of SquidGuard and SquidClamav, configuration files can still be edited by hand.
darold/pgtt-rsl
pgtt-rsl is a PostgreSQL extension to create and manage Oracle and DB2 style Global Temporary Tables based on Row Security Level
darold/datalink
PostgreSQL extension for SQL/MED external file access also named Datalink in others RDBMS
darold/modproxyperlhtml
Apache2::ModProxyPerlHtml is the most advanced Apache output filter to rewrite HTTP headers and HTML links for reverse proxy usage. It is written in Perl and exceeds all mod_proxy_html.c limitations without performance lost.
darold/pg_anonymize
PostgreSQL dynamic data anonymization
darold/pg_rep_test
A tool to assist with setting up replication in PostgreSQL 9.1+ for the purposes of testing or demonstration.
darold/pg_statement_rollbackv2
[POC] PostgreSQL full server side statement-level rollback (require command-start-finish-hook-v1.patch on PostgreSQL sources)
darold/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
darold/orafce
The "orafce" project implements in Postgres some of the functions from the Oracle database that are missing (or behaving differently).Those functions were verified on Oracle 10g, and the module is useful for production work.
darold/tds_fdw
A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)