Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PG-810] PG-17 Support #463

Merged
merged 47 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
12e75be
Temporary disable all workflows
artemgavrilov May 7, 2024
5094fb4
Add build workflow with PG17
artemgavrilov May 7, 2024
c85c03d
Fix incompatibilities
artemgavrilov May 7, 2024
adc19d5
Fix 007_settings_pgsm_query_shared_buffer.pl test
artemgavrilov May 7, 2024
4a76938
Fix 018_column_names.pl
artemgavrilov May 8, 2024
c6c394a
Fix 025_compare_pgss.pl
artemgavrilov May 8, 2024
8c79f5d
Remove tuplestore_donestoring usage at all
artemgavrilov May 9, 2024
3c68a60
Merge remote-tracking branch 'origin/main' into pg-17-support
artemgavrilov May 13, 2024
9d8b072
Rename I/O timing statistics columns to shared_blk_{read|write}_time
artemgavrilov May 22, 2024
f5059a8
Fix comments with fileds numbers
artemgavrilov May 22, 2024
28a0696
Fix format
artemgavrilov May 22, 2024
3dafa30
Revert "Temporary disable all workflows"
artemgavrilov May 22, 2024
73febf3
Disable all workflows except check and build for PG 15, 16 and 17
artemgavrilov May 23, 2024
00ea6af
Fix
artemgavrilov May 23, 2024
f5eec50
Fix comments
artemgavrilov May 23, 2024
2441445
Fix migration
artemgavrilov May 23, 2024
bf31663
Use REL_17_BETA1 in CI
artemgavrilov May 23, 2024
cd6d836
Add timers tests to 028_temp_block.pl
artemgavrilov May 24, 2024
60a03d1
Add local blocks timing statistics columns local_blk_{write|read}_time
artemgavrilov May 24, 2024
ffd9685
Fix t/027_local_blocks.pl test for older PG versions
artemgavrilov May 27, 2024
14e61c3
Fix
artemgavrilov May 27, 2024
6d741b8
Add jit_deform_{count|time} metrics
artemgavrilov May 27, 2024
fdbb072
Fix
artemgavrilov May 27, 2024
c78d1af
Add stats_since and minmax_stats_since fields
artemgavrilov Jun 5, 2024
e8a8603
Revert "Disable all workflows except check and build for PG 15, 16 an…
artemgavrilov Jun 5, 2024
1855bc9
Fix t/028_temp_block.pl for PG14 and below
artemgavrilov Jun 6, 2024
bbdc2d1
Fix build for PG12
artemgavrilov Jun 6, 2024
fd1e3a9
Add pgdg workflow for PG17
artemgavrilov Jun 6, 2024
fd8864d
Try to fix PG pgdg workflow
artemgavrilov Jun 6, 2024
122a30c
Fixes and formatting
artemgavrilov Jun 6, 2024
2af9ae7
Format code
artemgavrilov Jun 6, 2024
7c36562
Add level tracking regression test
artemgavrilov Jun 7, 2024
91c5683
Fix nesting level tracking
artemgavrilov Jun 7, 2024
ef378f5
Format code
artemgavrilov Jun 7, 2024
90e53e6
Add level tracking test expected result for PG13
artemgavrilov Jun 8, 2024
63a0679
Fix for PG12
artemgavrilov Jun 8, 2024
2675916
Skip level tracking regression test for PG version less than 14
artemgavrilov Jun 8, 2024
b0aa23f
Fix toplevel calculation for older PG version
artemgavrilov Jun 11, 2024
0b3feb7
Fix level tracking test results
artemgavrilov Jun 11, 2024
3e91da8
Fix nesting level counting for older PG version
artemgavrilov Jun 11, 2024
7a5add3
Revert "Fix nesting level counting for older PG version"
artemgavrilov Jun 11, 2024
8eddd50
Fix level tracking for older PG versions once again
artemgavrilov Jun 13, 2024
eb493e0
Set REL_17_BETA2 tag for PG
artemgavrilov Jul 2, 2024
45b0bfe
Merge remote-tracking branch 'origin/main' into pg-17-support
artemgavrilov Jul 11, 2024
4dd6e90
Add CI badge for PG17
artemgavrilov Jul 11, 2024
4f59dc7
Merge remote-tracking branch 'origin/main' into pg-17-support
artemgavrilov Jul 12, 2024
bc90dca
Use PG17 for examples in readme
artemgavrilov Jul 12, 2024
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
49 changes: 0 additions & 49 deletions .github/workflows/check.yml

This file was deleted.

144 changes: 0 additions & 144 deletions .github/workflows/code-coverage-test.yml

This file was deleted.

127 changes: 0 additions & 127 deletions .github/workflows/postgresql-11-build.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/postgresql-11-pgdg-package.yml

This file was deleted.

Loading