postgresql/src/backend
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury
Update install-sh to that from Autoconf 2.63, plus our Darwin-specific
changes (which I simplified a bit).  install-sh is now able to install
multiple files in one run, so we could simplify our makefiles sometime.

install-sh also now has a -d option to create directories, so we don't need
mkinstalldirs anymore.

Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when available
instead of install-sh -d.  For consistency with the rest of the world,
the corresponding make variable has been renamed from $(mkinstalldirs) to
$(MKDIR_P).
2009-08-26 22:24:44 +00:00
..
access Fix a violation of WAL coding rules in the recent patch to include an 2009-08-24 02:18:32 +00:00
bootstrap Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 2009-08-02 22:14:53 +00:00
catalog Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
commands Fix a violation of WAL coding rules in the recent patch to include an 2009-08-24 02:18:32 +00:00
executor Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison 2009-08-23 18:26:08 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Disallow empty passwords in LDAP authentication, the same way 2009-06-25 11:30:08 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Merge the Constraint and FkConstraint node types into a single type. 2009-07-30 02:45:38 +00:00
optimizer Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 2009-08-13 16:53:09 +00:00
parser Add -Wno-error to CFLAGS from gram.o as long as it's broken. 2009-08-26 22:15:59 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Try to make silent_mode behave somewhat reasonably. 2009-08-24 20:08:32 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
storage Allow backends to start up without use of the flat-file copy of pg_database. 2009-08-12 20:53:31 +00:00
tcop Create a multiplexing structure for signals to Postgres child processes. 2009-07-31 20:26:23 +00:00
tsearch Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
utils Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
Makefile Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00