From b62ebe35d92d8370e76b5493657cef6d8e326462 Mon Sep 17 00:00:00 2001 From: mchristofides Date: Fri, 22 May 2020 14:21:38 +0100 Subject: [PATCH 1/6] Remove line break --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cdde4d..da24384 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,7 @@ For Database Management ### Optimization * [pg_flame](https://github.com/mgartner/pg_flame) - A flamegraph generator for query plans. * [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy. -* [pgMustard](https://www.pgmustard.com/) - A modern user interface -for `EXPLAIN`, that also provides performance tips (Commercial Software). +* [pgMustard](https://www.pgmustard.com/) - A modern user interface for `EXPLAIN`, that also provides performance tips (Commercial Software). * [pgtune](https://github.com/gregs1104/pgtune/) - PostgreSQL configuration wizard. * [pgtune](https://github.com/le0pard/pgtune) - Online version of PostgreSQL configuration wizard. * [pgconfig.org](https://github.com/sebastianwebber/pgconfig) - PostgreSQL Online Configuration Tool (also based on pgtune). From d407690814c9156e7eee737532206945031ffc5f Mon Sep 17 00:00:00 2001 From: mchristofides Date: Fri, 22 May 2020 14:28:11 +0100 Subject: [PATCH 2/6] Add pg_docs_bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da24384..2edb7e1 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ For Database Management * [pgCenter](https://github.com/lesovsky/pgcenter) - Provides convenient interface to various statistics, management task, reloading services, viewing log files and canceling or terminating database backends. * [pg_chameleon](https://github.com/the4thdoctor/pg_chameleon) - Real time replica from MySQL to PostgreSQL with optional type override migration and migration capabilities. * [pgclimb](https://github.com/lukasmartinelli/pgclimb) - Export data from PostgreSQL into different data formats. +* [pg_docs_bot](https://github.com/mchristofides/pg_docs_bot/) - Browser extension to redirect PostgreSQL docs links to the current version. * [pgfutter](https://github.com/lukasmartinelli/pgfutter) - Import CSV and JSON into PostgreSQL the easy way. * [PGInsight](http://pginsight.io/) - CLI tool to easily dig deep inside your PostgreSQL database. * [pg_insights](https://github.com/lob/pg_insights) - Convenient SQL for monitoring Postgres database health. From a4210296b16356b1c352869d5633c8558ad74a71 Mon Sep 17 00:00:00 2001 From: mchristofides Date: Fri, 22 May 2020 14:30:11 +0100 Subject: [PATCH 3/6] Revert "Remove line break" This reverts commit b62ebe35d92d8370e76b5493657cef6d8e326462. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2edb7e1..375a063 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,8 @@ For Database Management ### Optimization * [pg_flame](https://github.com/mgartner/pg_flame) - A flamegraph generator for query plans. * [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy. -* [pgMustard](https://www.pgmustard.com/) - A modern user interface for `EXPLAIN`, that also provides performance tips (Commercial Software). +* [pgMustard](https://www.pgmustard.com/) - A modern user interface +for `EXPLAIN`, that also provides performance tips (Commercial Software). * [pgtune](https://github.com/gregs1104/pgtune/) - PostgreSQL configuration wizard. * [pgtune](https://github.com/le0pard/pgtune) - Online version of PostgreSQL configuration wizard. * [pgconfig.org](https://github.com/sebastianwebber/pgconfig) - PostgreSQL Online Configuration Tool (also based on pgtune). From 50660d1ffeb09100187e8ecdcce178c149b7eabf Mon Sep 17 00:00:00 2001 From: mchristofides Date: Fri, 22 May 2020 14:44:40 +0100 Subject: [PATCH 4/6] Update links that are redirecting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 375a063..7567b96 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ * [Stolon](https://github.com/sorintlab/stolon) - PostgreSQL HA based on Consul or etcd, with Kubernetes integration. * [pglookout](https://github.com/aiven/pglookout) - Replication monitoring and failover daemon. * [repmgr](https://github.com/2ndQuadrant/repmgr) - Open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers. -* [Slony-I](http://slony.info) - "Master to multiple slaves" replication system with cascading and failover. +* [Slony-I](https://www.slony.info/) - "Master to multiple slaves" replication system with cascading and failover. * [PAF](https://github.com/ClusterLabs/PAF) - PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. * [SkyTools](https://github.com/pgq/skytools-legacy) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony. @@ -180,7 +180,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [sqitch](https://github.com/sqitchers/sqitch) - Tool for managing versioned schema deployment * [pgmigrate](https://github.com/yandex/pgmigrate) - CLI tool to evolve schema migrations, developed by Yandex. * [pgcmp](https://github.com/cbbrowne/pgcmp) - Tool to compare database schemas, with capability to accept some persistent differences -* [pg-differ](https://github.com/av-dev/postgres-differ) - Tool for easy initialization / updating of the structure of PostgreSQL tables, migration alternative (Node.js). +* [pg-differ](https://github.com/multum/pg-differ) - Tool for easy initialization / updating of the structure of PostgreSQL tables, migration alternative (Node.js). * [sqlcheck](https://github.com/jarulraj/sqlcheck) - Automatically detects common SQL anti-patterns. Such anti-patterns often slow down queries. Addressing them will, therefore, help accelerate queries. * [postgres-checkup](https://gitlab.com/postgres-ai/postgres-checkup) - a new-generation diagnostics tool that allows users to collect deep analysis of the health of a Postgres database. * [ScaffoldHub.io](https://scaffoldhub.io) - Generate fullstack PostgreSQL apps with Angular, Vue or React (Commercial Software). @@ -233,7 +233,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). ### Blogs * [Planet PostgreSQL](https://planet.postgresql.org/) - Blog aggregation service for PostgreSQL. * [Andrew Dunstan's PostgreSQL and Technical blog](http://adpgtech.blogspot.com/search/label/PostgreSQL/) -* [Bruce Momjian's PostgreSQL blog](http://momjian.us/main/blogs/pgblog.html) +* [Bruce Momjian's PostgreSQL blog](https://momjian.us/main/blogs/pgblog.html) * [Craig Kerstiens PostgreSQL posts](http://www.craigkerstiens.com/categories/postgres/) - Set of posts on PostgreSQL cool features, tips and tricks. * [Database Soup](http://www.databasesoup.com/search/label/postgresql/) - Josh Berkus' blog. * [Michael Paquier's blog](https://paquier.xyz/) From 1b59e18fdc2cb5231e06ef0aa676bfb5f864f15f Mon Sep 17 00:00:00 2001 From: mchristofides Date: Fri, 22 May 2020 14:51:10 +0100 Subject: [PATCH 5/6] Fix DataRow link As well as breaking their own website, it looks like they were recently acquired by AWS. It seems to only be available by contacting them, so might be worth adding "Commercial Software", or removing the link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7567b96..9bab32e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ For Database Management * [SQLPro for Postgres](http://macpostgresclient.com/) - Simple, powerful PostgreSQL manager for macOS (Commercial Software). * [temBoard](https://github.com/dalibo/temboard) - Web-based PostgreSQL GUI and monitoring. * [TablePlus](https://tableplus.com/) - Native App which let you edit database and structure. High-end security ensured (Commercial Software). -* [DataRow](https://datarow.com/) - Cross-platform SQL Client for Amazon Redshift: Simple, Effortless, Extensible. +* [DataRow](https://www.datarow.com/) - Cross-platform SQL Client for Amazon Redshift: Simple, Effortless, Extensible. * [Valentina Studio](https://www.valentina-db.com/en/valentina-studio-overview) - Cross-platform database administration tool (Free/Commercial) * [PostgresCompare](https://www.postgrescompare.com) - Cross-platform database comparison and deployment tool (Commercial Software). From bf8da0d0810a08e0dd536241d012f52801225e87 Mon Sep 17 00:00:00 2001 From: mchristofides Date: Fri, 22 May 2020 15:03:07 +0100 Subject: [PATCH 6/6] Try to get test passing (SSL cert looks fine to me) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bab32e..7366e2d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ * [Stolon](https://github.com/sorintlab/stolon) - PostgreSQL HA based on Consul or etcd, with Kubernetes integration. * [pglookout](https://github.com/aiven/pglookout) - Replication monitoring and failover daemon. * [repmgr](https://github.com/2ndQuadrant/repmgr) - Open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers. -* [Slony-I](https://www.slony.info/) - "Master to multiple slaves" replication system with cascading and failover. +* [Slony-I](https://slony.info/) - "Master to multiple slaves" replication system with cascading and failover. * [PAF](https://github.com/ClusterLabs/PAF) - PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. * [SkyTools](https://github.com/pgq/skytools-legacy) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony.