| Commit message (Expand) | Author | Age | Files | Lines |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -13/+13 |
| * | Add contrib/pg_stat_statements for server-wide tracking of statement execution | Tom Lane | 2009-01-04 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 | 1 | -2/+3 |
| * | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane | 2008-11-03 | 1 | -2/+18 |
| * | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 | 1 | -1/+3 |
| * | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas | 2008-06-30 | 1 | -5/+3 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -2/+2 |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 1 | -6/+132 |
| * | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 | 1 | -2/+2 |
| * | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane | 2008-03-24 | 1 | -2/+2 |
| * | Report the current queries of all backends involved in a deadlock | Tom Lane | 2008-03-21 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -6/+6 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -33/+34 |
| * | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 1 | -1/+5 |
| * | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 1 | -34/+31 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -5/+8 |
| * | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 | 1 | -3/+3 |
| * | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane | 2007-07-08 | 1 | -2/+1 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 1 | -9/+5 |
| * | Teach heapam code to know the difference between a real seqscan and the | Tom Lane | 2007-06-09 | 1 | -7/+1 |
| * | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane | 2007-05-27 | 1 | -1/+2 |
| * | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane | 2007-05-27 | 1 | -1/+3 |
| * | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 | 1 | -76/+130 |
| * | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane | 2007-04-30 | 1 | -2/+2 |
| * | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 | 1 | -2/+39 |
| * | Allow the pgstat process to restart immediately after a receiving | Bruce Momjian | 2007-03-22 | 1 | -2/+2 |
| * | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 | 1 | -1/+6 |
| * | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane | 2007-02-09 | 1 | -1/+2 |
| * | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 | 1 | -1/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -2/+4 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -9/+9 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+5 |
| * | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 | 1 | -2/+1 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 1 | -142/+124 |
| * | Patch reverted because of random buildfarm failures: | Bruce Momjian | 2006-05-30 | 1 | -12/+2 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -1/+9 |
| * | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 | 1 | -2/+12 |
| * | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 | 1 | -22/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane | 2006-01-18 | 1 | -9/+21 |
| * | Rename variable to cmd_str. | Bruce Momjian | 2005-12-31 | 1 | -2/+2 |
| * | Rename variable 'what' to 'stat_msg'. | Bruce Momjian | 2005-12-31 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -24/+23 |
| * | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 | 1 | -36/+37 |
| * | Allow the pgstat views to show toast tables as well as regular tables | Tom Lane | 2005-08-15 | 1 | -2/+2 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 1 | -1/+2 |
| * | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -5/+6 |