postgresql/contrib/pg_stash_advice
Robert Haas 878839bafe pg_stash_advice: Reject overlong stash names in dump file.
Otherwise, the server will crash. This can only happen if the dump
file has been corrupted or manually altered, but we should still
defend against it.

Reported-by: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Co-authored-by: Ayush Tiwari <ayushtiwari.slg01@gmail.com>
Co-authored-by: Robert Haas <rhaas@postgresql.org>
Discussion: http://postgr.es/m/CAJTYsWWYhcEx1YqC=B331-Df9EpD8MxzwswWL0okz9LLCUUpBA@mail.gmail.com
2026-05-29 13:25:20 -04:00
..
expected Add pg_stash_advice contrib module. 2026-04-06 07:41:28 -04:00
sql Add pg_stash_advice contrib module. 2026-04-06 07:41:28 -04:00
t Pre-beta mechanical code beautification, step 2: run pgperltidy. 2026-05-13 10:37:42 -04:00
.gitignore Add missing .gitignore files. 2026-04-06 13:25:29 -04:00
Makefile pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
meson.build pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
pg_stash_advice--1.0.sql pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
pg_stash_advice.c pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
pg_stash_advice.control Add pg_stash_advice contrib module. 2026-04-06 07:41:28 -04:00
pg_stash_advice.h pg_stash_advice: Allow stashed advice to be persisted to disk. 2026-04-07 10:11:36 -04:00
stashfuncs.c Fix a set of typos and grammar issues across the tree 2026-04-21 14:46:22 +09:00
stashpersist.c pg_stash_advice: Reject overlong stash names in dump file. 2026-05-29 13:25:20 -04:00