aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* 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
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* 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
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Identity columnsPeter Eisentraut2017-04-06
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-05
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Altering default privileges on schemasTeodor Sigaev2017-03-28
* Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut2017-03-24
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* ICU supportPeter Eisentraut2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-20
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-14
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Remove vestigial grammar support for CHARACTER ... CHARACTER SET option.Tom Lane2017-03-07
* Combine several DROP variants into generic DropStmtPeter Eisentraut2017-03-06
* Allow dropping multiple functions at oncePeter Eisentraut2017-03-06
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-06
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-06
* Use class_args field in opclass_dropPeter Eisentraut2017-03-06
* Fix parsing of DROP SUBSCRIPTION ... DROP SLOTPeter Eisentraut2017-03-03
* Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut2017-03-03
* Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut2017-02-23
* Make more use of castNode()Peter Eisentraut2017-02-21
* Fix YA unwanted behavioral difference with operator_precedence_warning.Tom Lane2017-02-15
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-15
* Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut2017-02-10
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Logical replicationPeter Eisentraut2017-01-20
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Remove sql_inheritance GUC.Robert Haas2016-12-23
* Implement table partitioning.Robert Haas2016-12-07
* Add support for restrictive RLS policiesStephen Frost2016-12-05
* Add aggregate_with_argtypes and use it consistentlyPeter Eisentraut2016-12-01
* Move function_with_argtypes to a better locationPeter Eisentraut2016-12-01
* Use grammar symbol function_with_argtypes consistentlyPeter Eisentraut2016-12-01
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-22
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04