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
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
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-09
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-04
Improve contrib/pg_stat_statements' handling of garbage collection failure.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-19
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-03-28
Better fix for misuse of Float8GetDatumFast().
Tom Lane
2015-03-28
Use standard librart sqrt function in pg_stat_statements
Andrew Dunstan
2015-03-27
Fix portability issues with stddev in pg_stat_statements
Andrew Dunstan
2015-03-27
Add stats for min, max, mean, stddev times to pg_stat_statements.
Andrew Dunstan
2015-01-22
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
[next]