postgresql/src/backend
Tom Lane b4b939e455 If an index depends on no columns of its table, give it a dependency on the
whole table instead, to ensure that it goes away when the table is dropped.
Per bug #3723 from Sam Mason.

Backpatch as far as 7.4; AFAICT 7.3 does not have the issue, because it doesn't
have general-purpose expression indexes and so there must be at least one
column referenced by an index.
2007-11-08 23:23:07 +00:00
..
access Make archive recovery always start a new timeline, rather than only when a 2007-09-29 01:36:29 +00:00
bootstrap Fix bootstrap.c so that database startup process and bgwriter properly release 2006-06-08 23:55:54 +00:00
catalog If an index depends on no columns of its table, give it a dependency on the 2007-11-08 23:23:07 +00:00
commands Reduce the size of memory allocations by lazy vacuum when processing a small 2007-09-24 03:53:06 +00:00
executor Repair problems occurring when multiple RI updates have to be done to the same 2007-08-15 19:16:04 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq On win32, don't use SO_REUSEADDR for TCP sockets. 2007-06-04 11:59:34 +00:00
main Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:32:06 +00:00
nodes Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 2007-07-17 01:22:03 +00:00
optimizer Improve the performance of LIKE/regex estimation in non-C locales, by making 2007-11-07 22:37:43 +00:00
parser transformColumnDefinition failed to complain about 2007-06-20 18:21:15 +00:00
po Translation updates 2007-09-13 21:10:01 +00:00
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:12:05 +00:00
postmaster Make sure that open hash table scans are cleaned up when bgwriter tries to 2007-09-11 17:15:48 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:23:31 +00:00
rewrite Fix markQueryForLocking() to work correctly in the presence of nested views. 2007-03-01 18:50:42 +00:00
storage Fix WAL replay of truncate operations to cope with the possibility that the 2007-07-20 16:30:05 +00:00
tcop Fix portal management code to support non-default command completion tags for 2007-02-18 19:49:35 +00:00
utils Improve the performance of LIKE/regex estimation in non-C locales, by making 2007-11-07 22:37:43 +00:00
Makefile Add an ifneq to avoid make warning on AIX --- there is a separate rule 2005-10-27 20:45:29 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00