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
46 changes: 46 additions & 0 deletions branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,3 +551,49 @@ branches:
upstream: https://github.com/EnterpriseDB/system_stats.git
ref: master
src_subdir: .

# PostgreSQL — added by auto/sync-branches

- branch: postgresqldev
mode: sgml
version: "19devel"
upstream: https://github.com/postgres/postgres.git
ref: master
src_subdir: doc/src/sgml

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

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

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

# pgEdge System Stats — added by auto/sync-branches

- branch: pgedgesystemstatsdev
mode: md
version: "dev"
upstream: https://github.com/pgEdge/pgedge_system_stats.git
ref: master
src_subdir: .

- branch: pgedgesystemstats321
mode: md
version: "3.2.1"
upstream: https://github.com/pgEdge/pgedge_system_stats.git
ref: v3.2.1
src_subdir: .
Loading