citus/src
Naisila Puka c98341e4ed
Bump PG versions to 17.5, 16.9, 15.13 (#7986)
Nontrivial bump because of the following PG15.3 commit
317aba70e
https://github.com/postgres/postgres/commit/317aba70e

Previously, when views were converted to RTE_SUBQUERY the relid
would be cleared in PG15. In this patch of PG15, relid is retained.
Therefore, we add a check with the "relkind and rtekind" to
identify the converted views in 15.13

Sister PR https://github.com/citusdata/the-process/pull/164
Using dev image sha because I encountered the libpq
symlink issue again with "-v219b87c"
2025-05-22 14:08:03 +02:00
..
backend Bump PG versions to 17.5, 16.9, 15.13 (#7986) 2025-05-22 14:08:03 +02:00
include Error out for queries with outer joins and pseudoconstant quals in PG<17 (#7937) 2025-05-11 21:47:28 +00:00
test Add citus_nodes view (#7968) 2025-05-14 15:05:12 +03:00