aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier2023-02-08
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-31
* Fix the Drop Database hang.Amit Kapila2023-01-24
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-23
* Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley2023-01-24
* Fix LATERAL join test in test memoize.sqlDavid Rowley2023-01-24
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane2023-01-17
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-16
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-15
* Fix jsonpath existense checking of missing variablesAlexander Korotkov2023-01-12
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Fix inability to reference CYCLE column from inside its CTE.Tom Lane2022-12-16
* Re-adjust drop-index-concurrently-1 isolation testDavid Rowley2022-12-16
* Fix jsonb subscripting to cope with toasted subscript values.Tom Lane2022-12-12
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-02
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* Reject missing database name in pg_regress and cohorts.Tom Lane2022-11-30
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-29
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-23
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-22
* Fix version comparison in Version.pmAndrew Dunstan2022-11-18
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-17
* Fix alter_table.sql test case to test what it claims to.Tom Lane2022-11-10
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-14
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Ensure all perl test modules are installedAlvaro Herrera2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Stop using PQsendQuery in libpq_pipelineAlvaro Herrera2022-09-23
* Detect format-string mistakes in the libpq_pipeline test module.Tom Lane2022-09-15
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12