Commit Graph

103 Commits (8776c15c85322612b9bf79daf50f74be71c12e05)

Author SHA1 Message Date
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 93c701edc6 Add support for tracking call counts and elapsed runtime for user-defined 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 17 years ago
Magnus Hagander 0423de4d30 Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 17 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 6f5c38dcd0 Just-in-time background writing strategy. This code avoids re-scanning 18 years ago
Tom Lane 282d2a03dd HOT updates. When we update a tuple without changing any of its indexed 18 years ago
Tom Lane ef4d38c86c Rename recently-added pg_stat_activity column from txn_start to xact_start, 18 years ago
Tom Lane 867e2c91a0 Implement "distributed" checkpoints in which the checkpoint I/O is spread 18 years ago
Tom Lane dbb769352d Temporary fix for the problem that pg_stat_activity, inet_client_addr(), 18 years ago
Magnus Hagander 335feca441 Add some instrumentation to the bgwriter, through the stats collector. 19 years ago
Magnus Hagander 51d7741db1 Add new columns for tuple statistics on a database level to 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Tom Lane aec4cf1c8c Add a function pg_stat_clear_snapshot() that discards any statistics snapshot 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian 2955f1ebf4 Add n_live_tuples and n_dead_tuples to pg_stat_all_tables. 19 years ago
Neil Conway 886a02d1cb Add a txn_start column to pg_stat_activity. This makes it easier to 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 9bf760f7de Add a 'waiting' column to pg_stat_activity to carry the same information 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Bruce Momjian 0ff3461bcc Alphabetically order reference to include files, "N" - "S". 19 years ago
Tom Lane b13c9686d0 Take the statistics collector out of the loop for monitoring backends' 19 years ago
Alvaro Herrera 1f219cf433 Add last-vacuum/analyze-time columns to the stats collector, both manual and 19 years ago
Alvaro Herrera 49b3462abb Have autovacuum report its activities to the stat collector. 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 20 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 20 years ago
Neil Conway 48f8eadffb This patch reduces the size of the message header used by statistics 20 years ago
Neil Conway 4744c1a0a1 Complete the following TODO items: 20 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 125bf342fd Convert pg_stat_get_backend_idset to use the existing SRF support. 21 years ago
Jan Wieck 1ecd035b31 Added hints about the reason, why the command string in 22 years ago
Peter Eisentraut 2d13472c9e OK, some of these syntax errors should be given other codes. 22 years ago
Peter Eisentraut 33d4c828fd Some "feature not supported" errors are better syntax errors, because the 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 22 years ago
Tom Lane d685417fbb Avoid repeated computation of the constants date2j(1970, 1, 1) and 23 years ago
Tom Lane 3b4ca4c0d9 Code review for pg_stat_get_backend_activity_start patch --- fix 23 years ago
Bruce Momjian db5d7ccac9 It would also be handy if users could see their own pg_stat_activity 23 years ago
Bruce Momjian a18331004a Add start time to pg_stat_activity 23 years ago
Bruce Momjian 93902e9521 Make usesysid consistently int4, not oid. 23 years ago
Bruce Momjian 5243f9a998 Allow pg_statistics to be reset by calling pg_stat_reset(). 23 years ago
Bruce Momjian d7859a9570 Rename backend_pid to pg_backend_pid, move docs to monitoring section. 23 years ago
Bruce Momjian 1107531c91 Rename pid function to backend_pid(). 23 years ago
Bruce Momjian f67cb71961 Add function to access backend pid, pg_stat_get_backend_mypid. 23 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago