summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-02-18Remove broken code that tried to handle OVERLAPS with a single argument.Tom Lane
2014-02-17Avoid repeated name lookups during table and index DDL.Robert Haas
2014-02-13Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane
2014-01-21Allow type_func_name_keywords in even more placesStephen Frost
2013-11-23Fix array slicing of int2vector and oidvector values.Tom Lane
2013-11-05Improve the error message given for modifying a window with frame clause.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
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-02Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-11-11Check for stack overflow in transformSetOperationTree().Tom Lane
2012-10-24Prevent parser from believing that views have system columns.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2011-11-27Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-10-08Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.Heikki Linnakangas
2011-06-04Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane
2010-10-22Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas
2010-10-22Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas
2010-10-19Fix incorrect generation of whole-row variables in planner.Tom Lane
2010-10-02Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane
2010-09-25Further fixes to the pg_get_expr() security fix in back branches.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-19Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas
2010-08-18Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane
2010-08-18Coerce 'unknown' type parameters to the right type in the fixed-paramsHeikki Linnakangas
2010-08-05Add a very specific hint for the case that we're unable to locate a functionTom Lane
2010-07-29Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-18Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-04-28Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.Tom Lane
2010-03-17Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane
2010-03-04Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-12Tweak the order of processing of WITH clauses so that they are processedTom Lane