1. b376022 sqlite: Support `GLOB` operator (#2362) by Connor Hindley · 3 days ago main
  2. 158687b Forbid unsafe code (#2369) by Luca Cappelletti · 3 days ago
  3. 0bfafea Support aliased function arguments (expr AS name) (#2368) by Luca Cappelletti · 4 days ago
  4. 20b9849 Parser: fix exponential parse time on speculative prefix parsing (#2352) by Luca Cappelletti · 6 days ago
  5. 928783d Parser: fix exponential parse time on compound keyword chains (#2350) by Luca Cappelletti · 6 days ago
  6. bd8a2c1 Microsoft sql server: Escape quotes in national string display (#2365) by Ophir LOJKINE · 6 days ago
  7. d0c081e Fix issue #2353: Incorrect canonicalization of `NATURAL JOIN` (#2355) by revitalkr · 7 days ago
  8. 575ee26 Support multiple targets for `SELECT INTO` (#2360) by Ifeanyi Ubah · 9 days ago
  9. 42840f0 Spark: enable SQL pipe operator (`|>`) (#2358) by Mosha Pasumansky · 13 days ago
  10. 0d63896 Improve accuracy of supports_string_literal_concatenation_with_newline (#2348) by Yoav Cohen · 2 weeks ago
  11. b6af2ae Expose Parser::into_comments (#2354) by xitep · 2 weeks ago
  12. 8c3f7fc Snowflake: Add support for CREATE FILE FORMAT (#2336) by Guillaume Gelin · 2 weeks ago
  13. 5d61fdd Hive: Support MAP<K, V> column types (#2346) by wugeer · 2 weeks ago
  14. 182eae8 MySQL: Add support for group by with rollup (#2347) by Yoav Cohen · 3 weeks ago
  15. 2705a7d Parser: fix exponential parse time on compound chains (#2344) by Luca Cappelletti · 3 weeks ago
  16. e999d3d Make `visitor` feature `no_std`-compatible (#2343) by Luca Cappelletti · 3 weeks ago
  17. 05428be Snowflake: Add support for PUT (#2341) by Guillaume Gelin · 3 weeks ago
  18. 05af09c PostgreSQL: add support for `ABORT TRANSACTION` (#2332) by Ning Sun · 4 weeks ago
  19. ab8e6ad Add ASYNC keyword support for CREATE INDEX (#2302) by Aleksandar Maksimovic · 4 weeks ago
  20. 7c78d13 BigQuery: Parse WITH CONNECTION on CREATE EXTERNAL TABLE (#2326) by Corey Fritz · 5 weeks ago
  21. 79f06bd Add support for PostgreSQL's ORDER BY ... USING <operator> clause (#2246) by Luca Cappelletti · 5 weeks ago
  22. f98c9d1 [Teradata] Add `CREATE TABLE` options (#2329) by Ifeanyi Ubah · 5 weeks ago
  23. 3f347e3 Fix panic in EscapeQuotedString and parse_flush, clean up a few unwraps (#2330) by Mrmaxmeier · 5 weeks ago
  24. 299f54d Snowflake: Accept COPY GRANTS after CREATE VIEW column list (#2327) by Corey Fritz · 5 weeks ago
  25. 824b5c1 Snowflake: Fix COPY INTO transformation parsing for cast expressions (#2328) by Corey Fritz · 5 weeks ago
  26. a281171 Databricks: Add support for `UPDATE SET *` and `INSERT *` in MERGE statements (#2325) by finchxxia · 6 weeks ago
  27. 3dd0e30 chore: Bump version to 0.62.0 and add changelog (#2331) by Andy Grove · 6 weeks ago 0.62.0-rc1 v0.62.0 v0.62.0-rc1
  28. 9833c03 feat(clickhouse): support PARTITION BY after ORDER BY and ARRAY JOIN (#2283) by Cristhian Lopez · 7 weeks ago
  29. 9550e93 Add Teradata dialect (#2309) by Ifeanyi Ubah · 7 weeks ago
  30. 7eba3ca PostgreSQL: Parse optimizer hints in leading comments (#2320) by Marcelo Altmann · 7 weeks ago
  31. fa1dae1 Snowflake: Add support for text data type modifiers (#2297) by Yoav Cohen · 7 weeks ago
  32. 63e9a33 Redshift: PartiQL AT <index> (#2303) by Yoav Cohen · 8 weeks ago
  33. 19a7468 Track `Parens<T>`'s span (#2291) by xitep · 8 weeks ago
  34. 9a70c42 PostgreSQL: Add support for LATERAL ... WITH ORDINALITY (#2304) by Yoav Cohen · 8 weeks ago
  35. 53dcc82 Spark SQL: Add SparkSqlDialect (#2305) by Andy Grove · 8 weeks ago
  36. 9f04ebe Coding agents guidelines (#2298) by Yoav Cohen · 8 weeks ago
  37. 073df28 Add SHOW CATALOGS syntax and tests (#2284) by Smith Cruise · 8 weeks ago
  38. 93bc80c Only parse FROM identifier in CTE if using Hive (#2241) by Victorien · 8 weeks ago
  39. 67d684b Redshift/PostgreSQL: Parse optional implicit aliases for wildcard select items (#2300) by Yoav Cohen · 8 weeks ago
  40. b68aae0 Fix COLLATE parsing after compound identifiers (#2294) by Roman Borschel · 9 weeks ago
  41. 1421b87 Add PostgreSQL Collation DDL Support (#2249) by Luca Cappelletti · 9 weeks ago
  42. 6fa3614 Add xml '...' TypedString support for PostgreSQL (#2299) by Luca Cappelletti · 9 weeks ago
  43. 2b0dc2d PostgreSQL `ALTER FUNCTION` / `ALTER AGGREGATE` (#2248) by Luca Cappelletti · 9 weeks ago
  44. a05834d MySQL: Support `SHOW FULL PROCESSLIST` syntax (#2292) by jstnd · 9 weeks ago
  45. 531ebdf Support multi-column aliases in SELECT items (#2289) by Minjun Kim · 9 weeks ago
  46. 827978d MySQL: Add support for `ORDER BY` on single-table `UPDATE` (#2296) by Donovan Schönknecht · 9 weeks ago
  47. 72b295a Support optional AS keyword in CTE definitions for Databricks (#2286) by Minjun Kim · 9 weeks ago
  48. ea9b413 Fix parsing EXECUTE (...) with a more general string expression (#2295) by Roman Borschel · 9 weeks ago
  49. 3a28ffa Enable Redshift support for specifying null treatment inside window function (#2293) by Roman Borschel · 9 weeks ago
  50. aa43c25 Enable numeric-prefix identifiers for Databricks dialect (#2290) by Minjun Kim · 9 weeks ago
  51. fe88fd1 Allow bare columns in GROUPING SETS expressions (#2288) by Minjun Kim · 9 weeks ago
  52. 5042135 Add dollar prefix support for money constants in MSSQL (#2285) by Sergey Olontsev · 9 weeks ago
  53. 913cf0e Enable `!` as NOT operator for Databricks dialect (#2287) by Minjun Kim · 2 months ago
  54. 6f8e7b8 Expose values through ValueWithSpan (#2281) by xitep · 3 months ago
  55. df0d56c Fix the tokenization of `<` edge cases (#2280) by Ayman Elkfrawy · 3 months ago
  56. 7c4eac30 recursive protection for `parse_subexpr` (#2282) by Dmitrii Blaginin · 3 months ago
  57. 1097a0d Fixed BACKUP parsing for redshift (#2270) by Andriy Romanov · 3 months ago
  58. 50921b1 [Oracle] Support for `INSERT INTO (<sub-query>) ...` (#2276) by xitep · 3 months ago
  59. b3e176d Add SETOF support for PostgreSQL function return types (#2217) by Filipe Guerreiro · 3 months ago
  60. 203ced4 Fixed CHANGES keyword parsing for snowflake (#2266) by Andriy Romanov · 3 months ago
  61. 924a116 Fix STORAGE LIFECYCLE POLICY for snowflake queries (#2264) by Andriy Romanov · 3 months ago
  62. 9d5a171 Fixed stage name parsing for snowflake (#2265) by Andriy Romanov · 3 months ago
  63. 738f12d Fixed create snapshot table for bigquery (#2269) by Andriy Romanov · 3 months ago
  64. 47b6aac add support for databricks JSON accessors (#2272) by whirlun · 3 months ago
  65. d38dd78 Add support for PostgreSQL LOCK TABLE (#2273) by Michael Bradshaw · 3 months ago
  66. 3fa7114 Fixed parsing `OPTIONS(format = 'CSV')` when creating external bigquery table (#2268) by Andriy Romanov · 3 months ago
  67. b6003eb Fixed COPY GRANTS clause parsing for snowflake (#2267) by Andriy Romanov · 3 months ago
  68. 13b88a3 Fixed transaction handling for snowflake (#2263) by Andriy Romanov · 3 months ago
  69. 64f4b1f Added SORTKEY keyword parsing for redshift queries (#2261) by Andriy Romanov · 3 months ago
  70. 6691f31 Fix credentials parsing for redshift (#2262) by Andriy Romanov · 3 months ago
  71. 915448c Add support for parsing COPY statements from STDIN without a semicolon (#2245) by Luca Cappelletti · 3 months ago
  72. 255e50c Allow INSERT columns to be qualified (#2260) by xitep · 3 months ago
  73. 1da2ff7 Redshift: Added DISTSTYLE and DISTKEY keywords parsing (#2222) by Andriy Romanov · 3 months ago
  74. 31e1942 MSSQL: Add support for OUTPUT clause on INSERT/UPDATE/DELETE (#2228) by Guan-Ming (Wesley) Chiu · 3 months ago
  75. 49bdb5c Snowflake: parse EXCLUDE column list as ObjectName to support qualified names (#2244) by Yoabot · 3 months ago
  76. a3cfcac Add Readyset to users in README.md (#2247) by Michael Victor Zink · 3 months ago
  77. 5b7bc1a Support two-argument `TRIM(string, characters)` in PostgreSQL (#2240) by Luca Cappelletti · 3 months ago
  78. 83baf5e Support MySQL KEY keyword in column definitions (#2243) by Michael Victor Zink · 3 months ago
  79. 6f0e803 MSSQL: support EXEC (@sql) dynamic SQL execution (#2234) by Yoabot · 3 months ago
  80. 523d78e Support parenthesized `CREATE TABLE ... (LIKE ... INCLUDING/EXCLUDING DEFAULTS)` in `PostgreSQL` (#2242) by Luca Cappelletti · 3 months ago
  81. bd7f70e MSSQL: prevent statement-starting keywords from being consumed as implicit aliases (#2233) by Yoabot · 4 months ago
  82. e87241a Snowflake: support wildcard with EXCLUDE in function arguments (#2231) by Yoabot · 4 months ago
  83. 8afcad8 Redshift: support wildcard select items with alias (#2230) by Yoabot · 4 months ago
  84. 982068e Add support for INTERVAL keyword as unquoted identifier in PostgreSQL (#2238) by Luca Cappelletti · 4 months ago
  85. d9b53a0 Introduce `Visit::visit_select` (#2235) by xitep · 4 months ago
  86. 0b589b2 [Oracle] Table alias for INSERTed table (#2214) by xitep · 4 months ago
  87. 36e8ce6 Optimise out string allocations and copies in keyword lookup (#2226) by Alexander Beedie · 4 months ago
  88. e81eb14 Allow custom OptimizerHints (#2216) by Marcelo Altmann · 4 months ago
  89. a99fe54 PostgreSQL: Support more COMMENT ON object types (#2220) by Guan-Ming (Wesley) Chiu · 4 months ago
  90. bfd944c Prefer use of `peek_token_ref` over `peek_token` where valid (#2225) by Alexander Beedie · 4 months ago
  91. 15dc6a2 PostgreSQL: Support PRIMARY KEY/UNIQUE USING INDEX (#2213) by Guan-Ming (Wesley) Chiu · 4 months ago
  92. fb10a76 MSSQL: Add support for WAITFOR statement (#2210) by Guan-Ming (Wesley) Chiu · 4 months ago
  93. 0f37c27 Resolve breaking change that set "supports_lambda_functions" on `GenericDialect` (#2224) by Alexander Beedie · 4 months ago
  94. 40350e3 Fix `derive_dialect!` proc macro for use from external crates (#2219) by Alexander Beedie · 4 months ago
  95. 63eeaa0 [PIVOT] Optional AS keyword for aliases (#2209) by xitep · 4 months ago
  96. 2ea773a Fixed select dollar column from stage for snowflake (#2165) by Andriy Romanov · 4 months ago
  97. 798fbe4 MSSQL: Add support for TRAN shorthand (#2212) by Guan-Ming (Wesley) Chiu · 4 months ago
  98. 6a48f44 Updated `parse_infix(..)` in `mysql.rs` and `sqlite.rs` to handle error rather than `unwrap()` (#2207) by Alex · 4 months ago
  99. 4b4a9d7 Snowflake: Lambda functions (#2192) by Yoav Cohen · 4 months ago
  100. 8e36e8e Updated Fuzzer harness to address all dialects (#2203) by Alex · 4 months ago