aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Ensure that 'disabling statistics collector' is logged in all failureTom Lane2004-12-20
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-17
* Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()Neil Conway2004-10-28
* Remove three unnecessary casts from a pointer type to char * when callingNeil Conway2004-10-25
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-14
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-26
* Arrange to explicitly stop the pgstat processes at the same time weTom Lane2004-06-14
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* This patch fixes the find_my_exec code for pgstat backends. Required forBruce Momjian2004-05-24
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-18
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-13
* sysv_shmem.c patch is to correct a bug that prevents the postmasterBruce Momjian2004-05-06
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-05
* Clean up function call arg appearance.Bruce Momjian2004-03-27
* Change small 'if/else' test to use Max().Bruce Momjian2004-03-27
* Before deciding we can use a socket for statistics collection, test toTom Lane2004-03-22
* Check for EOF on pipe differs under win32, as it is based on a socketBruce Momjian2004-03-15
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-10
* Corrects a typo, introduces missing variables, and rearranges theBruce Momjian2004-03-09
* Adjustments for Win32-specific rename code, and add include file.Bruce Momjian2004-02-02
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian2004-01-11
* Add WIN32 pipe implementation that uses sockets.Bruce Momjian2004-01-09
* Final rearrangement of main postgresql child process (ie.Bruce Momjian2004-01-06
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-25
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make creation of statistics collection socket more robust, by allowing itTom Lane2003-11-15
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-07
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Remove check on source address of a statistics packet. Check was brokenTom Lane2003-09-07
* Avoid unnecessary work when stats collection is disabled. TightenTom Lane2003-08-12
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* wups, took out one memset too many ...Tom Lane2003-07-22
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22