summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2022-03-31Fix comments with "a expression"Andrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27Fix up compiler warnings/errors from f4fb45d15.Tom Lane
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Handle sequences in preprocess_pubobj_listTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-09Add parse_analyze_withcb()Peter Eisentraut
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-02-14Move scanint8() to numutils.cPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-17Add Boolean nodePeter Eisentraut
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
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