From 2bbc30a108f5b3ad55c640c7a017a41367b4244d Mon Sep 17 00:00:00 2001 From: mchristofides Date: Tue, 3 Sep 2019 17:36:53 +0100 Subject: [PATCH 1/2] Move pgMustard to optimization section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccd23c6..e795980 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ For Database Management ### Optimization * [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). * [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). @@ -154,8 +156,6 @@ For Database Management * [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. * [pgloader](https://github.com/dimitri/pgloader) - Loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data. -* [pgMustard](https://www.pgmustard.com/) - A modern user interface -for `EXPLAIN ANALYSE`, that also provides performance tips (Commercial Software). * [pgpool-II](http://www.pgpool.net/mediawiki/index.php/Main_Page) - Middleware that provides connection pooling, replication, load balancing and limiting exceeding connections. * [pgsync](https://github.com/ankane/pgsync) - Tool to sync PostgreSQL data to your local machine. * [PGXN client](https://github.com/pgxn/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network From 6d545b038244f9b0730dd86f1e01e498766dd286 Mon Sep 17 00:00:00 2001 From: mchristofides Date: Tue, 3 Sep 2019 17:54:33 +0100 Subject: [PATCH 2/2] Fix failing tests (redirects and 404s) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e795980..2e29c49 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ For Database Management * [SQL Tabs](http://www.sqltabs.com/) - Cross Platform Desktop Client for PostgreSQL written in JS. * [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.io/) - Native App which let you edit database and structure. High-end security ensured (Commercial Software). +* [TablePlus](https://tableplus.com/) - Native App which let you edit database and structure. High-end security ensured (Commercial Software). * [TeamSQL](https://teamsql.io/) - Cross-platform SQL Client: 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). @@ -89,7 +89,7 @@ For Database Management * [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting * [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client * [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV -* [nancy](https://gitlab.com/postgres-ai-team/nancy) - The Nancy CLI is a unified way to manage automated database experiments either in clouds or on-premise +* [nancy](https://gitlab.com/postgres-ai/nancy) - The Nancy CLI is a unified way to manage automated database experiments either in clouds or on-premise ### Server * [Postgres-XL](https://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster. @@ -172,8 +172,8 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [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 * [graphql-engine](https://github.com/hasura/graphql-engine) - Get Instant Realtime GraphQL APIs over PostgreSQL. -* [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-team/postgres-checkup) - a new-generation diagnostics tool that allows users to collect deep analysis of the health of a Postgres database. +* [sqlcheck](https://github.com/jarulraj/sqlcheck-old) - 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. ### Language bindings * Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern) @@ -247,10 +247,10 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). ### Videos * [Citus Data Youtube channel](https://www.youtube.com/channel/UC8jpoK1BqQhDh6HDGFnM_DA/videos) - Citus related videos * [EnterpriseDB Youtube channel](https://www.youtube.com/channel/UCkIPoYyNr1OHgTo0KwE9HJw) - EnterpriseDB related videos -* [PGConf US Youtube channel](https://www.youtube.com/pgconfus/) - Conference videos +* [PGConf US Youtube channel](https://www.youtube.com/channel/UCsJkVvxwoM7R9oRbzvUhbPQ/videos) - Conference videos ### Community * [Mailing lists](https://www.postgresql.org/list/) - Official mailing lists for Postgres for support, outreach, and more. One of the primary channels of communication in the Postgres community. * [Slack](https://postgres-slack.herokuapp.com/) - Slack channel for Postgres with close to 5000 users -* [#postgresql on Freenode](https://webchat.freenode.net/?channels=postgresql) - The most popular IRC channel about Postgres on Freenode with close to 1000 users +* [#postgresql on Freenode](ttps://webchat.freenode.net/#postgresql) - The most popular IRC channel about Postgres on Freenode with close to 1000 users * [Reddit](https://www.reddit.com/r/PostgreSQL/) - A reddit community for PostgreSQL users with close to 10000 users