postgresql/src/backend
Peter Eisentraut fd5274a65b Update executor documentation for run-time partition pruning
With run-time partition pruning, there is no longer necessarily an
executor node for each corresponding plan node.

Author: David Rowley <david.rowley@2ndquadrant.com>
2018-11-15 23:06:28 +01:00
..
access Initialize TransactionState and user ID consistently at transaction start 2018-11-14 16:47:51 +09:00
bootstrap Message wording and pluralization improvements 2018-05-17 23:05:27 -04:00
catalog Fix missing role dependencies for some schema and type ACLs. 2018-11-09 20:42:03 -05:00
commands Fix missing role dependencies for some schema and type ACLs. 2018-11-09 20:42:03 -05:00
executor Update executor documentation for run-time partition pruning 2018-11-15 23:06:28 +01:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. 2018-11-03 16:00:00 -07:00
lib Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 2018-11-06 13:25:24 -05:00
libpq Fix const correctness warning. 2018-11-13 19:04:02 +13:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Revise attribute handling code on partition creation 2018-11-08 16:22:09 -03:00
optimizer Limit the number of index clauses considered in choose_bitmap_and(). 2018-11-12 11:19:04 -05:00
parser Revise attribute handling code on partition creation 2018-11-08 16:22:09 -03:00
partitioning Simplify partitioned table creation vs. relcache 2018-09-05 14:36:13 -03:00
po Translation updates 2018-11-05 14:43:50 +01:00
port Pad semaphores to avoid false sharing. 2018-07-25 11:00:42 +12:00
postmaster Stop bgworkers during fast shutdown with postmaster in startup phase 2018-08-29 17:10:13 -07:00
regex Clean up warnings from -Wimplicit-fallthrough. 2018-05-01 19:35:08 -04:00
replication Fix copy-paste error in errhint() introduced in 691d79a079. 2018-11-05 12:05:39 -08:00
rewrite Fix set of NLS translation issues 2018-08-21 15:17:25 +09:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Fix typos. 2018-08-27 09:34:35 +12:00
storage Use 64 bit type for BufFileSize(). 2018-11-15 13:40:06 +13:00
tcop Server-side fix for delayed NOTIFY and SIGTERM processing. 2018-10-19 21:39:21 -04:00
tsearch Make ts_locale.c's character-type functions cope with UTF-16. 2018-11-03 13:56:10 -04:00
utils Use 64 bit type for BufFileSize(). 2018-11-15 13:40:06 +13:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
nls.mk Translation updates 2018-09-17 08:40:36 +02:00