postgresql/src/backend
Noah Misch 1b8462bf1d Fix back-patch of "Avoid race in RelationBuildDesc() ..."
The back-patch of commit fdd965d074 broke
CLOBBER_CACHE_ALWAYS for v9.6 through v13.  It updated the
InvalidateSystemCaches() call for CLOBBER_CACHE_RECURSIVELY, neglecting
the one for CLOBBER_CACHE_ALWAYS.  Back-patch to v13, v12, v11, and v10.

Reviewed by Tomas Vondra.  Reported by Tomas Vondra.

Discussion: https://postgr.es/m/df7b4c0b-7d92-f03f-75c4-9e08b269a716@enterprisedb.com
2022-02-09 18:16:56 -08:00
..
access fsync pg_logical/mappings in CheckPointLogicalRewriteHeap(). 2022-01-21 11:24:12 -08:00
bootstrap Skip WAL for new relfilenodes, under wal_level=minimal. 2020-04-04 12:25:34 -07:00
catalog Flush table's relcache during ALTER TABLE ADD PRIMARY KEY USING INDEX. 2022-01-22 13:32:40 -05:00
commands Check syscache result in AlterStatistics 2022-01-23 03:20:32 +01:00
executor Test, don't just Assert, that mergejoin's inputs are in order. 2022-02-05 11:59:30 -05:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Avoid some other O(N^2) hazards in list manipulation. 2021-11-01 16:24:40 -04:00
lib Fix typo in comment 2021-04-20 14:36:41 +02:00
libpq Fix pg_hba_file_rules for authentication method cert 2022-01-26 09:59:19 +01:00
main Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nodes Fix index-only scan plans, take 2. 2022-01-03 15:42:27 -05:00
optimizer Consider parallel awareness when removing single-child Appends 2022-01-25 21:15:00 +13:00
parser Fix failure to validate the result of select_common_type(). 2022-01-29 11:41:12 -05:00
partitioning Avoid using ambiguous word "non-negative" in error messages. 2021-07-28 01:21:52 +09:00
po Translation updates 2022-02-07 13:36:22 +01:00
port Reject huge_pages=on if shared_memory_type=sysv. 2021-10-26 13:04:40 +13:00
postmaster Reject extraneous data after SSL or GSS encryption handshake. 2021-11-08 11:01:43 -05:00
regex Make pg_regexec() robust against out-of-range search_start. 2021-09-11 15:19:49 -04:00
replication Fix limitations on what SQL commands can be issued to a walsender. 2022-01-24 15:33:34 -05:00
rewrite Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 2021-09-08 12:05:43 -04:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Build inherited extended stats on partitioned tables 2022-01-15 19:14:00 +01:00
storage Fix ordering of XIDs in ProcArrayApplyRecoveryInfo 2022-01-27 20:16:39 +01:00
tcop Fix Portal snapshot tracking to handle subtransactions properly. 2021-10-01 11:10:12 -04:00
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 2021-03-18 21:44:43 -04:00
utils Fix back-patch of "Avoid race in RelationBuildDesc() ..." 2022-02-09 18:16:56 -08: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 Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nls.mk Translation updates 2020-09-14 13:14:53 +02:00