]> granicus.if.org Git - postgresql/history - src/backend/postmaster/pgstat.c
Fix up pgstats counting of live and dead tuples to recognize that committed
[postgresql] / src / backend / postmaster / pgstat.c
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-21 Tom LaneAdjust pgstat_initstats() to avoid repeated searches...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-28 Alvaro HerreraAdd the "recheck" logic to autovacuum worker code....
2007-03-22 Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-01 Tom LaneFix miscalculation of stats collector's write delay...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-09 Tom LaneCall pgstat_drop_database during DROP DATABASE, so...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-11 Tom LaneFix a performance problem in databases with large numbe...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-28 Tom LaneFix pgstat_report_waiting() to not dump core if called...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-07-16 Tom LaneEnsure that we retry rather than erroring out when...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-29 Tom LaneRemove the separate 'stats buffer' process, letting...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Alvaro HerreraClamp last_anl_tuples to n_live_tuples, in case we...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-05-30 Bruce MomjianPatch reverted because of random buildfarm failures:
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-19 Alvaro HerreraHave autovacuum report its activities to the stat colle...
2006-04-27 Bruce MomjianDelay write of pg_stats file to once every five minutes...
2006-04-20 Bruce MomjianAdd "retry another address" log message on statistics...
2006-04-06 Tom LaneRemove the pgstats logic for delaying destruction of...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2006-01-03 Bruce MomjianAssume select() might modify struct timeout, so remove...
2006-01-03 Bruce MomjianUse setitimer() for stats file write, rather than do...
2006-01-02 Bruce MomjianChange if (!(x || y)) construct with if (!x && !y)...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-12-16 Tom LaneRethink prior patch to filter out dead backend entries...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-08-30 Tom LaneLog send() failures when sending to statistics process...
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-09 Tom LaneMake backends that are reading the pgstats file verify...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-24 Tom LaneFix some failures to initialize table entries induced...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-25 Tom LaneFix a couple of items that should be declared Oid not...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-08 Neil ConwayUse fork_process() to avoid some fork()-related boilerp...
2005-03-31 Tom LaneFlush any remaining statistics counts out to the collec...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-20 Tom LaneEnsure that 'disabling statistics collector' is logged...
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-10-28 Neil ConwayUse AllocateFile(), FreeFile() and palloc() rather...
2004-10-25 Neil ConwayRemove three unnecessary casts from a pointer type...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-14 Bruce MomjianAdd 'int' cast for getpid() because some Solaris releas...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-26 Tom LaneAdjust pgstat message definitions so that the target...
2004-06-14 Tom LaneArrange to explicitly stop the pgstat processes at...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-24 Bruce MomjianThis patch fixes the find_my_exec code for pgstat backe...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-04-05 Bruce MomjianCorrects issues recently posted by Dann Corbit, allowin...
2004-03-27 Bruce MomjianClean up function call arg appearance.
2004-03-27 Bruce MomjianChange small 'if/else' test to use Max().
2004-03-22 Tom LaneBefore deciding we can use a socket for statistics...
2004-03-15 Bruce MomjianCheck for EOF on pipe differs under win32, as it is...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-03-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-02-02 Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
next