Skip to content

Conversation

@jennifersp
Copy link
Contributor

@jennifersp jennifersp commented Sep 8, 2025

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2025

Main PR
covering_index_scan_postgres 336.13/s 339.89/s +1.1%
index_join_postgres 155.99/s 154.98/s -0.7%
index_join_scan_postgres 195.91/s 194.99/s -0.5%
index_scan_postgres 12.49/s 11.81/s -5.5%
oltp_point_select 2508.65/s 2576.37/s +2.6%
oltp_read_only 1827.50/s 1861.56/s +1.8%
select_random_points 119.28/s 120.59/s +1.0%
select_random_ranges 136.17/s 132.38/s -2.8%
table_scan_postgres 11.53/s 11.31/s -2.0%
types_table_scan_postgres 5.50/s 5.28/s -4.0%

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2025

Main PR
Total 42090 42090
Successful 16839 17016
Failures 25251 25074
Partial Successes1 5554 5613
Main PR
Successful 40.0071% 40.4277%
Failures 59.9929% 59.5723%

${\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.

Copy link
Collaborator

@Hydrocharged Hydrocharged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but ties in with the comment on the other PR: dolthub/go-mysql-server#3203 (comment)

@jennifersp jennifersp merged commit 30951fc into main Sep 16, 2025
14 checks passed
@jennifersp jennifersp deleted the jennifer/datestyle branch September 16, 2025 23:06
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.

3 participants