| Commit message (Expand) | Author | Age |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | In COPY, insert tuples to the heap in batches. | Heikki Linnakangas | 2011-11-09 |
* | Code review for pgstat_get_crashed_backend_activity patch. | Tom Lane | 2011-10-21 |
* | Try to log current the query string when a backend crashes. | Robert Haas | 2011-10-21 |
* | Suppress -Wunused-result warnings about write() and fwrite(). | Tom Lane | 2011-10-18 |
* | Remove debug logging for pgstat wait timeout. | Tom Lane | 2011-09-16 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Add a bit of debug logging to backend_read_statsfile(). | Tom Lane | 2011-08-10 |
* | Introduce a pipe between postmaster and each backend, which can be used to | Heikki Linnakangas | 2011-07-08 |
* | Fix VACUUM so that it always updates pg_class.reltuples/relpages. | Tom Lane | 2011-05-30 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Zero out vacuum_count and related counters in pgstat_recv_tabstat(). | Tom Lane | 2011-03-07 |
* | Add client_hostname field to pg_stat_activity. | Robert Haas | 2011-02-17 |
* | Track last time for statistics reset on databases and bgwriter | Magnus Hagander | 2011-02-10 |
* | Add views and functions to monitor hot standby query conflicts | Magnus Hagander | 2011-01-03 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Reset all database-level stats in pgstat_recv_resetcounter(). | Tom Lane | 2010-12-12 |
* | Add new buffers_backend_fsync field to pg_stat_bgwriter. | Robert Haas | 2010-11-15 |
* | Remove some unnecessary tests of pgstat_track_counts. | Tom Lane | 2010-10-12 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Add vacuum and analyze counters to pg_stat_*_tables views. | Magnus Hagander | 2010-08-21 |
* | Add stats functions and views to provide access to a transaction's own | Tom Lane | 2010-08-08 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Now that we know last_statrequest > last_statwrite can be observed in the | Tom Lane | 2010-03-24 |
* | Add some logging code for unexpected cases in pgstat.c, particularly being | Tom Lane | 2010-03-12 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Make checks for invalid pgStatSock use PGINVALID_SOCKET | Magnus Hagander | 2010-01-31 |
* | Add functions to reset the statistics counter for a single table/index or | Magnus Hagander | 2010-01-28 |
* | Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared | Magnus Hagander | 2010-01-19 |
* | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander | 2010-01-10 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 2009-12-30 |
* | Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. | Tom Lane | 2009-12-27 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats | Tom Lane | 2009-10-02 |
* | Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. | Tom Lane | 2009-09-04 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 |
* | Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case | Tom Lane | 2008-12-08 |
* | Fix compiler warning about uninitialized variable | Peter Eisentraut | 2008-11-04 |
* | Reduce the acceptable staleness of pgstat data for autovacuum, per the | Alvaro Herrera | 2008-11-03 |
* | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane | 2008-11-03 |
* | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander | 2008-08-25 |
* | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander | 2008-08-25 |
* | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 |
* | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 |