]> granicus.if.org Git - postgresql/history - src/backend/catalog/system_views.sql
Publish checkpoint timing information to pg_stat_bgwriter.
[postgresql] / src / backend / catalog / system_views.sql
2012-04-05 Robert HaasPublish checkpoint timing information to pg_stat_bgwriter.
2012-04-05 Robert HaasExpose track_iotiming data via the statistics collector.
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-26 Magnus HaganderAdd deadlock counter to pg_stat_database
2012-01-26 Magnus HaganderTrack temporary file count and size in pg_stat_database
2012-01-19 Magnus HaganderSeparate state from query string in pg_stat_activity
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-28 Robert HaasRename pg_stat_replication.apply_location to replay_loc...
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-09-21 Tom LaneSimplify the definitions of a couple of system views...
2008-08-25 Magnus HaganderConvert remaining builtin set-returning functions to...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-08 Magnus HaganderMake the new pg_stat_get_activity use OUT parameters...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-22 Tom LaneAdjust ts_debug's output as per my proposal of yesterda...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-11 Teodor SigaevFix ts_debug function to prevent unneeded calls of...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-25 Tom LaneSimplify implementation of ts_debug() function ---...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-02 Bruce MomjianAdd n_live_tuples and n_dead_tuples to pg_stat_all_tables.
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-24 Tom LaneChange pg_stat_all_tables and sister views to put the...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-08-15 Bruce MomjianRename pg_stat_file columns to be more consistent....
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-13 Tom LaneMake pg_stat_file() use OUT parameters so that the...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-07-21 Bruce MomjianThe attached patch shows the new column "tablespace...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-04-26 Bruce MomjianPlease find attached a small patch against current...
2004-01-14 Tom Lanepg_settings should have UPDATE privilege allowed to...
2003-12-03 Joe ConwayAdded new group of read-only GUC variables to allow...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-13 Tom LaneDunno why this got committed with DOS newlines, but...
2003-11-11 Bruce MomjianAdd system_views.sql to CVS.