summaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
AgeCommit message (Expand)Author
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2018-05-21Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth
2017-08-03Add missing ALTER USER variantsPeter Eisentraut
2017-05-29Allow NumericOnly to be "+ FCONST".Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-11Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-02-18Remove broken code that tried to handle OVERLAPS with a single argument.Tom Lane
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-21Allow type_func_name_keywords in even more placesStephen Frost
2014-01-21Tweak parse location assignment for CURRENT_DATE and related constructs.Tom Lane
2013-06-05Put analyze_keyword back in explain_option_name production.Tom Lane
2013-06-02Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-03Add a materialized view relations.Kevin Grittner
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-17Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-08Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-01-31Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-10-04Fix parse location tracking for lists that can be empty.Tom Lane
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-02Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera
2012-09-26Add new EVENT keyword to unreserved_keyword production.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2012-08-27Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-06-17Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-13Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane
2012-06-10Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs
2012-06-09Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs
2012-05-16Change COLLATION keyword categoryPeter Eisentraut
2012-04-23Lots of doc corrections.Robert Haas
2012-04-20Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera