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
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
2019-01-11
Extend pg_stat_statements_reset to reset statistics specific to a
Amit Kapila
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-23
Make more consistent some error messages for file-related operations
Michael Paquier
2018-04-14
Reorganize partitioning code
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-10-20
pg_stat_statements: Add a comment about the dangers of padding bytes.
Robert Haas
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-03-31
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-30
Default monitoring roles
Simon Riggs
2017-03-27
Show ignored constants as "$N" rather than "?" in pg_stat_statements.
Tom Lane
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-26
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-14
Teach contrib/pg_stat_statements to handle multi-statement commands better.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-16
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
[next]