postgresql/src/backend
Tom Lane 24d1280c4d Clean up installation directory choices for extensions.
Arrange for the control files to be in $SHAREDIR/extension not
$SHAREDIR/contrib, since we're generally trying to deprecate the term
"contrib" and this is a once-in-many-moons opportunity to get rid of it in
install paths.  Fix PGXS to install the $EXTENSION file into that directory
no matter what MODULEDIR is set to; a nondefault MODULEDIR should only
affect the script and secondary extension files.  Fix the control file
directory parameter to be interpreted relative to $SHAREDIR, to avoid a
surprising disconnect between how you specify that and what you set
MODULEDIR to.

Per discussion with David Wheeler.
2011-02-11 22:53:43 -05:00
..
access Send status updates back from standby server to master, indicating how far 2011-02-10 21:04:02 +02:00
bootstrap Per-column collation support 2011-02-08 23:04:18 +02:00
catalog Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. 2011-02-10 17:37:22 -05:00
commands Clean up installation directory choices for extensions. 2011-02-11 22:53:43 -05:00
executor Fix improper matching of resjunk column names for FOR UPDATE in subselect. 2011-02-09 23:27:42 -05:00
foreign Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
main Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
nodes Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 2011-02-11 21:25:57 -05:00
optimizer Fix improper matching of resjunk column names for FOR UPDATE in subselect. 2011-02-09 23:27:42 -05:00
parser Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 2011-02-11 21:25:57 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Move pipe.c into the backend. 2011-02-04 15:52:21 -05:00
postmaster Track last time for statistics reset on databases and bgwriter 2011-02-10 15:14:04 +01:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Typo fixes. receivedUpto should be capitalized consistently. 2011-02-11 11:55:12 -05:00
rewrite Core support for "extensions", which are packages of SQL objects. 2011-02-08 16:13:22 -05:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Allocate all entries in the serializable xid hash up-front, so that you don't 2011-02-10 12:03:21 +02:00
tcop Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 2011-02-11 21:25:57 -05:00
tsearch Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is not 2011-02-10 16:58:02 -05:00
utils Send status updates back from standby server to master, indicating how far 2011-02-10 21:04:02 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00