aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parser.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Use C99-designated initializer syntax for more arraysMichael Paquier2024-02-28
* Update copyright for 2024Bruce Momjian2024-01-03
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-04
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Update copyright for 2023Bruce Momjian2023-01-02
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-04
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-06
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Improve parser's one-extra-token lookahead mechanism.Tom Lane2015-02-24
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove pg_parse_string_token() --- not needed anymore.Tom Lane2009-11-12
* Re-refactor the core scanner's API, in order to get out from under the problemTom Lane2009-11-09
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* Convert the core lexer and parser into fully reentrant code, by making useTom Lane2009-07-13
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut2008-10-28
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Fix filtered_base_yylex() to save and restore base_yylval and base_yyllocTom Lane2007-01-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04