summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2017-12-01Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Add hash partitioning.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-10-27Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane
2017-10-27Fix crash when columns have been added to the end of a view.Tom Lane
2017-10-26Support domains over composite types.Tom Lane
2017-10-16Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-09-30Support arrays over domains.Tom Lane
2017-09-16After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-08-23Improve plural handling in error messagePeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
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-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