summaryrefslogtreecommitdiff
path: root/src/backend/parser/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-051-2/+2
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-311-4/+5
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-6/+6
* Add -Wno-error to CFLAGS from gram.o as long as it's broken.Peter Eisentraut2009-08-261-1/+6
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-071-2/+2
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-2/+2
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-12/+7
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-7/+2
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-2/+2
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-271-2/+2
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-4/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-291-8/+2
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-101-2/+2
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-311-2/+8
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-011-3/+9
* Scanner performance improvementsPeter Eisentraut2002-04-201-12/+4
* analyze.o need not depend on parser.h.Tom Lane2002-03-081-2/+2
* Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut2001-11-161-4/+15
* No longer a need for -Wno-errorPeter Eisentraut2001-08-091-5/+1
* Makefile should have automatic dependency for parser.o too, if it'sTom Lane2001-05-041-2/+4
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-101-1/+5
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+2
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-2/+2
* New configure test for flex, which recognizes only flex but does so in allPeter Eisentraut2000-08-281-3/+6
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-191-33/+24
* Include rule to build include/parser/parse.h since nothing else canThomas G. Lockhart2000-07-141-3/+6
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-3/+3
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-5/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Remove fixed-size literal buffer from scan.l, and repairTom Lane1999-10-181-4/+2
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-2/+4
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+4
* Remove extraneous -DPARSEDEBUG from CFLAGS options.Thomas G. Lockhart1998-05-131-2/+2
* Add parse_coerce.c for type conversion handling.Thomas G. Lockhart1998-05-091-3/+3
* Hi,Bruce Momjian1998-04-061-6/+4
* Start shipping gram.y products gram.c and parse.h to avoid having to buildThomas G. Lockhart1998-02-181-2/+4
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-4/+2
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-3/+4
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-2/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart1997-11-141-2/+5
* Fix for -Wno-errorVadim B. Mikheev1997-04-181-2/+2
* Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier1997-04-151-2/+7
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-041-2/+2
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-021-8/+1