summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-03-20Add test for pg_upgrade file transfer modes.Nathan Bossart
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-20Fix extension control path testsPeter Eisentraut
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-03-19oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17tests: Expand temp table tests to some pin related mattersAndres Freund
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-14Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.Amit Kapila
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Remove count_one_bits() in acl.c.Nathan Bossart
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10tests: Make postmaster/002_connection_limits deal verbose logsAndres Freund
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