summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
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
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-06-18Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-13Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs
2012-06-09Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs
2012-05-16Change COLLATION keyword categoryPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-27Bend parse location rules for the convenience of pg_stat_statements.Tom Lane
2012-03-27Add some infrastructure for contrib/pg_stat_statements.Tom Lane
2012-03-23Code review for protransform patches.Tom Lane
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-10Add support for renaming constraintsPeter Eisentraut
2012-03-03Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut
2012-03-02Add COLLATION FOR expressionPeter Eisentraut
2012-02-27Call check_keywords.pl in maintainer-checkPeter Eisentraut
2012-02-15Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane