postgresql/src/backend
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it.
In particular, no more compiled-in default for PGDATA or LIBDIR.  Commands
that need them need either invocation options or environment variables.
PGPORT default is hardcoded as 5432, but overrideable with options or
environment variables.
1996-11-14 10:25:54 +00:00
..
access Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
bootstrap Remove most compile-time options, add a few runtime options to make up for it. 1996-11-14 10:25:54 +00:00
catalog Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
commands Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
executor Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
lib All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
libpq Remove most compile-time options, add a few runtime options to make up for it. 1996-11-14 10:25:54 +00:00
main Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
nodes Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
optimizer Recognize dependencies more reliably. 1996-11-10 03:13:59 +00:00
parser Use -Wno-error option only if compiler is gcc. 1996-11-14 07:33:34 +00:00
port Remove most compile-time options, add a few runtime options to make up for it. 1996-11-14 10:25:54 +00:00
postmaster Remove most compile-time options, add a few runtime options to make up for it. 1996-11-14 10:25:54 +00:00
regex Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
rewrite All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
storage Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
tcop Remove most compile-time options, add a few runtime options to make up for it. 1996-11-14 10:25:54 +00:00
tioga Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
utils Remove most compile-time options, add a few runtime options to make up for it. 1996-11-14 10:25:54 +00:00
Makefile Use new utils/version.c instead of backend/utils/init/magic.c. 1996-11-12 06:47:10 +00:00