]> granicus.if.org Git - postgresql/history - src/backend/postmaster/pgstat.c
Change if (!(x || y)) construct with if (!x && !y), for clarity.
[postgresql] / src / backend / postmaster / pgstat.c
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...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2004-01-09 Bruce MomjianAdd WIN32 pipe implementation that uses sockets.
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-15 Tom LaneMake creation of statistics collection socket more...
2003-11-07 Tom LaneCause stats processes to detach from shared memory...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-07 Tom LaneRemove check on source address of a statistics packet...
2003-08-12 Tom LaneAvoid unnecessary work when stats collection is disable...
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Tom Lanewups, took out one memset too many ...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2002-10-24 Tom LaneFix some places that were unportably assuming struct...
2002-10-21 Tom LaneRemove unnecessary (and inadequate) check of IsTransact...
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-05 Peter EisentrautFix compilation warning. (Cygwin has char* as second...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-04 Bruce MomjianThis patch fixes a probably harmless write of uninitial...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-03 Tom LaneAllow postmaster to start up anyway when PGSTAT code...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-07 Tom Lanepgstat's truncation of query string needs to be multiby...
next