index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_stat_statements
Commit message (
Expand
)
Author
Age
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
*
Don't track DEALLOCATE in pg_stat_statements.
Heikki Linnakangas
2014-08-25
*
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-06-04
*
Avoid unportable usage of sscanf(UINT64_FORMAT).
Tom Lane
2014-05-26
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
pg_stat_statements forgot to let previous occupant of hook get control too.
Tom Lane
2014-04-21
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
*
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-03
*
Update comment.
Tom Lane
2014-01-28
*
Keep pg_stat_statements' query texts in a file, not in shared memory.
Tom Lane
2014-01-27
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Remove pg_stat_statements--1.1.sql.
Tom Lane
2014-01-20
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Fix pg_stat_statements build on 32-bit systems
Magnus Hagander
2013-12-08
*
Expose qurey ID in pg_stat_statements view.
Fujii Masao
2013-12-08
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-07-19
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove pg_stat_statements--1.0.sql, too.
Tom Lane
2012-08-28
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix handling of pg_stat_statements.stat temporary file
Magnus Hagander
2012-05-27
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
*
Adjust timing units in pg_stat_statements.
Tom Lane
2012-04-28
*
Save a few cycles while creating "sticky" entries in pg_stat_statements.
Tom Lane
2012-04-09
*
Improve management of "sticky" entries in contrib/pg_stat_statements.
Tom Lane
2012-04-08
*
Improve contrib/pg_stat_statements' handling of PREPARE/EXECUTE statements.
Tom Lane
2012-03-29
*
Improve handling of utility statements containing plannable statements.
Tom Lane
2012-03-29
*
Improve contrib/pg_stat_statements to lump "similar" queries together.
Tom Lane
2012-03-28
*
Expose track_iotiming information via pg_stat_statements.
Robert Haas
2012-03-27
*
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-22
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-12
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-13
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
2010-04-28
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add buffer access counters to pg_stat_statements.
Itagaki Takahiro
2010-01-08
[next]