aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-04
* Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntaxPeter Eisentraut2018-10-01
* Update dummy CREATE ASSERTION grammarPeter Eisentraut2018-09-26
* Change PROCEDURE to FUNCTION in CREATE TRIGGER syntaxPeter Eisentraut2018-08-22
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-21
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Revert MERGE patchSimon Riggs2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Improve parse representation for MERGESimon Riggs2018-04-06
* MERGE post-commit reviewSimon Riggs2018-04-05
* WITH support in MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Add parenthesized options syntax for ANALYZE.Andres Freund2018-03-05
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-26
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Don't allow VACUUM VERBOSE ANALYZE VERBOSE.Robert Haas2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Further unify ROLE and USER command grammar rulesPeter Eisentraut2017-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
* Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera2017-06-22
* 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