summaryrefslogtreecommitdiff
path: root/src/include/parser
AgeCommit message (Expand)Author
2021-09-09Remove Value node structPeter Eisentraut
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-07Fix use of cursor sensitivity terminologyPeter 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-26Extended statistics on expressionsTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
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-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-10-27Add select_common_typmod()Peter Eisentraut
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-02Add SQL functions for Unicode normalizationPeter Eisentraut
2020-03-25Go back to returning int from ereport auxiliary functions.Tom Lane
2020-03-24Improve the internal implementation of ereport().Tom Lane
2020-03-17Refactor our checks for valid function and aggregate signatures.Tom Lane
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Refactor parser's generation of Var nodes.Tom Lane
2019-12-18Minimal portability fix for commit e1551f96e.Tom Lane
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane