PostgreSQL awesome resources 2018-05-31
PostgreSQL has a very good documentation, but sometimes information about its internals is hard to find, or buried in the mailing lists, or scattered across a number of blogs.
In order to somewhat overcome that, I started to collect various blog articles and presentations about PostgreSQL in a github repository: postgres awesome resources. It's inspired by awesome postgres, but focuses more on understanding how postgres works and how to use it, rather than its ecosystem.
I will keep updating it as I find interesting resources about PostgreSQL, be it some weird C structures only useful in corner cases, or about how to properly use common features. My main sources for now are Postgres weekly and random internet browsing as I need stuff.
This repository is open to contributions, remarks and suggestions. Also, let me know if you find some of the content is outdated!