postgresql/src/backend/tcop
Tom Lane 1e06ed1abe Add an option to AlterTableCreateToastTable() to allow its caller to force
a toast table to be built, even if the sum-of-column-widths calculation
indicates one isn't needed.  This is needed by pg_migrator because if the
old table has a toast table, we have to migrate over the toast table since
it might contain some live data, even though subsequent column drops could
mean that no recently-added rows could require toasting.
2009-05-07 22:58:28 +00:00
..
dest.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fastpath.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
postgres.c Update comment associated with 'debug_query_string'. 2009-01-07 19:35:43 +00:00
pquery.c Fix possible failures when a tuplestore switches from in-memory to on-disk 2009-03-27 18:30:21 +00:00
utility.c Add an option to AlterTableCreateToastTable() to allow its caller to force 2009-05-07 22:58:28 +00:00