aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/Makefile
Commit message (Expand)AuthorAge
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Revert MERGE patchSimon Riggs2018-04-12
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-19
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-03-19
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane2012-09-26
* Call check_keywords.pl in maintainer-checkPeter Eisentraut2012-02-27
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-25
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-05
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Add -Wno-error to CFLAGS from gram.o as long as it's broken.Peter Eisentraut2009-08-26
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-27
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-29
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-31
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Scanner performance improvementsPeter Eisentraut2002-04-20
* analyze.o need not depend on parser.h.Tom Lane2002-03-08
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-16
* No longer a need for -Wno-errorPeter Eisentraut2001-08-09
* Makefile should have automatic dependency for parser.o too, if it'sTom Lane2001-05-04
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-10
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-28
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-19
* Include rule to build include/parser/parse.h since nothing else canThomas G. Lockhart2000-07-14
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-07
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Remove fixed-size literal buffer from scan.l, and repairTom Lane1999-10-18
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03