postgresql/src/backend
Tom Lane 6bef82b38a Rename some encoding conversion modules to keep pathnames in our source
tarballs under 100 characters.  This should avoid failures with certain
untarring tools (WinZip and Midnight Commander have been mentioned as
likely suspects).  Per my proposal of yesterday.
catversion bumped since the initial contents of pg_proc change.
2009-11-04 23:47:04 +00:00
..
access Dept of second thoughts: after studying index_getnext() a bit more I realize 2009-11-01 22:30:54 +00:00
bootstrap Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 2009-10-05 19:24:49 +00:00
catalog Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my 2009-10-31 01:41:31 +00:00
commands Add support for invoking parser callback hooks via SPI and in cached plans. 2009-11-04 22:26:08 +00:00
executor Add support for invoking parser callback hooks via SPI and in cached plans. 2009-11-04 22:26:08 +00:00
foreign
lib
libpq Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 2009-10-16 22:08:36 +00:00
main
nodes Add support for invoking parser callback hooks via SPI and in cached plans. 2009-11-04 22:26:08 +00:00
optimizer When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node 2009-10-28 14:55:47 +00:00
parser Make expression locations for LIKE and SIMILAR TO constructs uniformly point 2009-11-04 23:15:08 +00:00
po Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
port
postmaster Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats 2009-10-02 22:49:50 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite Fix AcquireRewriteLocks to be sure that it acquires the right lock strength 2009-10-28 17:36:50 +00:00
snowball Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
storage Change the autovacuum launcher to read pg_database directly, rather than 2009-08-31 19:41:00 +00:00
tcop Add support for invoking parser callback hooks via SPI and in cached plans. 2009-11-04 22:26:08 +00:00
tsearch Simplify a few makefile rules since install-sh can now install multiple 2009-10-26 21:33:01 +00:00
utils Rename some encoding conversion modules to keep pathnames in our source 2009-11-04 23:47:04 +00:00
common.mk
Makefile Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 2009-09-05 21:14:04 +00:00
nls.mk