index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_stat_statements
/
pg_stat_statements.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix row tracking in pg_stat_statements with extended query protocol
Michael Paquier
2023-04-06
1
-1
/
+1
*
Reflect normalization of query strings for utilities in pg_stat_statements
Michael Paquier
2023-03-08
1
-1
/
+3
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
pg_stat_statements: fetch stmt location/length before it disappears.
Tom Lane
2022-11-01
1
-2
/
+14
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
1
-5
/
+6
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
1
-1
/
+1
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
1
-2
/
+2
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
1
-2
/
+2
*
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
2022-08-02
1
-4
/
+22
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
1
-2
/
+0
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-5
/
+2
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
1
-8
/
+4
*
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
1
-8
/
+18
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+4
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
1
-18
/
+0
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Add JIT counters to pg_stat_statements
Magnus Hagander
2022-04-08
1
-2
/
+48
*
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2022-04-08
1
-5
/
+33
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
1
-6
/
+1
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
1
-2
/
+2
*
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-08
1
-30
/
+3
*
pg_stat_statements: Remove unnecessary call to GetUserId()
Michael Paquier
2022-02-28
1
-1
/
+1
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
1
-1
/
+1
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
1
-2
/
+0
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
pg_stat_statements: Remove obsolete comment
Michael Paquier
2022-01-03
1
-4
/
+0
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
1
-1
/
+1
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
1
-1
/
+1
*
Don't try to read a multi-GB pg_stat_statements file in one call.
Tom Lane
2021-10-31
1
-16
/
+29
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
1
-4
/
+6
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
1
-0
/
+6
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-3
/
+4
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
1
-1
/
+1
*
Fixes for query_id feature
Bruce Momjian
2021-04-08
1
-1
/
+3
*
Merge v1.10 of pg_stat_statements into v1.9
Magnus Hagander
2021-04-08
1
-9
/
+9
*
Track identical top vs nested queries independently in pg_stat_statements
Magnus Hagander
2021-04-08
1
-7
/
+43
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
1
-68
/
+44
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
1
-780
/
+25
*
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-02
1
-0
/
+2
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
1
-1
/
+1
*
Fix crash of pg_stat_statements_info() without library loaded
Michael Paquier
2021-01-28
1
-0
/
+5
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-24
1
-1
/
+1
*
pg_stat_statements: Track time at which all statistics were last reset.
Fujii Masao
2020-12-18
1
-11
/
+35
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+0
*
pg_stat_statements: Track number of times pgss entries were deallocated.
Fujii Masao
2020-11-26
1
-1
/
+58
*
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
Fujii Masao
2020-11-12
1
-4
/
+5
*
Remove unused parameter
Peter Eisentraut
2020-09-08
1
-4
/
+3
*
pg_stat_statements: track number of rows processed by some utility commands.
Fujii Masao
2020-07-29
1
-1
/
+9
[next]