postgresql/src/backend
Andres Freund 1fdb7f9789 expression eval: Don't redundantly keep track of AggState.
It's already tracked via ExprState->parent, so we don't need to also
include it in ExprEvalStep. When that code originally was written
ExprState->parent didn't exist, but it since has been introduced in
6719b238e8.

Author: Andres Freund
Discussion: https://postgr.es/m/20191023163849.sosqbfs5yenocez3@alap3.anarazel.de
2020-02-06 19:54:43 -08:00
..
access Force tuple conversion when the source has missing attributes. 2020-02-05 20:21:20 +00:00
bootstrap Update copyrights for 2020 2020-01-01 12:21:45 -05:00
catalog Add leader_pid to pg_stat_activity 2020-02-06 09:18:06 +09:00
commands Fix handling of "Subplans Removed" field in EXPLAIN output. 2020-02-04 13:07:13 -05:00
executor expression eval: Don't redundantly keep track of AggState. 2020-02-06 19:54:43 -08:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit expression eval: Don't redundantly keep track of AggState. 2020-02-06 19:54:43 -08:00
lib Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq Sprinkle some const decorations 2020-01-31 12:52:08 +01:00
main Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nodes Reconsider the representation of join alias Vars. 2020-01-09 11:56:59 -05:00
optimizer Refactor hash_agg_entry_size(). 2020-02-06 11:49:56 -08:00
parser Invent "trusted" extensions, and remove the pg_pltemplate catalog. 2020-01-29 18:42:43 -05:00
partitioning Update copyrights for 2020 2020-01-01 12:21:45 -05:00
po Translation updates 2019-06-17 15:30:20 +02:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
postmaster Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
rewrite Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 2020-01-14 09:52:21 +00:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Report progress of ANALYZE commands 2020-01-15 11:14:39 -03:00
storage Fix typo in proc.c 2020-02-07 12:41:10 +09:00
tcop Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
tsearch Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
utils Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version" 2020-02-07 08:10:40 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00