summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2025-03-04Add regression tests for pg_stat_progress_copy.tuples_skipped.Fujii Masao
2025-03-04Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewritePeter Eisentraut
2025-03-04Avoid NullTest deduction for clone clausesRichard Guo
2025-03-03Allow => syntax for named cursor arguments in plpgsql.Tom Lane
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-27Generalize hash and ordering support in amapiPeter Eisentraut
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-02-25Expand virtual generated columns in the plannerRichard Guo
2025-02-25Do not use in-place updates for statistics import.Jeff Davis
2025-02-25psql: Add pipeline status to prompt and some state variablesMichael Paquier
2025-02-25Fix bug in cbc127917 to handle nested Append correctlyAmit Langote
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-23Add more tests for utility commands in pipelinesMichael Paquier
2025-02-22Adjust EXPLAIN test case to filter out "Actual Rows" values.Robert Haas
2025-02-21Avoid race condition between "GRANT role" and "DROP ROLE".Tom Lane
2025-02-21Allow EXPLAIN to indicate fractional rows.Robert Haas
2025-02-21Support text position search functions with nondeterministic collationsPeter Eisentraut
2025-02-21Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier
2025-02-21psql: Add support for pipelinesMichael Paquier
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-02-19Improve statistics estimation for single-column GROUP BY in sub-queriesAlexander Korotkov
2025-02-19Add support for LIKE in CREATE FOREIGN TABLEMichael Paquier
2025-02-19Fix freeing a child join's SpecialJoinInfoRichard Guo
2025-02-18Fix poorly written regression testDavid Rowley
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-17Fix an oversight in cbc127917 to handle MERGE correctlyAmit Langote
2025-02-17Adjust tuples estimate for appendrelsRichard Guo
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-07Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Fix incorrect range in pg_regress comment.Tom Lane
2025-01-28Improve test coverage of network address functionsMichael Paquier
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-27Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier
2025-01-26Add missing CommandCounterIncrementÁlvaro Herrera
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-24Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane
2025-01-24Fix instability in recently added regression testsÁlvaro Herrera