postgresql/src/backend
Tom Lane 4ceaf35ff3 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because
we don't know at that point which relation OID to tell pgstat to forget.
The code was passing the relfilenode, which is incorrect, and could possibly
cause some other relation's stats to be zeroed out.  While we could try to
clean this up, it seems much simpler and more reliable to let the next
invocation of pgstat_vacuum_tabstat() fix things; which indeed is how it
worked before I introduced the buggy code into 8.1.3 and later :-(.
Problem noticed by Itagaki Takahiro, fix is per subsequent discussion.
2007-07-08 22:23:32 +00:00
..
access Fix performance problems in multi-batch hash joins by ensuring that we select 2007-06-01 15:58:09 +00:00
bootstrap Fix bootstrap.c so that database startup process and bgwriter properly release 2006-06-08 23:55:54 +00:00
catalog Support explicit placement of the temporary-table schema within search_path. 2007-04-20 02:38:05 +00:00
commands CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT 2007-06-20 18:16:04 +00:00
executor Fix performance problems in multi-batch hash joins by ensuring that we select 2007-06-01 15:58:09 +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 best_inner_indexscan to return both the cheapest-total-cost and 2007-05-22 01:40:53 +00:00
optimizer Fix best_inner_indexscan to return both the cheapest-total-cost and 2007-05-22 01:40:53 +00:00
parser transformColumnDefinition failed to complain about 2007-06-20 18:21:15 +00:00
po Translation updates 2007-04-18 20:45:10 +00:00
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:12:05 +00:00
postmaster Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 2007-07-08 22:23:32 +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 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 2007-07-08 22:23:32 +00:00
tcop Fix portal management code to support non-default command completion tags for 2007-02-18 19:49:35 +00:00
utils Fix a passel of ancient bugs in to_char(), including two distinct buffer 2007-06-29 01:51:56 +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