Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ bundle=pgedge
api=pgedge
ctlibsV=1.6

spock50V=5.0.0-devel1-1
spock50V=5.0.0-1

spock40V=4.0.10-1

spock33V=3.3.6-1

# removeComponentFromOut: Specifies the Spock component (e.g., spock50) to exclude from stable mode builds in make_tgz.sh.
# This variable is ignored in current mode builds, which include all components.
removeComponentFromOut=spock50
removeComponentFromOut=

lolorV=1.2-1
snwflkV=2.2-1

P17=17.5-1
P17=17.5-2
P171=17.0-1

P16=16.9-1
P16=16.9-2
P161=16.4-2

P15=15.13-1
P15=15.13-2
P151=15.8-2

vectorV=0.8.0-1
Expand Down
12 changes: 6 additions & 6 deletions src/conf/versions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@ INSERT INTO projects VALUES ('pg', 'pge', 1, 5432, '', 1, 'https://github.com/po

INSERT INTO releases VALUES ('pg15', 2, 'pg', '', '', 'prod',
'<font size=-1>New in <a href=https://www.postgresql.org/docs/15/release-15.html>2022</a></font>', 1, 'POSTGRES', '', '');
INSERT INTO versions VALUES ('pg15', '15.13-1', 'amd, arm', 1, '20250508','', '', '');
INSERT INTO versions VALUES ('pg15', '15.13-2', 'amd, arm', 1, '20250715','', '', '');
INSERT INTO versions VALUES ('pg15', '15.12-1', 'amd, arm', 0, '20250224','', '', '');

INSERT INTO releases VALUES ('pg16', 2, 'pg', '', '', 'prod',
'<font size=-1>New in <a href=https://www.postgresql.org/docs/16/release-16.html>2023!</a></font>', 1, 'POSTGRES', '', '');
INSERT INTO versions VALUES ('pg16', '16.9-1', 'amd, arm', 1, '20250508','', '', '');
INSERT INTO versions VALUES ('pg16', '16.9-2', 'amd, arm', 1, '20250715','', '', '');
INSERT INTO versions VALUES ('pg16', '16.8-1', 'amd, arm', 0, '20250224','', '', '');

INSERT INTO releases VALUES ('pg17', 2, 'pg', '', '', 'prod',
'<font size=-1>New in <a href=https://www.postgresql.org/docs/17/release-17.html>2024!</a></font>', 1, 'POSTGRES', '', '');
INSERT INTO versions VALUES ('pg17', '17.5-1', 'amd, arm', 1, '20250508','', '', '');
INSERT INTO versions VALUES ('pg17', '17.5-2', 'amd, arm', 1, '20250715','', '', '');
INSERT INTO versions VALUES ('pg17', '17.4-1', 'amd, arm', 0, '20250224','', '', '');

-- ## ORAFCE #############################
Expand Down Expand Up @@ -354,9 +354,9 @@ INSERT INTO releases VALUES ('spock50-pg15', 4, 'spock', 'Spock', '', 'test', ''
INSERT INTO releases VALUES ('spock50-pg16', 4, 'spock', 'Spock', '', 'test', '', 1, 'pgEdge Community', '', '');
INSERT INTO releases VALUES ('spock50-pg17', 4, 'spock', 'Spock', '', 'test', '', 1, 'pgEdge Community', '', '');

INSERT INTO versions VALUES ('spock50-pg15', '5.0.0-devel1-1', 'amd, arm', 1, '20250521', 'pg16', '', '');
INSERT INTO versions VALUES ('spock50-pg16', '5.0.0-devel1-1', 'amd, arm', 1, '20250521', 'pg16', '', '');
INSERT INTO versions VALUES ('spock50-pg17', '5.0.0-devel1-1', 'amd, arm', 1, '20250521', 'pg17', '', '');
INSERT INTO versions VALUES ('spock50-pg15', '5.0.0-1', 'amd, arm', 1, '20250715', 'pg15', '', '');
INSERT INTO versions VALUES ('spock50-pg16', '5.0.0-1', 'amd, arm', 1, '20250715', 'pg16', '', '');
INSERT INTO versions VALUES ('spock50-pg17', '5.0.0-1', 'amd, arm', 1, '20250715', 'pg17', '', '');

-- ## LOLOR #############################
INSERT INTO projects VALUES ('lolor', 'pge', 4, 0, '', 1, 'https://github.com/pgedge/lolor/tags',
Expand Down