summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
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-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-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
2017-03-25Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-07Remove vestigial grammar support for CHARACTER ... CHARACTER SET option.Tom Lane
2017-03-06Combine several DROP variants into generic DropStmtPeter Eisentraut
2017-03-06Allow dropping multiple functions at oncePeter Eisentraut
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-06Use class_args field in opclass_dropPeter Eisentraut
2017-03-04Fix parsing of DROP SUBSCRIPTION ... DROP SLOTPeter Eisentraut
2017-03-03Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut
2017-02-24Make tablesample work with partitioned tables.Robert Haas
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut