index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
common.mk
Age
Commit message (
Expand
)
Author
2022-09-15
Blind attempt to fix LLVM dependency in the backend
John Naylor
2022-08-25
Remove SUBSYS.o rule in common.mk, hasn't been used in a long time
Andres Freund
2018-03-31
Remove PARTIAL_LINKING build mode.
Andres Freund
2018-03-28
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-22
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2017-06-12
Add ICU_CFLAGS to global CPPFLAGS
Peter Eisentraut
2017-03-23
ICU support
Peter Eisentraut
2013-10-11
Remove maintainer-check target, fold into normal build
Peter Eisentraut
2012-02-27
Call check_keywords.pl in maintainer-check
Peter Eisentraut
2011-01-13
Workaround for recursive make breakage
Peter Eisentraut
2011-01-11
Re-add recursive coverage target in src/backend/
Peter Eisentraut
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-08-07
Expand test coverage support to entire tree
Peter Eisentraut
2008-09-05
Code coverage testing with gcov. Documentation is in the regression test
Peter Eisentraut
2008-03-17
We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt
Peter Eisentraut
2008-02-29
Write the objfiles.txt rules in a way that is compatible with GNU make 3.78,
Peter Eisentraut
2008-02-27
Change expand_subsys function so that it preserves the relative order of
Peter Eisentraut
2008-02-26
Need more dependencies to get the build order right when objfiles.txt
Peter Eisentraut
2008-02-26
We don't need to rebuild objfiles.txt every time an object file changes.
Peter Eisentraut
2008-02-25
Link postgres from all object files at once, to avoid the error-prone
Peter Eisentraut
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut