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
2022-01-03
pg_stat_statements: Remove obsolete comment
Michael Paquier
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-10-31
Don't try to read a multi-GB pg_stat_statements file in one call.
Tom Lane
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-04-08
Fixes for query_id feature
Bruce Momjian
2021-04-08
Merge v1.10 of pg_stat_statements into v1.9
Magnus Hagander
2021-04-08
Track identical top vs nested queries independently in pg_stat_statements
Magnus Hagander
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-02
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-01
Rename Default Roles to Predefined Roles
Stephen Frost
2021-01-28
Fix crash of pg_stat_statements_info() without library loaded
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-24
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-18
pg_stat_statements: Track time at which all statistics were last reset.
Fujii Masao
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-26
pg_stat_statements: Track number of times pgss entries were deallocated.
Fujii Masao
2020-11-12
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
Fujii Masao
2020-09-08
Remove unused parameter
Peter Eisentraut
2020-07-29
pg_stat_statements: track number of rows processed by some utility commands.
Fujii Masao
2020-07-05
doc: Spell checking
Peter Eisentraut
2020-07-03
Change default of pg_stat_statements.track_planning to off.
Fujii Masao
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-05
Allow pg_stat_statements to track WAL usage statistics.
Amit Kapila
2020-04-02
Allow pg_stat_statements to track planning statistics.
Fujii Masao
2020-03-30
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-02
Fix possibly-uninitialized variable.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-11
Use pg_pwrite() in more places.
Thomas Munro
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-07-19
pg_stat_statements: add missing check for pgss_enabled().
Jeff Davis
2019-07-14
Teach pg_stat_statements not to ignore FOR UPDATE clauses
Andrew Gierth
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-06-19
Replace an occurrence of slave with standby
Magnus Hagander
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-09
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
[next]