Skip to content

Conversation

jennifersp
Copy link
Contributor

@jennifersp jennifersp commented Sep 8, 2025

Copy link
Contributor

github-actions bot commented Sep 8, 2025

Main PR
covering_index_scan_postgres 345.81/s 334.75/s -3.2%
index_join_postgres 155.37/s 155.67/s +0.1%
index_join_scan_postgres 198.56/s 194.46/s -2.1%
index_scan_postgres 12.38/s 11.76/s -5.1%
oltp_point_select 2567.66/s 2505.01/s -2.5%
oltp_read_only 1857.05/s 1825.94/s -1.7%
select_random_points 121.49/s 119.32/s -1.8%
select_random_ranges 132.26/s 129.05/s -2.5%
table_scan_postgres 11.77/s 11.17/s -5.1%
types_table_scan_postgres 5.43/s 5.21/s -4.1%

Copy link
Contributor

github-actions bot commented Sep 8, 2025

Main PR
Total 42090 42090
Successful 16833 17010
Failures 25257 25080
Partial Successes1 5554 5613
Main PR
Successful 39.9929% 40.4134%
Failures 60.0071% 59.5866%

${\color{lightgreen}Progressions (178)}$

date

QUERY: SELECT DATE_TRUNC('MILLENNIUM', TIMESTAMP '1970-03-20 04:30:00.00000');
QUERY: SELECT DATE_TRUNC('CENTURY', TIMESTAMP '1970-03-20 04:30:00.00000');
QUERY: SELECT DATE_TRUNC('CENTURY', DATE '1970-03-20');
QUERY: SELECT DATE_TRUNC('CENTURY', DATE '2004-08-10');
QUERY: SELECT DATE_TRUNC('DECADE', DATE '1993-12-25');

horology

QUERY: SELECT timestamp with time zone '20011227 040506+08';
QUERY: SELECT timestamp with time zone '20011227 040506-08';
QUERY: SELECT timestamp with time zone '20011227 040506.789+08';
QUERY: SELECT timestamp with time zone '20011227 040506.789-08';
QUERY: SELECT timestamp with time zone '20011227T040506+08';
QUERY: SELECT timestamp with time zone '20011227T040506-08';
QUERY: SELECT timestamp with time zone '20011227T040506.789+08';
QUERY: SELECT timestamp with time zone '20011227T040506.789-08';
QUERY: SELECT timestamp with time zone '2001-12-27 04:05:06.789-08';
QUERY: SELECT timestamp with time zone '2001/12/27 04:05:06.789-08';
QUERY: SELECT timestamp with time zone '12/27/2001 04:05:06.789-08';
QUERY: SELECT timestamp with time zone 'J2452271+08';
QUERY: SELECT timestamp with time zone 'J2452271-08';
QUERY: SELECT timestamp with time zone 'J2452271 04:05:06+08';
QUERY: SELECT timestamp with time zone 'J2452271 04:05:06-08';
QUERY: SELECT date '1981-02-03' + time '04:05:06' AS "Date + Time";
QUERY: SELECT date '1991-02-03' + time with time zone '04:05:06 PST' AS "Date + Time PST";
QUERY: SELECT date '2001-02-03' + time with time zone '04:05:06 UTC' AS "Date + Time UTC";
QUERY: SELECT date '1991-02-03' - time '04:05:06' AS "Subtract Time";
QUERY: SELECT timestamp without time zone '1996-03-01' - interval '1 second' AS "Feb 29";
QUERY: SELECT timestamp without time zone '1999-03-01' - interval '1 second' AS "Feb 28";
QUERY: SELECT timestamp without time zone '2000-03-01' - interval '1 second' AS "Feb 29";
QUERY: SELECT date '1994-01-01' + time '11:00' AS "Jan_01_1994_11am";
QUERY: SELECT date '1994-01-01' + time '10:00' AS "Jan_01_1994_10am";
QUERY: SELECT date '1994-01-01' + timetz '11:00-5' AS "Jan_01_1994_8am";
QUERY: SELECT timestamp with time zone '1996-03-01' - interval '1 second' AS "Feb 29";
QUERY: SELECT timestamp with time zone '1999-03-01' - interval '1 second' AS "Feb 28";
QUERY: SELECT timestamp with time zone '2000-03-01' - interval '1 second' AS "Feb 29";
QUERY: SELECT CAST(cast(date 'today' + time with time zone '03:30'
  + interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00";
QUERY: SHOW DateStyle;
QUERY: SHOW DateStyle;
QUERY: SHOW DateStyle;
QUERY: SHOW DateStyle;
QUERY: SHOW DateStyle;
QUERY: SELECT to_timestamp('2011$03!18 23_38_15', 'YYYY-MM-DD HH24:MI:SS');

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant