postgresql/src/backend
Tom Lane 7645376774 Rename find_em_expr_usable_for_sorting_rel.
I didn't particularly like this function name, as it fails to
express what's going on.  Also, returning the sort expression
alone isn't too helpful --- typically, a caller would also
need some other fields of the EquivalenceMember.  But the
sole caller really only needs a bool result, so let's make
it "bool relation_can_be_sorted_early()".

Discussion: https://postgr.es/m/91f3ec99-85a4-fa55-ea74-33f85a5c651f@swarm64.com
2021-04-20 11:37:36 -04:00
..
access Document LP_DEAD accounting issues in VACUUM. 2021-04-19 18:55:31 -07:00
bootstrap Split backend status and progress related functionality out of pgstat.c. 2021-04-03 11:42:52 -07:00
catalog Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
commands Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
executor Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Speedup ScalarArrayOpExpr evaluation 2021-04-08 23:51:22 +12:00
lib Fix typo in comment 2021-04-20 14:35:16 +02:00
libpq Refactor hba_authname 2021-04-07 14:24:47 +02:00
main Update copyright for 2021 2021-01-02 13:06:25 -05:00
nodes Improve slightly misleading comments in nodeFuncs.c 2021-04-10 19:19:45 +12:00
optimizer Rename find_em_expr_usable_for_sorting_rel. 2021-04-20 11:37:36 -04:00
parser Allow table-qualified variable names in ON CONFLICT ... WHERE. 2021-04-13 15:39:41 -04:00
partitioning Speedup ScalarArrayOpExpr evaluation 2021-04-08 23:51:22 +12:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
postmaster Use correct format placeholder for pids 2021-04-19 10:43:18 +02:00
regex Further tweak memory management for regex DFAs. 2021-03-08 16:32:29 -05:00
replication Use correct format placeholder for pids 2021-04-19 10:43:18 +02:00
rewrite Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
storage Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
tcop SQL-standard function body 2021-04-07 21:47:55 +02:00
tsearch Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09:00
utils Fix typos and grammar in comments and docs 2021-04-19 11:32:30 +09: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 Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00