| Commit message (Expand) | Author | Age |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 |
* | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane | 2007-07-08 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Teach heapam code to know the difference between a real seqscan and the | Tom Lane | 2007-06-09 |
* | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane | 2007-05-27 |
* | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane | 2007-05-27 |
* | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 |
* | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane | 2007-04-30 |
* | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 |
* | Allow the pgstat process to restart immediately after a receiving | Bruce Momjian | 2007-03-22 |
* | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 |
* | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane | 2007-02-09 |
* | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 |
* | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | 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 |
* | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 |
* | 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 |
* | Rename variable to cmd_str. | Bruce Momjian | 2005-12-31 |
* | Rename variable 'what' to 'stat_msg'. | Bruce Momjian | 2005-12-31 |
* | 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 |
* | 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 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | 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 |
* | 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 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Adjust pgstat message definitions so that the target message size is | Tom Lane | 2004-06-26 |
* | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane | 2004-06-14 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian | 2004-03-09 |