index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
2015-02-17
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-15
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Remove odd blank line in comment.
Fujii Masao
2014-11-20
Add missing case for CustomScan.
Tom Lane
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-10-15
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-13
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-08
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-07-14
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-05-20
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-17
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-01-29
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-20
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-13
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-12
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-20
Clarify documentation of EXPLAIN (TIMING OFF) option.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-09
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-31
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-03-27
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-02-23
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-07
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-01-31
Built-in JSON data type.
Robert Haas
2012-01-26
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-11
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-09-22
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-01
Include the target table in EXPLAIN output for ModifyTable nodes.
Tom Lane
2011-03-01
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
[next]