summaryrefslogtreecommitdiff
path: root/src/test/modules/test_pg_dump/sql
AgeCommit message (Expand)Author
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-14Clean out column-level pg_init_privs entries when dropping tables.Tom Lane
2024-04-30Fix one more portability shortcoming in new test_pg_dump test.Tom Lane
2024-04-29Force COLLATE "C" to stabilize ordering, redux.Tom Lane
2024-04-29Force COLLATE "C" to stabilize ordering in new test_pg_dump queries.Tom Lane
2024-04-29Fix test case from b0c5b215d.Tom Lane
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
2024-04-03Drop global objects after completed testDaniel Gustafsson
2020-04-17Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane
2017-01-29Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2016-05-06Add TAP tests for pg_dumpStephen Frost