aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-27
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-27
* Support domains over composite types.Tom Lane2017-10-26
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-16
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Support arrays over domains.Tom Lane2017-09-30
* After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas2017-09-15
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Improve plural handling in error messagePeter Eisentraut2017-08-23
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Further unify ROLE and USER command grammar rulesPeter Eisentraut2017-08-03
* Allow a foreign table CHECK constraint to be initially NOT VALID.Robert Haas2017-08-03
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Fix OBJECT_TYPE/OBJECT_DOMAIN confusionPeter Eisentraut2017-08-02
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-27
* Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera2017-06-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.Tom Lane2017-06-11
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-29
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas2017-05-09
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Fix crash when partitioned column specified twice.Robert Haas2017-04-28
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-27
* Sync addRangeTableEntryForENR() with its peer functions.Tom Lane2017-04-16
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas2017-03-31