From e4921c5190086bf8ae32bde6c3e50702d3f13142 Mon Sep 17 00:00:00 2001 From: Max Tardiveau <58545486+max-datagamma@users.noreply.github.com> Date: Mon, 23 Nov 2020 11:29:37 -0800 Subject: [PATCH 1/3] Added Gallium Data to Extensions Not 100% sure that Extensions is the right category for Gallium Data, but that's the best I could find. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5e7168f..410ea4e7 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ For Database Management * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. * [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL. * [cyanaudit](https://pgxn.org/dist/cyanaudit/) - Cyan Audit provides in-database logging of all DML activity on a column-by-column basis. +* [Gallium Data](https://www.galliumdata.com) - Database gateway that can change the traffic between client and server without modifying either. * [pglogical](https://github.com/2ndQuadrant/pglogical) - Extension that provides logical streaming replication. * [pg\_partman](https://github.com/pgpartman/pg_partman) - Partition management extension for PostgreSQL. * [pg\_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes. From 7d24fe0245ed0618b4e1411d84dd993a668ab411 Mon Sep 17 00:00:00 2001 From: Max Tardiveau <58545486+max-datagamma@users.noreply.github.com> Date: Mon, 23 Nov 2020 11:36:08 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 410ea4e7..cada1bb9 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ For Database Management * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. * [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL. * [cyanaudit](https://pgxn.org/dist/cyanaudit/) - Cyan Audit provides in-database logging of all DML activity on a column-by-column basis. -* [Gallium Data](https://www.galliumdata.com) - Database gateway that can change the traffic between client and server without modifying either. +* [Gallium Data](https://www.galliumdata.com) - Database gateway that can change the traffic between client and server without modifying either (commercial software but free to use). * [pglogical](https://github.com/2ndQuadrant/pglogical) - Extension that provides logical streaming replication. * [pg\_partman](https://github.com/pgpartman/pg_partman) - Partition management extension for PostgreSQL. * [pg\_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes. From b4f5c8b617d5d9b1ad27ce7b9c151b4e06b492f1 Mon Sep 17 00:00:00 2001 From: Max Tardiveau <58545486+max-datagamma@users.noreply.github.com> Date: Mon, 23 Nov 2020 11:39:50 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cada1bb9..523dd650 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ For Database Management * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. * [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL. * [cyanaudit](https://pgxn.org/dist/cyanaudit/) - Cyan Audit provides in-database logging of all DML activity on a column-by-column basis. -* [Gallium Data](https://www.galliumdata.com) - Database gateway that can change the traffic between client and server without modifying either (commercial software but free to use). +* [Gallium Data](https://www.galliumdata.com) - Database gateway that can change the traffic between client and server without modifying either (Commercial Software). * [pglogical](https://github.com/2ndQuadrant/pglogical) - Extension that provides logical streaming replication. * [pg\_partman](https://github.com/pgpartman/pg_partman) - Partition management extension for PostgreSQL. * [pg\_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes.