index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
auto_explain
Age
Commit message (
Expand
)
Author
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-16
Add query text to auto_explain output.
Andrew Dunstan
2010-01-06
Add missing 'static' keywords.
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-15
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-12
Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.
Robert Haas
2009-12-11
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...
Andrew Dunstan
2009-08-10
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-07-26
Extend EXPLAIN to allow generic options to be specified.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-05
Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to
Tom Lane
2009-01-02
Tweak guc.c to allow underscores in the names of custom variable classes,
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-11-19
Add auto-explain contrib module for automatic logging of the plans of
Tom Lane