aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAge
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-08
* Fix GetCTEForRTE() to deal with the possibility that the RTE it's given cameTom Lane2008-10-06
* Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, asTom Lane2008-10-06
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Fix parser so that we don't modify the user-written ORDER BY list in orderTom Lane2008-07-31
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-03
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-04
* The original implementation of polymorphic aggregates didn't really get theTom Lane2008-01-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.Tom Lane2007-10-29
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-18
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-27
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane2006-09-25
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-26
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-26
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane2006-06-26
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-27
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Support the syntaxTom Lane2006-04-15
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05