Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,26 @@ branches:
upstream: https://github.com/patroni/patroni.git
ref: v4.1.3
src_subdir: docs

# PostgreSQL — added by auto/sync-branches

- branch: postgresql18
mode: sgml
version: "18"
upstream: https://github.com/postgres/postgres.git
ref: REL_18_4
src_subdir: doc/src/sgml

- branch: postgresql17
mode: sgml
version: "17"
upstream: https://github.com/postgres/postgres.git
ref: REL_17_10
src_subdir: doc/src/sgml

- branch: postgresql16
mode: sgml
version: "16"
upstream: https://github.com/postgres/postgres.git
ref: REL_16_14
src_subdir: doc/src/sgml
Loading