summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
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
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas
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-03-03Remove residual NULL-pstate handling in addRangeTableEntry.Robert Haas
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-02-03Fix typo in comment.Heikki Linnakangas
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.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-24Suppress MSVC warning in typeStringToTypeName function.Andres Freund
2014-12-23Add SQL-callable pg_get_object_addressAlvaro Herrera
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-12-08REINDEX SCHEMASimon Riggs
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-10-18interval: tighten precision specificationBruce Momjian
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-09-02Support ALTER SYSTEM RESET command.Fujii Masao