postgresql/src/backend
Robert Haas 9347baa5bb Include planning time in EXPLAIN ANALYZE output.
This doesn't work for prepared queries, but it's not too easy to get
the information in that case and there's some debate as to exactly
what the right thing to measure is, so just do this for now.

Andreas Karlsson, with slight doc changes by me.
2014-01-29 16:09:15 -05:00
..
access Further optimize GIN multi-key searches. 2014-01-29 21:24:38 +02:00
bootstrap Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
catalog Add pg_stat_archiver statistics view. 2014-01-29 02:58:22 +09:00
commands Include planning time in EXPLAIN ANALYZE output. 2014-01-29 16:09:15 -05:00
executor Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 2014-01-13 14:42:16 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Log a detail message for auth failures due to missing or expired password. 2014-01-27 21:04:09 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes ALTER TABLESPACE ... MOVE ... OWNED BY 2014-01-23 23:52:40 -05:00
optimizer Code review for auto-tuned effective_cache_size. 2014-01-27 00:05:56 -05:00
parser ALTER TABLESPACE ... MOVE ... OWNED BY 2014-01-23 23:52:40 -05:00
po Translation updates 2013-12-02 00:17:07 -05:00
port Fix thinko in huge_tlb_pages patch. 2014-01-29 21:33:56 +02:00
postmaster Fix compiler warning in EXEC_BACKEND builds. 2014-01-28 23:35:50 -05:00
regex Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
replication Change the suffix of auto conf temporary file from "temp" to "tmp". 2014-01-27 12:39:11 +09:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage Relax the requirement that all lwlocks be stored in a single array. 2014-01-27 11:07:44 -05:00
tcop Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
tsearch Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
utils Add json_array_elements_text function. 2014-01-29 15:39:01 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00