Test Results Map
================

Tables describing the various `*.out` files and the versions of PostgreSQL or
ClickHouse they cover.

*   Postgres coverage run using latest ClickHouse release.
*   ClickHouse coverage run from PostgreSQL 18.

aggregates.sql
--------------

 Postgres | File
----------|-----------------
 16-18    | aggregates.out
 13-15    | aggregates_1.out

 ClickHouse | File
------------|-----------------
 24.8+      | aggregates.out
 24.3       | aggregates_2.out
 23.8       | aggregates_3.out
 23.3       | aggregates_4.out

binary_inserts.sql
------------------

 Postgres | File
----------|----------------------
 18       | binary_inserts.out
 13-17    | binary_inserts_1.out

 ClickHouse | File
------------|--------------------
 22-26      | binary_inserts.out

binary_queries.sql
------------------

 Postgres | File
----------|----------------------
 18       | binary_queries.out
 17       | binary_queries_1.out
 16       | binary_queries_2.out
 13-15    | binary_queries_3.out

 ClickHouse | File
------------|----------------------
 26         | binary_queries.out
 25         | binary_queries_4.out
 23-24      | binary_queries_5.out
 23         | binary_queries_6.out
 22         | binary_queries_7.out

deparse_checks.sql
------------------

 Postgres | File
----------|----------------------
 18       | deparse_checks.out
 13-17    | deparse_checks_1.out

 ClickHouse | File
------------|--------------------
 22+        | deparse_checks.out

engines.sql
-----------

 Postgres | File
----------|---------------
 18       | engines.out
 13-17    | engines_1.out

 ClickHouse | File
------------|-------------
 22+        | engines.out

functions.sql
-------------

 Postgres | File
----------|---------------
 14-18    | functions.out
 13       | functions_1.out

 ClickHouse | File
------------|-----------------
 25.8+      | functions.out
 25.3       | functions_2.out
 24.8       | functions_3.out
 24.3       | functions_4.out
 23         | functions_5.out

http.sql
--------

 Postgres | File
----------|------------
 18       | http.out
 17       | http_1.out
 16       | http_2.out
 13-15    | http_3.out

 ClickHouse | File
------------|------------
 23+        | http.out
 23         | http_4.out
 22         | http_5.out

http_inserts.sql
----------------

 Postgres | File
----------|--------------------
 18       | http_inserts.out
 13-17    | http_inserts_1.out

 ClickHouse | File
------------|--------------------
 24+        | http_inserts.out
 23         | http_inserts_2.out

ilike_regex.sql
---------------
 Postgres | File
----------|-----------------
 13-18    | ilike_regex.out

 ClickHouse | File
------------|-------------------
 25+        | ilike_regex.out
 23-24      | ilike_regex_1.out

import_schema.sql
-----------------

 Postgres | File
----------|---------------------
 18       | import_schema.out
 13-17    | import_schema_1.out

 ClickHouse | File
------------|---------------------
 23+        | import_schema.out
 22         | import_schema_2.out

json.sql
--------

 Postgres | File
----------|------------
 14-18    | json.out
 13       | json_1.out

 ClickHouse | File
------------|------------
 25.8+      | json.out
 24.8-25.3  | json_2.out
 23-24.3    | json_3.out

param.sql
---------

 Postgres | File
----------|-------------
 17-18    | param.out
 14-16    | param_1.out
 13       | param_2.out

 ClickHouse | File
------------|-----------
 23+        | param.out

regex.sql
---------
 Postgres | File
----------|-----------
 13-18    | regex.out

 ClickHouse | File
------------|-------------
 25+        | regex.out
 23-24      | regex_1.out

subquery_eq.sql
----------------

 Postgres | File
----------|-------------------
 16-18    | subquery_eq.out
 13-15    | subquery_eq_1.out

 ClickHouse | File
------------|-----------------
 23+        | subquery_eq.out

subquery_pushdown.sql
---------------------

 Postgres | File
----------|-------------------------
 18       | subquery_pushdown.out
 13-17    | subquery_pushdown_1.out

 ClickHouse | File
------------|-----------------------
 22+        | subquery_pushdown.out

timezone.sql
------------

 Postgres | File
----------|--------------
 13-18    | timezone.out

 ClickHouse | File
------------|----------------
 25.8+      | timezone.out
 23-25.7    | timezone_1.out

where_sub.sql
-------------

 Postgres | File
----------|-----------------
 18       | where_sub.out
 13-17    | where_sub_1.out

 ClickHouse | File
------------|-----------------
 22+        | where_sub.out

window_functions.sql
--------------------

 Postgres | File
----------|------------------------
 18       | window_functions.out

 ClickHouse | File
------------|----------------------------
 26+        | window_functions.out
 25.4-25.8  | window_functions_4.out
 24.8-25.3  | window_functions_1.out
 24.3       | window_functions_2.out
 23.8       | window_functions_5.out
 23.3       | window_functions_3.out
