summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2015-10-29Message style improvementsPeter Eisentraut
2015-10-22Fix typos in comments.Robert Haas
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-10-06Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-03Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-09Remove gram.y's precedence declaration for OVERLAPS.Tom Lane
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-07-30Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-26Fix flattening of nested grouping sets.Andres Freund
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Another typo fix.Tom Lane
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Various fixes around ON CONFLICT for rule deparsing.Andres Freund
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-19Fix 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-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-02Rename coerce_type() local variable.Noah Misch
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas
2015-04-30Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera
2015-04-28Fix another test for RELKIND_RELATION that should allow foreign tables now.Tom Lane
2015-04-26Add transforms featurePeter Eisentraut
2015-04-26Add comments warning against generalizing default_with_oids.Tom Lane
2015-04-26Revert: Honor OID status of CREATE LIKE'd tablesBruce Momjian
2015-04-20Honor OID status of CREATE LIKE'd tablesBruce Momjian
2015-04-09Remove obsolete FORCE option from REINDEX.Fujii Masao
2015-04-03Transform ALTER TABLE/SET TYPE/USING expr during parse analysisAlvaro Herrera
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-18Setup cursor position for schema-qualified elementsAlvaro Herrera
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-16Support opfamily members in get_object_addressAlvaro Herrera
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-11Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane