aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/Makefile
Commit message (Expand)AuthorAge
* 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
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Remove extraneous -DPARSEDEBUG from CFLAGS options.Thomas G. Lockhart1998-05-13
* Add parse_coerce.c for type conversion handling.Thomas G. Lockhart1998-05-09
* Hi,Bruce Momjian1998-04-06
* Start shipping gram.y products gram.c and parse.h to avoid having to buildThomas G. Lockhart1998-02-18
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-24
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart1997-11-14
* Fix for -Wno-errorVadim B. Mikheev1997-04-18
* Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier1997-04-15
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-04
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-02
* Use -Wno-error option only if compiler is gcc.Bryan Henderson1996-11-14
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Compile and warning cleanupBruce Momjian1996-11-08
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27