aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane2020-10-07
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Make VACUUM accept 1 and 0 as a boolean value.Fujii Masao2019-05-21
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Catch syntax error in generated column definitionPeter Eisentraut2019-04-01
* Generated columnsPeter Eisentraut2019-03-30
* Allow existing VACUUM options to take a Boolean argument.Robert Haas2019-03-29
* REINDEX CONCURRENTLYPeter Eisentraut2019-03-29
* Transaction chainingPeter Eisentraut2019-03-24
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-18
* Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLEAlvaro Herrera2019-03-07
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane2019-02-24
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-25
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove some useless codeAlvaro Herrera2018-12-31
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* 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