aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix pgstat_report_waiting() to not dump core if called beforeTom Lane2006-08-28
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-16
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove the separate 'stats buffer' process, letting backend stats messagesTom Lane2006-06-29
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-06-27
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-18
* Patch reverted because of random buildfarm failures:Bruce Momjian2006-05-30
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Have autovacuum report its activities to the stat collector.Alvaro Herrera2006-05-19
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-27
* Add "retry another address" log message on statistics collector socketBruce Momjian2006-04-20
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Assume select() might modify struct timeout, so remove previousBruce Momjian2006-01-03
* Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian2006-01-03
* Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian2006-01-02
* Rename variable to cmd_str.Bruce Momjian2005-12-31
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-31
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* 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