summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2018-07-31Ensure partition child tables inherit distribution properties correctlyPavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-04Further unify ROLE and USER command grammar rulesPeter Eisentraut
2017-08-03Allow a foreign table CHECK constraint to be initially NOT VALID.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-02Fix OBJECT_TYPE/OBJECT_DOMAIN confusionPeter Eisentraut
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-13Ensure that child table inherits distribution stretegy from the parent.Pavan Deolasee
2017-07-09Remove storm_catalog schemaTomas Vondra
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-22Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Ensure transformCreateStmt allows partitioned table alongside regular tablePavan Deolasee
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Revert "Collect and return query substrings corresponding to each SQL statement"Pavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-11Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.Tom Lane
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-05-29Allow NumericOnly to be "+ FCONST".Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-10Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-05Support an additional syntax ANALYZE (COORDINATOR) to allow users to rebuildPavan Deolasee
2017-05-05Handle multi-command SQL strings correctly even when there are 'null' sqlPavan Deolasee
2017-05-05Do not silently skip FK constraints if loose_constraints are ON.Pavan Deolasee
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-28Remove unnecessairly duplicated gram.y productionsStephen Frost
2017-04-16Sync addRangeTableEntryForENR() with its peer functions.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-06Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner
2017-04-06Identity columnsPeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-31Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-28Altering default privileges on schemasTeodor Sigaev
2017-03-27Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut