postgresql/src/backend
Tom Lane e1623b7d86 Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.
That field went away in commit edca44b15, but it seems that
commit 45be99f8c re-introduced some comments mentioning it.
Noted by James Coleman, though this isn't exactly his
proposed new wording.  Also thanks to Justin Pryzby for
software archaeology.

Discussion: https://postgr.es/m/CAAaqYe8fxZjq3na+XkNx4C78gDqykH-7dbnzygm9Qa9nuDTePg@mail.gmail.com
2021-04-14 14:28:24 -04:00
..
access Improve quoting in some error messages 2021-04-14 09:11:29 +02:00
bootstrap Split backend status and progress related functionality out of pgstat.c. 2021-04-03 11:42:52 -07:00
catalog Standardize pg_authid oid_symbol values. 2021-04-10 12:01:41 -07:00
commands Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 2021-04-13 15:10:18 -04:00
executor Redesign the caching done by get_cached_rowtype(). 2021-04-13 13:37:07 -04:00
foreign
jit Speedup ScalarArrayOpExpr evaluation 2021-04-08 23:51:22 +12:00
lib
libpq Refactor hba_authname 2021-04-07 14:24:47 +02:00
main
nodes Improve slightly misleading comments in nodeFuncs.c 2021-04-10 19:19:45 +12:00
optimizer Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels. 2021-04-14 14:28:24 -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
port
postmaster Use NameData datatype for slotname in stats. 2021-04-14 08:55:03 +05:30
regex
replication Use NameData datatype for slotname in stats. 2021-04-14 08:55:03 +05:30
rewrite Clean up treatment of missing default and CHECK-constraint records. 2021-04-06 10:34:39 -04:00
snowball
statistics Initialize t_self and t_tableOid in statext_expressions_load 2021-04-14 00:46:12 +02:00
storage Optionally prefetch referenced data in recovery. 2021-04-08 23:20:42 +12:00
tcop SQL-standard function body 2021-04-07 21:47:55 +02:00
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 2021-03-18 22:22:47 -04:00
utils doc: Move force_parallel_mode to section for developer options 2021-04-14 15:55:55 +09:00
.gitignore
common.mk
Makefile
nls.mk