aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAge
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-19
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Default values for function argumentsPeter Eisentraut2008-12-04
* 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