index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_stat_statements
/
pg_stat_statements.c
Age
Commit message (
Expand
)
Author
2014-08-25
Don't track DEALLOCATE in pg_stat_statements.
Heikki Linnakangas
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-26
Avoid unportable usage of sscanf(UINT64_FORMAT).
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-21
pg_stat_statements forgot to let previous occupant of hook get control too.
Tom Lane
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-01-28
Update comment.
Tom Lane
2014-01-27
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-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-08
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-11-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-07-16
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-04-28
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-27
Fix handling of pg_stat_statements.stat temporary file
Magnus Hagander
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-28
Adjust timing units in pg_stat_statements.
Tom Lane
2012-04-09
Save a few cycles while creating "sticky" entries in pg_stat_statements.
Tom Lane
2012-04-08
Improve management of "sticky" entries in contrib/pg_stat_statements.
Tom Lane
2012-03-29
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-28
Improve contrib/pg_stat_statements to lump "similar" queries together.
Tom Lane
2012-03-27
Expose track_iotiming information via pg_stat_statements.
Robert Haas
2012-02-22
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-04-28
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-08
Add buffer access counters to pg_stat_statements.
Itagaki Takahiro
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-29
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-15
Add a hook to let loadable modules get control at ProcessUtility execution,
Tom Lane
2009-12-15
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-01
Revert due to Tom's concerns:
Bruce Momjian
2009-12-01
ProcessUtility_hook:
Bruce Momjian
2009-07-27
Improve comment, per gripe from Alvaro.
Tom Lane
[next]