| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 | 1 | -22/+38 |
| * | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 | 1 | -1/+4 |
| * | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. | Heikki Linnakangas | 2008-06-30 | 1 | -11/+46 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 1 | -22/+449 |
| * | Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly | Tom Lane | 2008-04-03 | 1 | -5/+31 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Adjust the recent patch for reporting of deadlocked queries so that we report | Tom Lane | 2008-03-24 | 1 | -3/+3 |
| * | Report the current queries of all backends involved in a deadlock | Tom Lane | 2008-03-21 | 1 | -1/+75 |
| * | 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 | -8/+8 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -70/+72 |
| * | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 1 | -1/+3 |
| * | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 1 | -68/+26 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -2/+27 |
| * | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 | 1 | -7/+6 |
| * | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 | 1 | -1/+3 |
| * | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane | 2007-07-08 | 1 | -1/+6 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 1 | -5/+3 |
| * | Avoid losing track of data for shared tables in pgstats. Report by Michael | Alvaro Herrera | 2007-06-07 | 1 | -2/+4 |
| * | Ooops, I was too busy worrying about getting the transactional infrastructure | Tom Lane | 2007-05-27 | 1 | -4/+9 |
| * | pgstat's on-proc-exit hook has to execute after the last transaction commit | Tom Lane | 2007-05-27 | 1 | -15/+27 |
| * | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane | 2007-05-27 | 1 | -241/+595 |
| * | Fix oversight in my patch of yesterday: forgot to ensure that stats would | Tom Lane | 2007-04-30 | 1 | -5/+6 |
| * | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane | 2007-04-30 | 1 | -4/+23 |
| * | Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays | Tom Lane | 2007-04-21 | 1 | -53/+74 |
| * | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 | 1 | -1/+110 |
| * | Add the "recheck" logic to autovacuum worker code. The worker first builds | Alvaro Herrera | 2007-03-28 | 1 | -5/+1 |
| * | Allow the pgstat process to restart immediately after a receiving | Bruce Momjian | 2007-03-22 | 1 | -1/+5 |
| * | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 | 1 | -1/+15 |
| * | Fix miscalculation of stats collector's write delay, introduced in revision 1... | Tom Lane | 2007-03-01 | 1 | -2/+2 |
| * | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 | 1 | -7/+7 |
| * | Call pgstat_drop_database during DROP DATABASE, so that any stats file | Tom Lane | 2007-02-09 | 1 | -3/+2 |
| * | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 | 1 | -63/+87 |
| * | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 | 1 | -3/+11 |
| * | Fix a performance problem in databases with large numbers of tables | Tom Lane | 2007-01-11 | 1 | -28/+59 |
| * | 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 | -1/+25 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 1 | -1/+12 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -64/+62 |
| * | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 | 1 | -10/+9 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+27 |
| * | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 | 1 | -5/+22 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+3 |
| * | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 | 1 | -506/+143 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 1 | -5/+3 |
| * | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera | 2006-06-27 | 1 | -2/+9 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -3/+9 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 1 | -695/+465 |