aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Improve documentation about CREATE TABLE ... LIKE.Tom Lane2016-07-28
* Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane2016-06-03
* Fix unexpected side-effects of operator_precedence_warning.Tom Lane2016-04-21
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-21
* Message improvementsPeter Eisentraut2015-11-16
* Message style improvementsPeter Eisentraut2015-10-28
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-03
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* Remove gram.y's precedence declaration for OVERLAPS.Tom Lane2015-08-09
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Fix flattening of nested grouping sets.Andres Freund2015-07-26
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix bug around assignment expressions containing indirections.Andres Freund2015-07-24
* Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane2015-06-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Another typo fix.Tom Lane2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-19
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19
* Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut2015-05-18
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Rename coerce_type() local variable.Noah Misch2015-05-02
* Deparse named arguments to use the new => operator instead of :=Robert Haas2015-05-01
* Fix up some loose ends for CURRENT_USER as RoleSpecAlvaro Herrera2015-04-30
* Fix another test for RELKIND_RELATION that should allow foreign tables now.Tom Lane2015-04-28
* Add transforms featurePeter Eisentraut2015-04-26
* Add comments warning against generalizing default_with_oids.Tom Lane2015-04-25
* Revert: Honor OID status of CREATE LIKE'd tablesBruce Momjian2015-04-25
* Honor OID status of CREATE LIKE'd tablesBruce Momjian2015-04-20
* Remove obsolete FORCE option from REINDEX.Fujii Masao2015-04-09
* Transform ALTER TABLE/SET TYPE/USING expr during parse analysisAlvaro Herrera2015-04-03
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Fix gram.y comment to match realityAlvaro Herrera2015-03-25
* Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian2015-03-24
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Setup cursor position for schema-qualified elementsAlvaro Herrera2015-03-18
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-16
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas2015-03-11
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Suggest to the user the column they may have meant to reference.Robert Haas2015-03-11
* Allow named parameters to be specified using => in addition to :=Robert Haas2015-03-10