| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 1 | -2/+39 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
| * | Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) | Magnus Hagander | 2008-05-07 | 1 | -1/+223 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -9/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -12/+12 |
| * | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 1 | -1/+15 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -1/+18 |
| * | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 | 1 | -4/+4 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 1 | -21/+7 |
| * | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane | 2007-05-17 | 1 | -1/+3 |
| * | Add some instrumentation to the bgwriter, through the stats collector. | Magnus Hagander | 2007-03-30 | 1 | -1/+53 |
| * | Add new columns for tuple statistics on a database level to | Magnus Hagander | 2007-03-16 | 1 | -1/+86 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -2/+2 |
| * | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane | 2007-02-07 | 1 | -12/+24 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. | Bruce Momjian | 2007-01-02 | 1 | -1/+35 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+25 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+21 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 1 | -136/+81 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -1/+84 |
| * | Have autovacuum report its activities to the stat collector. | Alvaro Herrera | 2006-05-19 | 1 | -1/+15 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -10/+10 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -6/+6 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -23/+9 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -3/+2 |
| * | This patch reduces the size of the message header used by statistics | Neil Conway | 2005-05-11 | 1 | -3/+17 |
| * | Complete the following TODO items: | Neil Conway | 2005-05-09 | 1 | -1/+118 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Convert pg_stat_get_backend_idset to use the existing SRF support. | Tom Lane | 2004-10-01 | 1 | -29/+45 |
| * | Added hints about the reason, why the command string in | Jan Wieck | 2004-02-12 | 1 | -6/+10 |
| * | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -1/+1 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -7/+7 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -2/+6 |
| * | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 | 1 | -12/+1 |
| * | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane | 2003-04-04 | 1 | -4/+4 |
| * | It would also be handy if users could see their own pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -3/+3 |
| * | Add start time to pg_stat_activity | Bruce Momjian | 2003-03-20 | 1 | -1/+45 |
| * | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 1 | -1/+1 |
| * | Allow pg_statistics to be reset by calling pg_stat_reset(). | Bruce Momjian | 2002-08-20 | 1 | -0/+12 |
| * | Rename backend_pid to pg_backend_pid, move docs to monitoring section. | Bruce Momjian | 2002-08-04 | 1 | -2/+2 |
| * | Rename pid function to backend_pid(). | Bruce Momjian | 2002-07-31 | 1 | -2/+2 |
| * | Add function to access backend pid, pg_stat_get_backend_mypid. | Bruce Momjian | 2002-07-31 | 1 | -0/+8 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -110/+108 |
| * | pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end of | Tom Lane | 2001-09-30 | 1 | -16/+12 |