summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2021-04-23Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-13Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane
2021-04-12Fix old bug with coercing the result of a COLLATE expression.Tom Lane
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-07Fix use of cursor sensitivity terminologyPeter Eisentraut
2021-04-06Clean up treatment of missing default and CHECK-constraint records.Tom Lane
2021-04-06ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add p_names field to ParseNamespaceItemPeter Eisentraut
2021-03-31Add errhint_plural() function and make use of itPeter Eisentraut
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Trim some extra whitespace in parser filePeter Eisentraut
2021-03-25Rename a parse node to be more generalPeter Eisentraut
2021-03-19Use lfirst_int in cmp_list_len_contents_ascTomas Vondra
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Fix misuse of foreach_delete_current().Tom Lane
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-26Fix list-manipulation bug in WITH RECURSIVE processing.Tom Lane
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
2021-02-08Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2021-01-22Re-allow DISTINCT in pl/pgsql expressions.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-04Add the ability for the core grammar to have more than one parse target.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-11Provide an error cursor for "can't subscript" error messages.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-04Remove unnecessary grammar symbolsPeter Eisentraut
2020-12-03Small code simplificationsPeter Eisentraut
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-30Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-16Normalize comment in empty grammar rulesPeter Eisentraut
2020-11-14Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane