aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Log send() failures when sending to statistics process (but only inTom Lane2005-08-30
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-15
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Make backends that are reading the pgstats file verify each backend PIDTom Lane2005-08-09
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Fix some failures to initialize table entries induced by recent autovacuumTom Lane2005-07-24
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-25
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-11
* Complete the following TODO items:Neil Conway2005-05-09
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-14
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Use fork_process() to avoid some fork()-related boilerplate code whenNeil Conway2005-04-08
* Flush any remaining statistics counts out to the collector at processTom Lane2005-03-31
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-25
* 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