In which directory does Homebrew install Postgres executables? I searched almost everywhere.
In the bin/ directory managed by Homebrew. Pop open a terminal and run:
bin/
$ echo `brew --prefix`/bin
The output will be the directory where Postgres executables are installed.
You can usually find recipes in / usr / local / Cellar. Did you try to find there?