| .. |
|
expected
|
PG-1907 Add PG18 specific expected test ouptut
|
2025-09-26 17:13:07 +02:00 |
|
001_settings_default.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
002_settings_pgsm_track_planning.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
003_settings_pgms_extract_comments.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
004_settings_pgsm_track.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
005_settings_pgsm_enable_query_plan.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
006_settings_pgsm_overflow_target.pl
|
PG-606: New GUC required for enabling/disabling of pgsm_query_id calculation… (#383)
|
2023-02-23 19:08:09 +05:00 |
|
007_settings_pgsm_query_shared_buffer.pl
|
Fix integer overflow (#435)
|
2024-04-05 14:34:30 +02:00 |
|
008_settings_pgsm_histogram_buckets.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
009_settings_pgsm_histogram_max.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
010_settings_pgsm_histogram_min.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
011_settings_pgsm_bucket_time.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
012_settings_pgsm_max_buckets.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
013_settings_pgsm_normalized_query.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
014_settings_pgsm_track_utility.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
015_settings_pgsm_query_max_len.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
016_settings_pgsm_max.pl
|
Fix integer overflow (#435)
|
2024-04-05 14:34:30 +02:00 |
|
017_execution_stats.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
018_column_names.pl
|
PG-1907 Add columns to track parallel worker activity
|
2025-09-30 10:26:53 +02:00 |
|
019_insufficient_shared_space.pl
|
PG-606: New GUC required for enabling/disabling of pgsm_query_id calculation… (#383)
|
2023-02-23 19:08:09 +05:00 |
|
020_buffer_overflow.pl
|
PG-606: New GUC required for enabling/disabling of pgsm_query_id calculation… (#383)
|
2023-02-23 19:08:09 +05:00 |
|
021_misc_1.pl
|
PG-606: New GUC required for enabling/disabling of pgsm_query_id calculation… (#383)
|
2023-02-23 19:08:09 +05:00 |
|
022_misc_2.pl
|
PG-606: New GUC required for enabling/disabling of pgsm_query_id calculation… (#383)
|
2023-02-23 19:08:09 +05:00 |
|
023_missing_queries.pl
|
PG-563: Update TAP testcases and output due to changes by DEV.
|
2022-12-27 18:14:32 +05:00 |
|
024_check_timings.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
025_compare_pgss.pl
|
PG-1907 Add columns to track parallel worker activity
|
2025-09-30 10:26:53 +02:00 |
|
026_shared_blocks.pl
|
[PG-810] PG-17 Support (#463)
|
2024-07-18 14:59:57 +02:00 |
|
027_local_blocks.pl
|
[PG-810] PG-17 Support (#463)
|
2024-07-18 14:59:57 +02:00 |
|
028_temp_block.pl
|
[PG-810] PG-17 Support (#463)
|
2024-07-18 14:59:57 +02:00 |
|
029_bucket_done.pl
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |
|
030_histogram.pl
|
PG-608: pg_stat_monitor: Update histogram TAP testcase for sub-ms. (#386)
|
2023-02-24 02:15:36 +05:00 |
|
031_query_stat.pl
|
Fix integer overflow (#435)
|
2024-04-05 14:34:30 +02:00 |
|
032_multiple_extensions.pl
|
Added a tap test case to load multiple PPG extensions in the server before running a test load. (#456)
|
2024-04-23 02:49:57 +05:00 |
|
033_stats_since.pl
|
[PG-810] PG-17 Support (#463)
|
2024-07-18 14:59:57 +02:00 |
|
034_update.pl
|
PG-1931 Fix returned vaules from C function
|
2025-09-18 11:00:40 +02:00 |
|
pgsm.pm
|
PG-603: Fix/Update String::Util module in TAP test perl. (#373)
|
2023-02-02 15:41:43 +05:00 |