summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-21Support parallel aggregation.Robert Haas
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane
2016-03-19Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-15Fix typos.Robert Haas
2016-03-10Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane
2016-03-09Fix copy-and-pasteo in comment.Tom Lane
2016-02-11Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-16Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas
2015-11-27COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev
2015-11-17Message improvementsPeter Eisentraut
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