citus/.devcontainer
Naisila Puka af01fa48ec 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 15:06:42 +02:00
..
.vscode Devcontainer: enable coredumps (#7523) 2024-02-23 13:38:11 +00:00
pgenv/config Add devcontainer for development purposes (#7102) 2023-10-09 15:37:21 +02:00
src/test/regress CI: move to github container registry (#7652) 2024-07-12 11:26:38 +03:00
.gdbinit automatically add a breakpoint that breaks on postgres errors (#7279) 2023-10-27 16:57:51 +02:00
.gitignore Add devcontainer for development purposes (#7102) 2023-10-09 15:37:21 +02:00
.psqlrc Add Debugging Instructions to Devcontainer Setup in CONTRIBUTING.md (#7673) 2024-08-23 12:16:18 +03:00
Dockerfile Bump PG versions to 17.5, 16.9, 15.13 (#7986) 2025-05-22 15:06:42 +02:00
Makefile Add devcontainer for development purposes (#7102) 2023-10-09 15:37:21 +02:00
devcontainer.json Devcontainer: enable coredumps (#7523) 2024-02-23 13:38:11 +00:00
requirements.txt Devcontainer: add code formatting tools (#7355) 2023-11-24 13:03:01 +00:00