summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-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
2024-06-11Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane
2024-06-07Tighten test_predtest's input checks, and improve error messages.Tom Lane
2024-06-06Fix failure with SQL-procedure polymorphic output arguments in v12.Tom Lane
2024-05-18Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane
2024-05-15Fix handling of polymorphic output arguments for procedures.Tom Lane
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-04-16Fix generation of EC join conditions at the wrong plan level.Tom Lane
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-04-07Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas
2024-04-07Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane