summaryrefslogtreecommitdiff
path: root/src/backend/common.mk
AgeCommit message (Expand)Author
2022-09-15Blind attempt to fix LLVM dependency in the backendJohn Naylor
2022-08-25Remove SUBSYS.o rule in common.mk, hasn't been used in a long timeAndres Freund
2018-03-31Remove PARTIAL_LINKING build mode.Andres Freund
2018-03-28Add inlining support to LLVM JIT provider.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2017-06-12Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut
2017-03-23ICU supportPeter Eisentraut
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2012-02-27Call check_keywords.pl in maintainer-checkPeter Eisentraut
2011-01-13Workaround for recursive make breakagePeter Eisentraut
2011-01-11Re-add recursive coverage target in src/backend/Peter Eisentraut
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-03-17We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txtPeter Eisentraut
2008-02-29Write the objfiles.txt rules in a way that is compatible with GNU make 3.78,Peter Eisentraut
2008-02-27Change expand_subsys function so that it preserves the relative order ofPeter Eisentraut
2008-02-26Need more dependencies to get the build order right when objfiles.txtPeter Eisentraut
2008-02-26We don't need to rebuild objfiles.txt every time an object file changes.Peter Eisentraut
2008-02-25Link postgres from all object files at once, to avoid the error-pronePeter Eisentraut
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut