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
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-10-20
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-08-12
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2014-05-20
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-19
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-03
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-19
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-02-22
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-25
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-07
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-02-28
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-06
Put only single space after "Sort Method:", for consistency
Peter Eisentraut
2010-12-02
Create core infrastructure for KNNGIST.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-14
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-24
Make EXPLAIN show the function call expression of a FunctionScan plan node,
Tom Lane
2010-07-13
Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,
Tom Lane
2010-06-10
Quote all string values in EXPLAIN (FORMAT YAML) output.
Robert Haas
2010-06-09
Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.
Robert Haas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-16
Add query text to auto_explain output.
Andrew Dunstan
2010-02-16
revert to showing buffer counts in explain (buffers)
Greg Stark
2010-02-15
Display explain buffers measurements in memory units rather than blocks. Also...
Greg Stark
[next]