]> granicus.if.org Git - postgresql/history - src/backend/postmaster/pgstat.c
Separate out bgwriter code into a logically separate module, rather
[postgresql] / src / backend / postmaster / pgstat.c
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...
2001-12-03 Tom LaneFix latent bug in checking for failure of hashtable...
2001-11-26 Tom LaneFix unportable, non-spec-compliant use of offsetof...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneFurther cleanup of ps_status setup code. On platforms...
2001-10-21 Tom LaneFix getopt-vs-init_ps_display problem by copying origin...
2001-10-16 Tom LaneMake sure to clean out old activity string when recycli...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneClean up a little more carefully around fork of pgstat...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-05 Tom LaneEndeavor to make pgstats buffer process (a) safe and...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-05 Jan WieckAdded GUC configuration options to control access stati...
2001-06-30 Peter Eisentrautportability enhancements
2001-06-29 Jan WieckTurned high-frequently called pgstat functions into...
2001-06-22 Jan WieckThe new files for statistical system views.