postgresql/src
Peter Eisentraut 74d770a895 Avoid error from mkdir if no languages are to be installed
mkinstalldirs used to handle no arguments, but mkdir doesn't.

Also remove the .SILENT setting, that was previously removed from
Makefile.global as well.
2010-05-13 14:35:28 +00:00
..
backend Fix vpath installation from distribution tarball (bug #5447) 2010-05-13 11:49:48 +00:00
bin Add PGFILEDESC description to Makefiles for all /contrib executables. 2010-05-12 11:33:10 +00:00
include Cleanup initialization of Hot Standby. Clarify working with reanalysis 2010-05-13 11:15:38 +00:00
interfaces Add PGFILEDESC description to Makefiles for all /contrib executables. 2010-05-12 11:33:10 +00:00
makefiles On Linux, use --enable-new-dtags when specifying -rpath to linker. 2010-05-06 19:28:25 +00:00
pl Fix leakage of proc-related storage in plpython's inline handler. 2010-05-01 17:04:38 +00:00
port Code page for EUC-KR is surely 51949. 2010-05-06 02:12:38 +00:00
template
test Update standbycheck test output with new ERROR message changes. No changes 2010-05-02 12:28:43 +00:00
timezone Update time zone data files to tzdata release 2010j: DST law changes in 2010-05-11 23:01:27 +00:00
tools Add missing library and include support for pg_upgrade to MSVC build system. 2010-05-13 13:40:03 +00:00
tutorial Remove copyright mention of Andrew Yu, per author's permission. 2010-02-02 18:52:02 +00:00
bcc32.mak
DEVELOPERS
Makefile Rethink the way walreceiver is linked into the backend. Instead than shoving 2010-01-20 09:16:24 +00:00
Makefile.global.in Fix vpath installation from distribution tarball (bug #5447) 2010-05-13 11:49:48 +00:00
Makefile.shlib Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +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