summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-08-08Message style improvementsPeter Eisentraut
2013-08-02Fix crash in error report of invalid tuple lockAlvaro Herrera
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-23Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-23Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-01Add a convenience routine makeFuncCall to reduce duplication.Robert Haas
2013-06-28ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-28Make the OVER keyword unreserved.Robert Haas
2013-06-24Reverting previous commit, pending investigationSimon Riggs
2013-06-24ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-09Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane
2013-06-08Don't downcase non-ascii identifier chars in multi-byte encodings.Andrew Dunstan
2013-06-05Put analyze_keyword back in explain_option_name production.Tom Lane
2013-06-03Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Disallow unlogged materialized views.Tom Lane
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-26Fix collation assignment for aggregates with ORDER BY.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-14Change the way UESCAPE is lexed, to reduce the size of the flex tables.Heikki Linnakangas
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-18Add ALTER ROLE ALL SET commandPeter Eisentraut
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-02-06Improve error message wordingAlvaro Herrera
2013-02-01Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2013-01-26Make LATERAL implicit for functions in FROM.Tom Lane
2013-01-26Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-22Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-05Make some spelling more consistentPeter Eisentraut