Anil Sahoo
282a956f4f
Reverted changes in Python tests for EPAS/PG YAML files that were added to support Subscription RESQL test cases and adjust streaming values for PG v16+.
2025-10-30 12:50:33 +05:30
Anil Sahoo
53a994ba1e
Fixed an issue where Python tests for EPAS github actions were failing due to a port mismatch with RESQL test case files for Subscription.
2025-10-22 18:14:12 +05:30
Anil Sahoo
c75bba03c2
1) Added 'failover' parameter support in CREATE and ALTER SUBSCRIPTION for PostgreSQL v17+. #8932
...
2) Added 'two_phase' parameter support for ALTER SUBSCRIPTION for PostgreSQL v18+.
3) Updated versioned_template_loader.py to prioritize v18+ templates.
4) Updated the default value of the streaming parameter in CREATE SUBSCRIPTION to 'parallel' in PG v18 (previously false).
2025-09-29 12:52:47 +05:30
Yogesh Mahajan
5376d88444
Update the PATH variable with the newly installed EPAS directory to use the correct pg_config.
2025-09-24 15:55:10 +05:30
Aditya Toshniwal
4a4d4569ae
Improved PL/PGSQL code folding and support nested blocks. #6118
2025-06-02 15:58:07 +05:30
Yogesh Mahajan
33389fc48e
Fix feature test failures for PG servers.
2025-04-24 15:57:48 +05:30
Pravesh Sharma
b08e90ea88
Add support for type constructors for PostGIS spatial types. #2256
2025-04-23 15:35:42 +05:30
Akshay Joshi
4e2fd404c0
pgagent extension should be created only EPAS < 17.
2024-12-12 16:49:11 +05:30
Akshay Joshi
6f8fb6f49d
pgAgent for EPAS is no more supported from v17, so changing the github actions accordingly.
2024-12-11 18:56:24 +05:30
Akshay Joshi
52d6017ce5
Removed PG/EPAS 12 and Added PG/EPAS 17 for github actions.
2024-12-11 12:31:53 +05:30
Akshay Joshi
c3a334f8df
1) Update the repo to the version 2.0 for downloading EPAS.
...
2) Use 'ubuntu-22.04' instead of 'ubuntu-latest'.
2024-12-09 12:32:03 +05:30
Aditya Toshniwal
e612140473
Update release notes.
2024-04-10 18:00:57 +05:30
Aditya Toshniwal
ed2a73f7ff
Fix artifact archive error for EPAS tests on github workflows
2024-04-09 09:52:39 +05:30
Akshay Joshi
30398219f4
Replace actions/upload-artifact@v3 with actions/upload-artifact@v4 for all the github actions.
2024-03-12 16:04:15 +05:30
Akshay Joshi
8545d846c0
Replace actions/checkout@v3 with actions/checkout@v4 for all the github actions.
2024-03-12 15:26:31 +05:30
Akshay Joshi
6d8c4bdb82
1) Checking actions/checkout@v4 working or not.
...
2) Added edb job scheduler command for EPAS 16 only.
2024-03-12 14:45:44 +05:30
Akshay Joshi
a973c9c62c
Remove EPAS 11 and add EPAS 16 in the GitHub actions.
2023-12-20 12:08:19 +05:30
Dave Page
b4f517f7ff
Rename tasks in workflows to allow rule enforcement in Github.
2023-10-05 11:57:24 +05:30
Akshay Joshi
9666bd6c8d
1) Added 'load_balance_hosts' connection string parameter for PG 16 and above. #6802
...
2) Added EPAS 11 support back as its EOL is in November.
2023-10-04 17:55:37 +05:30
Akshay Joshi
bae912fa40
Added PG version 16 and removed PG version 11 from github actions.
2023-09-27 13:26:21 +05:30
Dave Page
1f17051bec
Ryn Python tests against EPAS on Windows ( #6168 )
2023-04-21 13:56:24 +01:00
Dave Page
644575415e
Concurrency control for Python tests.
2023-04-05 16:11:19 +01:00
Dave Page
b14834b06c
Use a matrix based test for the different EPAS versions.
...
This adds parallelism for the different versions, and separates the logs.
2023-04-05 16:09:37 +01:00
Dave Page
401358568a
Simplify and standardise actions.
2023-04-05 15:01:11 +01:00
Dave Page
94bba36713
Support all current EPAS versions.
2023-04-04 14:48:32 +01:00
Dave Page
4df23bd576
Add Python tests against EPAS
2023-03-31 16:25:43 +01:00