postgresql/src/backend
Tom Lane 2a2435e699 Small improvements to OPTIMIZER_DEBUG code.
Now that Paths have their own rows field, print that rather than
the parent relation's rowcount.

Show the relid sets associated with Paths using table names rather
than numbers; since this code is able to print simple Var references
using table names, it seems a bit silly that print_relids can't.

Print the cheapest_parameterized_paths list for a RelOptInfo, and
include information about a parameterized path's required_outer rels.

Noted while trying to use this feature to debug Alexander Kirkouski's
recent bug report.
2016-04-30 14:08:00 -04:00
..
access Prevent to use magic constants 2016-04-28 16:39:25 +03:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
commands Revert no-op changes to BufferGetPage() 2016-04-20 08:31:19 -05:00
executor Tighten up sanity checks for parallel aggregate in execQual.c. 2016-04-27 12:05:35 -04:00
foreign Fix whitespace 2016-04-11 14:44:51 -04:00
lib Remove mergeHyperLogLog. 2016-04-27 10:55:32 -04:00
libpq Add authentication parameters compat_realm and upn_usename for SSPI 2016-04-08 20:28:38 +02:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Remove inadvertently commited vim swapfile. 2016-04-27 11:53:01 -04:00
optimizer Small improvements to OPTIMIZER_DEBUG code. 2016-04-30 14:08:00 -04:00
parser Fix unexpected side-effects of operator_precedence_warning. 2016-04-21 23:17:36 -04:00
po
port Support building with Visual Studio 2015 2016-04-29 08:09:07 -04:00
postmaster Use GRANT system to manage access to sensitive functions 2016-04-06 21:45:32 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Remove warning about num_sync being too large in synchronous_standby_names. 2016-04-30 10:54:45 -04:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball
storage Don't open formally non-existent segments in _mdfd_getseg(). 2016-04-26 20:32:51 -07:00
tcop Support ALTER THING .. DEPENDS ON EXTENSION 2016-04-05 18:38:54 -03:00
tsearch Fix possible use of uninitialised value in ts_headline() 2016-04-08 21:25:14 +03:00
utils Add a few entries to the tail of time mapping, to see old values. 2016-04-29 16:46:08 -05:00
.gitignore
common.mk
Makefile Support multiple synchronous standby servers. 2016-04-06 17:18:25 +09:00
nls.mk