summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/Makefile
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-01-11Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera
2013-12-30Extract restriction OR clauses whether or not they are indexable.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-10-21Add a concept of "placeholder" variables to the planner. These are variablesTom Lane
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2005-06-10Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-08-16Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane
1999-02-05Optimizer cleanup.Bruce Momjian
1998-07-20Makefile removal of internal.c.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1996-11-06More files cleaned outMarc G. Fournier
1996-10-31Cleanup MakefilesMarc G. Fournier
1996-10-27Simplify make files, add full dependencies.Bryan Henderson