summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-20Test restartpoints in archive recovery.Noah Misch
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-26Fix order of -I switches for building pg_regress.o.Tom Lane
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-04Fix ALTER TABLE error messageÁlvaro Herrera
2025-03-04Avoid NullTest deduction for clone clausesRichard Guo
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-21Make test portlock logic work with mesonAndres Freund
2025-02-21Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier
2025-02-21Fix a WARNING for data origin discrepancies.Amit Kapila
2025-02-21Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier
2025-02-20test_escape: Fix output of --helpMichael Paquier
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-02-19Fix crash in brininsertcleanup during logical replication.Tom Lane
2025-02-19tests: BackgroundPsql: Fix potential for lost errors on windowsAndres Freund
2025-02-19backport: Extend background_psql() to be able to start asynchronouslyAndres Freund
2025-02-19backport: Improve handling of empty query results in BackgroundPsqlAndres Freund
2025-02-19Fix freeing a child join's SpecialJoinInfoRichard Guo
2025-02-19test_escape: Fix handling of short options in getopt_long()Michael Paquier
2025-02-14Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-12Fix issue in recovery test 041_checkpoint_at_promoteMichael Paquier
2025-02-10Fix type in test_escape testAndres Freund
2025-02-10Add test of various escape functionsAndres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-02-04meson: Add test dependencies for test_json_parserAndres Freund
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Disable runningcheck for src/test/modules/injection_points/specs.Noah Misch
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-21Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane