From aaab3ee9c64129b5afb2c35e743fba322a052bff Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 5 Jul 2024 13:12:34 -0400 Subject: [PATCH] Doc: minor improvements for our "Brief History" chapter. Add a link to Joe Hellerstein's paper "Looking Back at Postgres", which is quite an interesting take on the history of Postgres. The reference to Appendix E was written when we were still keeping the entire release-note history there, which we stopped doing some years ago when the O(N^2) cost of that started to become apparent. Instead, point to the release note archives on the website. (This per suggestion from Daniel Gustafsson.) In passing, move the "ports12" biblioentry to be in alphabetical order within that section. Discussion: https://postgr.es/m/3345678.1720071633@sss.pgh.pa.us --- doc/src/sgml/biblio.sgml | 60 ++++++++++++++++++++++++++++++----------------- doc/src/sgml/history.sgml | 12 ++++++++-- 2 files changed, 49 insertions(+), 23 deletions(-) diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index cd8aa3e8aa..443e2d6fac 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -230,27 +230,6 @@ ssimkovi@ag.or.at Proceedings and Articles - - - <ulink url="https://arxiv.org/pdf/1208.4179">Serializable Snapshot Isolation in PostgreSQL</ulink> - - - D. - Ports - - - K. - Grittner - - - - - VLDB Conference - August 2012 -
Istanbul, Turkey
-
-
- <ulink url="https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-95-51.pdf">A Critique of ANSI SQL Isolation Levels</ulink> @@ -288,6 +267,24 @@ ssimkovi@ag.or.at + + + <ulink url="https://arxiv.org/pdf/1901.01973">Looking Back at Postgres</ulink> + + J. + Hellerstein + + + + Making Databases Work + 978-1-947487-19-2 + + Association for Computing Machinery and Morgan & Claypool + + 2018 + + + Partial indexing in POSTGRES: research project @@ -328,6 +325,27 @@ ssimkovi@ag.or.at + + + <ulink url="https://arxiv.org/pdf/1208.4179">Serializable Snapshot Isolation in PostgreSQL</ulink> + + + D. + Ports + + + K. + Grittner + + + + + VLDB Conference + August 2012 +
Istanbul, Turkey
+
+
+ <ulink url="https://dsf.berkeley.edu/papers/ERL-M87-13.pdf">The <productname>POSTGRES</productname> diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml index 19bea5390b..e7d134e53a 100644 --- a/doc/src/sgml/history.sgml +++ b/doc/src/sgml/history.sgml @@ -17,6 +17,12 @@ the most advanced open-source database available anywhere. </para> + <para> + Another take on the history presented here can be found in Dr. Joe + Hellerstein's paper <quote>Looking Back at Postgres</quote> + <xref linkend="hell18"/>. + </para> + <sect2 id="history-berkeley"> <title>The Berkeley <productname>POSTGRES</productname> Project @@ -215,8 +221,10 @@ - Details about what has happened in PostgreSQL since - then can be found in . + Details about what has happened in + each PostgreSQL release since then + can be found at + https://www.postgresql.org/docs/release/. -- 2.11.4.GIT