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-08-05
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-02
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
2022-07-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-08
Add JIT counters to pg_stat_statements
Magnus Hagander
2022-04-08
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2022-04-06
pgstat: remove stats_temp_directory.
Andres Freund
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-02-28
pg_stat_statements: Remove unnecessary call to GetUserId()
Michael Paquier
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
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
[next]