]> granicus.if.org Git - postgresql/history - src/backend/parser/Makefile
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
[postgresql] / src / backend / parser / Makefile
2016-03-19 Tom LaneBuild backend/parser/scan.l and interfaces/ecpg/preproc...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-09-27 Tom LaneRun check_keywords.pl anytime gram.c is rebuilt.
2012-02-27 Peter EisentrautCall check_keywords.pl in maintainer-check
2011-08-25 Tom LaneAdd makefile rules to check for backtracking in backend...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-05 Tom LaneFix a few places where we needed -I. in CPPFLAGS to...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-26 Peter EisentrautAdd -Wno-error to CFLAGS from gram.o as long as it...
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2006-05-27 Tom LaneRe-introduce the yylex filter function formerly used...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-01-31 Tom LaneTweak bison build rules so that we get the same error...
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-04-20 Peter EisentrautScanner performance improvements
2002-03-08 Tom Laneanalyze.o need not depend on parser.h.
2001-11-16 Peter EisentrautMake the yacc rules safe for parallel make. See discus...
2001-08-09 Peter EisentrautNo longer a need for -Wno-error
2001-05-04 Tom LaneMakefile should have automatic dependency for parser...
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-28 Peter EisentrautNew configure test for flex, which recognizes only...
2000-07-19 Peter EisentrautAdd distprep target to take some of the job of the...
2000-07-14 Thomas G. LockhartInclude rule to build include/parser/parse.h since...
2000-06-07 Peter EisentrautGen_fmgrtab.sh is strange: it is a platform dependent...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-10-18 Tom LaneRemove fixed-size literal buffer from scan.l, and repair
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-05-13 Thomas G. LockhartRemove extraneous -DPARSEDEBUG from CFLAGS options.
1998-05-09 Thomas G. LockhartAdd parse_coerce.c for type conversion handling.
1998-04-06 Bruce MomjianHi,
1998-02-18 Thomas G. LockhartStart shipping gram.y products gram.c and parse.h to...
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-14 Thomas G. LockhartSupress cleaning scan.c since we will try to include...
1997-04-18 Vadim B. MikheevFix for -Wno-error
1997-04-15 Marc G. FournierFix up the -Wno-error problem for non-gcc compilers
1997-04-04 Marc G. FournierThis commit represents a clean compile with the new...
1997-04-02 Marc G. FournierFrom: Oleg Bartunov <oleg@sai.msu.su>
1996-11-14 Bryan HendersonUse -Wno-error option only if compiler is gcc.
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.