summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
4 daysReject opclass options in ON CONFLICT clauseÁlvaro Herrera
7 daysUse palloc_object() and palloc_array() in backend codeMichael Paquier
8 daysRemove useless casts in format argumentsPeter Eisentraut
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-11-27Fix error reporting for SQL/JSON path type mismatchesAmit Langote
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-18Don't allow CTEs to determine semantic levels of aggregates.Tom Lane
2025-11-12Remove unused assignment in CREATE PUBLICATION grammar.Amit Kapila
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-11-04Error message stylistic correctionPeter Eisentraut
2025-11-03Fix outdated comment of COPY in gram.y.Masahiko Sawada
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-21Use CompactAttribute more often, when possibleDavid Rowley
2025-10-15Standardize use of REFRESH PUBLICATION in code and messages.Amit Kapila
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-10-09Fix internal error from CollateExpr in SQL/JSON DEFAULT expressionsAmit Langote
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-03Add IGNORE NULLS/RESPECT NULLS option to Window functions.Tatsuo Ishii
2025-09-29Add GROUP BY ALL.Tom Lane
2025-09-27Refactor to avoid code duplication in transformPLAssignStmt.Tom Lane
2025-09-27Fix missed copying of groupDistinct in transformPLAssignStmt.Tom Lane
2025-09-17Calculate agglevelsup correctly when Aggref contains a CTE.Tom Lane
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-09-10Fix CREATE TABLE LIKE with not-valid check constraintPeter Eisentraut
2025-09-08Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.Robert Haas
2025-09-08Update parser README to include parse_jsontable.cMichael Paquier
2025-09-02Add HINT for COPY TO when WHERE clause is used.Fujii Masao
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-13Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.Tom Lane
2025-07-25Refactor grammar to create opt_utility_option_listÁlvaro Herrera
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-07-03Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-02Fix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
2025-06-26Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-05-21Fix regression with location calculation of nested statementsMichael Paquier
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane