This repository was archived by the owner on Sep 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 619
Postgres
viveksengupta edited this page Aug 14, 2015
·
5 revisions
- [The Design of Postgres] (http://www.postgresql.org.es/sites/default/files/ERL-M85-95.pdf)
- [The Implementation of Postgres] (http://www.postgresql.org.es/sites/default/files/ERL-M90-34.pdf)
- Peloton : https://github.com/cmu-db/peloton
- Postgres Sandbox : https://github.com/cmu-db/postgres
- Architecture : http://www.postgresql.org/developer/backend/
- Architecture : https://cisc322.files.wordpress.com/2010/09/cisc-322-conceptual-architecture.pdf
- Documentation : http://www.postgresql.org/docs/9.4/static/internals.html
- Doxygen : http://doxygen.postgresql.org/
- Developer FAQ : https://wiki.postgresql.org/wiki/Developer_FAQ
- Eclipse: https://wiki.postgresql.org/wiki/Working_with_Eclipse
- exec_simple_query: src/backend/tcop/postgres.c L883 : static void exec_simple_query(const char *query_string)
- [Introduction to Hacking PostgreSQL: with lots of Code Review] (https://www.linux.org.au/conf/2007/att_data/Miniconfs%282f%29PostgreSQL/attachments/hacking_intro.pdf)
- [A Tour of PostgreSQL Internals] (http://www.postgresql.org/files/developer/tour.pdf)
- [Introduction to Hacking PostgreSQL] (http://www.neilconway.org/talks/hacking/hack_slides.pdf)
- [Explaining EXPLAIN] (https://wiki.postgresql.org/images/4/45/Explaining_EXPLAIN.pdf)
- [Following a Select Statement Through Postgres Internals] (http://patshaughnessy.net/2014/10/13/following-a-select-statement-through-postgres-internals)
- [Discovering the Computer Science Behind Postgres Indexes] (http://patshaughnessy.net/2014/11/11/discovering-the-computer-science-behind-postgres-indexes)