From 40ba7f4f1b7ef06a2bf09a4e717eabb6af5f5835 Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Wed, 12 Oct 2016 22:36:31 +0800 Subject: [PATCH 1/2] Explain the repository --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000000..81ea3e0c5977c --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +2ndQuadrant PostgreSQL development trees +=========== + +This repository contains development trees for various patches submitted to +PostgreSQL by 2ndQuadrant, in various stages of completion. + +Do not use this repository for building normal PostgreSQL installs. Use the +official community PostgreSQL repository at + +https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary + +or its github mirror at: + +https://github.com/postgres/postgres + +Branches and tags in this repository are linked to from: + +* pgsql-hackers mailing list posts +* PostgreSQL commitfest entries +* blogs +* .. etc + +and are used for collaborative development on features for submission +to core postgres. From e7477e51efad7e834d3d8a1e01bdd5c8013f9535 Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Wed, 12 Oct 2016 22:43:35 +0800 Subject: [PATCH 2/2] Explain typical repo usage --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 81ea3e0c5977c..a778d776c2791 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,9 @@ Branches and tags in this repository are linked to from: and are used for collaborative development on features for submission to core postgres. + +Most people using this tree will want to clone upstream postgres, then +add this as a second remote, e.g. + + git remote add 2ndq https://github.com/2ndQuadrant/postgres.git + git fetch 2ndq