]> granicus.if.org Git - postgresql/history - src/backend/parser/Makefile
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / Makefile
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.