summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-19Remove bogus assertion in transformExpressionList().Tom Lane
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-09Remove Value node structPeter Eisentraut
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-09-06Fix typo in comments.Fujii Masao
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-08-06Don't elide casting to typmod -1.Tom Lane
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-27Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-14Fix some nonstandard C code indentation in grammar filePeter Eisentraut
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-07-01Improve various places that double the size of a bufferDavid Rowley
2021-06-21Fix assert failure in expand_grouping_setsDavid Rowley
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-11Change position of field "transformed" in struct CreateStatsStmt.Noah Misch
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-08Don't crash on empty statements in SQL-standard function bodies.Tom Lane
2021-06-06Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane
2021-06-01Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-05-11Fix typoPeter Eisentraut
2021-05-07Fix typos in comments about extended statisticsTomas Vondra
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Remove redundant variableAlvaro Herrera
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