postgresql/src
Fujii Masao 2ef085d0e6 Get rid of pg_class.reltoastidxid.
Treat TOAST index just the same as normal one and get the OID
of TOAST index from pg_index but not pg_class.reltoastidxid.
This change allows us to handle multiple TOAST indexes, and
which is required infrastructure for upcoming
REINDEX CONCURRENTLY feature.

Patch by Michael Paquier, reviewed by Andres Freund and me.
2013-07-04 03:24:09 +09:00
..
backend Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
bin Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
common pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
include Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
interfaces ecpg: Consistently use mm_strdup() 2013-06-29 22:14:56 -04:00
makefiles Improve support for building PGXS modules with VPATH. 2013-07-01 12:53:05 -04:00
pl Expose object name error fields in PL/pgSQL. 2013-07-03 07:29:56 -04:00
port Send SIGKILL to children if they don't die quickly in immediate shutdown 2013-06-28 17:49:46 -04:00
template
test Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
timezone pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
tools Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
tutorial Modernize string literal syntax in tutorial example. 2013-01-19 17:20:32 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Improve support for building PGXS modules with VPATH. 2013-07-01 12:53:05 -04:00
Makefile.shlib Add pkg-config files for libpq and ecpg libraries 2013-03-31 16:58:40 -04:00
nls-global.mk
win32.mak