]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/pgstatfuncs.c
Add support for EUI-64 MAC addresses as macaddr8
[postgresql] / src / backend / utils / adt / pgstatfuncs.c
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-10 Tom LaneFix miserable coding in pg_stat_get_activity().
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-21 Robert HaasPrevent possible crash reading pg_stat_activity.
2016-03-24 Robert HaasUse correct GetDatum function.
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-10 Robert HaasCode review for b6fb6471f6afaf649e52f38269fd8c5c60647669.
2016-03-09 Robert HaasAdd a generic command progress reporting facility.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-08 Stephen FrostModify pg_stat_get_activity to build a tuplestore
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-03-19 Stephen FrostGetUserId() changes to has_privs_of_role()
2015-02-20 Tom LaneAdd pg_stat_get_snapshot_timestamp() to show statistics...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-20 Robert HaasFix typos.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-02 Tom LaneFix bugs in manipulation of PgBackendStatus.st_clientho...
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-04 Fujii MasaoFix comparison of an array of characters with zero...
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-27 Kevin GrittnerFix misplaced right paren bugs in pgstatfuncs.c.
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-04-03 Tom LaneAvoid updating our PgBackendStatus entry when track_act...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-30 Tom LaneConverge all SQL-level statistics timing values to...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
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-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-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-09 Peter EisentrautUse clearer notation for getnameinfo() return handling
2011-07-03 Magnus HaganderMark pg_stat_reset_shared as strict
2011-06-29 Magnus HaganderProtect pg_stat_reset_shared() against NULL input
2011-06-11 Bruce MomjianAdd C comment mentioning pg_stat_activity.procpid shoul...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-02-17 Robert HaasAdd client_hostname field to pg_stat_activity.
2011-02-10 Magnus HaganderTrack last time for statistics reset on databases and...
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
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-02-26 Bruce Momjianpgindent run for 9.0
2010-01-28 Magnus HaganderAdd functions to reset the statistics counter for a...
2010-01-19 Magnus HaganderAdd pg_stat_reset_shared('bgwriter') to reset the clust...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
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 Tom LaneRename recently-added pg_stat_activity column from...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
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-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-19 Alvaro HerreraHave autovacuum report its activities to the stat colle...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-09 Neil ConwayComplete the following TODO items:
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-01 Tom LaneConvert pg_stat_get_backend_idset to use the existing...
2004-02-12 Jan WieckAdded hints about the reason, why the command string in
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
next