summaryrefslogtreecommitdiff
path: root/src/backend/catalog/sql_features.txt
AgeCommit message (Expand)Author
2025-10-03Add IGNORE NULLS/RESPECT NULLS option to Window functions.Tatsuo Ishii
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-02-23Fix mistake in SQL features listPeter Eisentraut
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-05-02Update SQL featuresPeter Eisentraut
2023-04-24doc: Update SQL features namesPeter Eisentraut
2023-04-17doc: Add additional SQL features codes from SQL:2023Peter Eisentraut
2023-04-05doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-11-25Correct some SQL feature namesPeter Eisentraut
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-05-06Update SQL featuresPeter Eisentraut
2022-04-29Claim SQL standard compliance for SQL/JSON featuresAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2021-12-20doc: More documentation on regular expressions and SQL standardPeter Eisentraut
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-03Add trim_array() function.Tom Lane
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-17Routine usage information schema tablesPeter Eisentraut
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-04-02Add some comments to some SQL featuresPeter Eisentraut
2020-03-31Update SQL featuresPeter Eisentraut
2020-03-29Update SQL featuresPeter Eisentraut
2020-03-27Update SQL featuresPeter Eisentraut
2020-03-25Update SQL featuresPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2019-10-25Remove obsolete information schema tablesPeter Eisentraut
2019-09-25Implement jsonpath .datetime() methodAlexander Korotkov
2019-08-22Update SQL conformance informationPeter Eisentraut
2019-06-03Update SQL conformance information about JSON pathPeter Eisentraut
2019-05-14Update SQL features/conformance information to SQL:2016Peter Eisentraut
2019-04-01Improve documentation about our XML functionality.Tom Lane
2019-03-24Transaction chainingPeter Eisentraut
2019-03-07Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLEAlvaro Herrera
2018-05-21Update SQL features listPeter Eisentraut
2018-04-12Revert MERGE patchSimon Riggs