Commits

DateSubjectAuthorReleases
2016-03-24 Move keywords.c/kwlookup.c into src/common/. Tom Lane 9.6.0
2016-03-19 Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. Tom Lane 9.6.0
2012-10-11 Refactor flex and bison make rules Peter Eisentraut 9.3.0
2012-09-27 Run check_keywords.pl anytime gram.c is rebuilt. Tom Lane 9.3.0
2012-02-27 Call check_keywords.pl in maintainer-check Peter Eisentraut 9.2.0
2011-08-25 Add makefile rules to check for backtracking in backend and psql lexers. Tom Lane 9.2.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-01-05 Fix a few places where we needed -I. in CPPFLAGS to work properly in Tom Lane 9.0.0
2009-10-31 Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my Tom Lane 9.0.0
2009-08-28 Derived files that are shipped in the distribution used to be built in the Peter Eisentraut 9.0.0
2009-08-26 Add -Wno-error to CFLAGS from gram.o as long as it's broken. Peter Eisentraut 9.0.0
2009-03-07 Separate the key word list that lived in keywords.c into a new header file Alvaro Herrera 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-08-29 Remove all traces that suggest that a non-Bison yacc might be supported, and Peter Eisentraut 8.4.0
2008-02-19 Refactor backend makefiles to remove lots of duplicate code Peter Eisentraut 8.4.0
2007-06-23 Separate parse-analysis for utility commands out of parser/analyze.c Tom Lane 8.3.0
2006-05-27 Re-introduce the yylex filter function formerly used to support UNION Tom Lane 8.2.0
2006-03-07 Remove the stub support we had for UNION JOIN; per discussion, this is Tom Lane 8.2.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-05-29 Adopt latest bison's spelling of 'syntax error' rather than 'parse error' Tom Lane 7.4.1
2003-02-10 Get rid of last few vestiges of parsetree dependency on grammar token Tom Lane 7.4.1
2003-01-31 Tweak bison build rules so that we get the same error messages from Tom Lane 7.3.2
2003-01-31 Tweak bison build rules so that we get the same error messages from Tom Lane 7.4.1
2002-11-01 Arrange to compile flex output files as inclusions into other files Tom Lane 7.3.1