January 22nd, 2012 by depesz | Tags: exception, pg92, pg_relation_size, pg_stat_user_functions, pg_table_size, pg_total_relation_size, plpgsql, postgresql | No comments »
On 19t of January, Heikki Linnakangas committed patch: Make pg_relation_size() and friends return NULL if the object doesn't exist. That avoids errors when the functions are used in queries like "SELECT pg_relation_size(oid) FROM pg_class", and a table is dropped concurrently. Phil Sorber
May 15th, 2008 by depesz | Tags: functions, pg84, pg_stat_user_functions, postgresql, profiling, statistics, track_functions | 8 comments »
Today another great patch, committed by Tom Lane. This patch was written by Martin Pihlak (with some edits by Tom).
