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: 16 additions & 7 deletions branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ branches:
- branch: pg16
mode: sgml
version: "16.13"
upstream: https://git.postgresql.org/git/postgresql.git
ref: REL_16_STABLE
upstream: https://github.com/postgres/postgres.git
ref: REL_16_13
src_subdir: doc/src/sgml

- branch: pg17
mode: sgml
version: "17.9"
upstream: https://git.postgresql.org/git/postgresql.git
ref: REL_17_STABLE
upstream: https://github.com/postgres/postgres.git
ref: REL_17_9
src_subdir: doc/src/sgml

- branch: pg18
mode: sgml
version: "18.3"
upstream: https://git.postgresql.org/git/postgresql.git
ref: REL_18_STABLE
upstream: https://github.com/postgres/postgres.git
ref: REL_18_3
src_subdir: doc/src/sgml

- branch: pg19
Expand Down Expand Up @@ -534,7 +534,7 @@ branches:
- branch: systemstats321
mode: md
version: "system_stats v3.2.1"
upstream: https://github.com/EnterpriseDB/system_stats.git
upstream: https://github.com/pgEdge/pgedge_system_stats.git
ref: v3.2.1
src_subdir: .

Expand All @@ -551,3 +551,12 @@ branches:
upstream: https://github.com/EnterpriseDB/system_stats.git
ref: master
src_subdir: .

# 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: .
Loading