index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pgstat.h
Age
Commit message (
Expand
)
Author
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-12
Add system view pg_stat_ssl
Magnus Hagander
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-20
Update PGSTAT_FILE_FORMAT_ID
Alvaro Herrera
2015-02-20
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Add memory barriers for PgBackendStatus.st_changecount protocol.
Fujii Masao
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-01-28
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-19
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-03
Fix calculation of maximum statistics-message size.
Tom Lane
2013-02-18
Split pgstat file in smaller pieces
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-25
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-17
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-30
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-05
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-01-26
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-10-21
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-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-17
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-10
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-01-03
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-10-12
Remove some unnecessary tests of pgstat_track_counts.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-21
Add vacuum and analyze counters to pg_stat_*_tables views.
Magnus Hagander
2010-08-08
Add stats functions and views to provide access to a transaction's own
Tom Lane
[next]