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-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-10-07Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2019-02-24Fix ecpg bugs caused by missing semicolons in the backend grammar.Tom Lane
2019-02-15Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier
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-15Fix YA unwanted behavioral difference with operator_precedence_warning.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
2016-06-03Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane
2015-10-04ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-09Remove gram.y's precedence declaration for OVERLAPS.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-05-20Another typo fix.Tom Lane
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-18Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-30Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera
2015-04-26Add transforms featurePeter Eisentraut
2015-04-09Remove obsolete FORCE option from REINDEX.Fujii Masao
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-25Fix gram.y comment to match realityAlvaro Herrera
2015-03-24Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-16Support opfamily members in get_object_addressAlvaro Herrera
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-10Allow named parameters to be specified using => in addition to :=Robert Haas
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-02-24Improve parser's one-extra-token lookahead mechanism.Tom Lane
2015-02-23Further tweaking of raw grammar output to distinguish different inputs.Tom Lane
2015-02-22Add parse location fields to NullTest and BooleanTest structs.Tom Lane
2015-02-22Get rid of multiple applications of transformExpr() to the same tree.Tom Lane
2015-02-22Represent BETWEEN as a special node type in raw parse trees.Tom Lane
2015-01-12Fix get_object_address argument type for extension statementAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-30Use TypeName to represent type names in certain commandsAlvaro Herrera
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-12-09REINDEX SCHEMASimon Riggs