| Commit message (Expand) | Author | Age |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 |
* | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 |
* | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera | 2006-06-27 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 |
* | Patch reverted because of random buildfarm failures: | Bruce Momjian | 2006-05-30 |
* | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 |
* | Have autovacuum report its activities to the stat collector. | Alvaro Herrera | 2006-05-19 |
* | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 |
* | Add "retry another address" log message on statistics collector socket | Bruce Momjian | 2006-04-20 |
* | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane | 2006-01-18 |
* | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 |
* | Assume select() might modify struct timeout, so remove previous | Bruce Momjian | 2006-01-03 |
* | Use setitimer() for stats file write, rather than do a gettimeofday() | Bruce Momjian | 2006-01-03 |
* | Change if (!(x || y)) construct with if (!x && !y), for clarity. | Bruce Momjian | 2006-01-02 |
* | Rename variable to cmd_str. | Bruce Momjian | 2005-12-31 |
* | Rename variable 'what' to 'stat_msg'. | Bruce Momjian | 2005-12-31 |
* | Rethink prior patch to filter out dead backend entries from the pgstats | Tom Lane | 2005-12-16 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Log send() failures when sending to statistics process (but only in | Tom Lane | 2005-08-30 |
* | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Make backends that are reading the pgstats file verify each backend PID | Tom Lane | 2005-08-09 |
* | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Fix some failures to initialize table entries induced by recent autovacuum | Tom Lane | 2005-07-24 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Fix a couple of items that should be declared Oid not int. Purely | Tom Lane | 2005-06-25 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | This patch reduces the size of the message header used by statistics | Neil Conway | 2005-05-11 |
* | Complete the following TODO items: | Neil Conway | 2005-05-09 |
* | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane | 2005-04-14 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Use fork_process() to avoid some fork()-related boilerplate code when | Neil Conway | 2005-04-08 |