summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-11-10Fix broken collate.icu.utf8 test in v12 branch.Tom Lane
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-11-08Disallow partitionwise grouping when collations don't matchAmit Langote
2024-11-08Message style improvementPeter Eisentraut
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-26tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Drop global objects after completed testDaniel Gustafsson
2024-09-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-07Teach RPM the package name provided in Perl alias packages.Noah Misch
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-12Add ORDER BY to new test queryAlvaro Herrera
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-11Make our back branches compatible with libxml2 2.13.x.Tom Lane
2024-07-09Unrevert "Force nodes for SSL tests to start in TCP mode"Andrew Dunstan
2024-07-08Revert "Force nodes for SSL tests to start in TCP mode"Andrew Dunstan
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan
2024-07-08Force nodes for SSL tests to start in TCP modeAndrew Dunstan
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-07-01Fix missing installation/uninstallation rules for BackgroundPsql.pmHeikki Linnakangas
2024-06-28Remove configuration-dependent output from new inplace-inval test.Noah Misch
2024-06-28Improve test coverage for changes to inplace-updated catalogs.Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-27tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas
2024-06-27Backport BackgroundPsql perl test moduleHeikki Linnakangas
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-06-14Clean out column-level pg_init_privs entries when dropping tables.Tom Lane
2024-06-14Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane