Skip to content

Instantly share code, notes, and snippets.

@benschwarz
Last active December 15, 2020 04:20
Show Gist options
  • Star 42 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save benschwarz/c3dbd73c4cf7d763fba3d5b3564e790c to your computer and use it in GitHub Desktop.
Save benschwarz/c3dbd73c4cf7d763fba3d5b3564e790c to your computer and use it in GitHub Desktop.
Awesome postgres

Apps

Tools

Tutorials and Guides

Articles

More as I find things…

@bricklen
Copy link

bricklen commented Feb 9, 2017

Here are a few other sites I use (ir)regularly in my job as a Postgres DBA, in no particular order. (in case some of them are of interest to you)

PostgreSQL blog aggregator: https://planet.postgresql.org/
Search PostgreSQL mailing list: https://www.postgresql.org/list/
Hubert depesz Lubaczewski's blog: https://www.depesz.com/
Pavel Stěhule PostgreSQL tricks: http://postgres.cz/wiki/PostgreSQL_SQL_Tricks
SQL formatter: http://sqlformat.darold.net/
Postgresql data modeler: http://www.pgmodeler.com.br/
Excellent list of an "ideal" Postgres environment by Selena Deckelmann: https://gist.github.com/selenamarie/8724731
Open Postgresql Monitoring: http://opm.io/
PgBadger log analyzer: http://dalibo.github.io/pgbadger/
Backup and Recovery Manager: http://www.pgbarman.org/
repmgr (Replication Manager): http://www.repmgr.org/
wal-e, S3-based WAL archiving: https://github.com/wal-e/wal-e
Query plan visualizer: http://tatiyants.com/pev/#/plans
Description of HOT: https://raw.githubusercontent.com/postgres/postgres/master/src/backend/access/heap/README.HOT
PgBouncer connection pooler: https://pgbouncer.github.io/
Postgresql internals explained (work in progress): http://www.interdb.jp/pg/

@97-109-107
Copy link

Easy postgres codebase injection - aka postgres non data live reload - https://github.com/oelmekki/pgrebase

@gane5h
Copy link

gane5h commented Feb 11, 2017

Advanced SQL Recipes: http://silota.com/docs/recipes/

@jstn
Copy link

jstn commented Feb 21, 2017

As a newcomer, this PGCon presentation on overlooked data types was super valuable: https://www.youtube.com/watch?v=BLX8N3HB8sQ

I nearly used the money type : O

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment