summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-03-10Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov
2025-03-10Remove support for temporal RESTRICT foreign keysPeter Eisentraut
2025-03-09Fix test name and username used in failed connection attemptsHeikki Linnakangas
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-08Use stricter ordering in regression test query for pg_stat_ioMichael Paquier
2025-03-08Add regression test listing all the possible tuples in pg_stat_ioMichael Paquier
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-07tests: Don't fail due to high default timeout in postmaster/003_start_stopAndres Freund
2025-03-07tests: Fix race condition in postmaster/002_connection_limitsAndres Freund
2025-03-07Rename amcancrosscomparePeter Eisentraut
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-07CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-06Fix race condition in TAP test 007_pre_authMichael Paquier
2025-03-06Organize and deduplicate statistics import tests.Jeff Davis
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-03-05Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-03-04Fix ALTER TABLE error messageÁlvaro Herrera
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-04Split pgstat_bestart() into three different routinesMichael Paquier
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-28Tweak regex to avoid a bug in Perl 5.16.3.Tom Lane
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-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-23Ignore hash's relallvisible when checking pg_upgrade from pre-v10.Tom Lane
2025-02-23Add more tests for utility commands in pipelinesMichael Paquier
2025-02-22Remove unstable test suite added by 525392d57Amit Langote
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-21Make test portlock logic work with mesonAndres Freund
2025-02-21Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier