summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-01Improve some comments in scanner filesPeter Eisentraut
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane
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