postgresql/src
Peter Eisentraut 5c788e7cf5 When in automatic dependency mode, never delete any intermediate
files automatically.  Otherwise, the following could happen: When
starting from a clean source tree, the first build would delete the
intermediate file, but also create the dependency file, which
mentions the intermediate file, thus making it non-intermediate.
The second build will then need to rebuild the now non-intermediate
missing file.  So the second build will do work even though nothing
had changed.  One place where this happens is the .c -> .o -> .so
chain for some contrib modules.
2010-08-24 18:06:12 +00:00
..
backend Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +00:00
bin Improve parallel restore's ability to cope with selective restore (-L option). 2010-08-21 13:59:44 +00:00
include Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +00:00
interfaces Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
makefiles Allow for LDFLAGS_SL already having a value in Makefile.aix. 2010-07-06 03:41:02 +00:00
pl Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order. 2010-08-19 18:57:57 +00:00
port Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
template Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
test Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +00:00
timezone pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
tools Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
tutorial Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Rethink the way walreceiver is linked into the backend. Instead than shoving 2010-01-20 09:16:24 +00:00
Makefile.global.in When in automatic dependency mode, never delete any intermediate 2010-08-24 18:06:12 +00:00
Makefile.shlib Still more third thoughts: when linking shared libraries, LDFLAGS probably 2010-07-06 03:55:33 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk Avoid error from mkdir if no languages are to be installed 2010-05-13 14:35:28 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00