summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
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
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-11-12Check for stack overflow in transformSetOperationTree().Tom Lane
2012-10-12Get rid of COERCE_DONTCARE.Tom Lane
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-04Fix parse location tracking for lists that can be empty.Tom Lane
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-02Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera
2012-09-27Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane
2012-09-27Add new EVENT keyword to unreserved_keyword production.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-27Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane
2012-08-19Allow OLD and NEW in multi-row VALUES within rules.Tom Lane
2012-08-15Properly escape usernames in initdb, so names with single-quotes areBruce Momjian
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-08Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane