aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add test for pg_upgrade file transfer modes.Nathan Bossart2025-03-20
* Add vacuum_truncate configuration parameter.Nathan Bossart2025-03-20
* Fix extension control path testsPeter Eisentraut2025-03-20
* extension_control_pathPeter Eisentraut2025-03-19
* psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier2025-03-19
* oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro2025-03-19
* Ensure first ModifyTable rel initialized if all are prunedAmit Langote2025-03-19
* Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada2025-03-18
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-18
* aio: Infrastructure for io_method=workerAndres Freund2025-03-18
* Add X25519 to the default set of curvesDaniel Gustafsson2025-03-18
* psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier2025-03-18
* tests: Expand temp table tests to some pin related mattersAndres Freund2025-03-17
* Fix inconsistent quoting for some options in TAP testsMichael Paquier2025-03-17
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Remove direct handling of reloptions for toast tablesÁlvaro Herrera2025-03-14
* Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.Amit Kapila2025-03-14
* Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane2025-03-13
* Add reverse(bytea).Nathan Bossart2025-03-13
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Fix incorrect handling of subquery pullupRichard Guo2025-03-13
* Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila2025-03-13
* Fix copy-paste error in datum_to_jsonb_internal()Amit Langote2025-03-13
* Remove count_one_bits() in acl.c.Nathan Bossart2025-03-12
* Build whole-row Vars the same way during parsing and planning.Tom Lane2025-03-12
* Add connection establishment duration loggingMelanie Plageman2025-03-12
* Modularize log_connections outputMelanie Plageman2025-03-12
* Improve EXPLAIN's display of window functions.Tom Lane2025-03-11
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* tests: Make postmaster/002_connection_limits deal verbose logsAndres Freund2025-03-10
* Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov2025-03-10
* Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov2025-03-10
* Remove support for temporal RESTRICT foreign keysPeter Eisentraut2025-03-10
* Fix test name and username used in failed connection attemptsHeikki Linnakangas2025-03-09
* Don't try to parallelize array_agg() on an anonymous record type.Tom Lane2025-03-09
* Use stricter ordering in regression test query for pg_stat_ioMichael Paquier2025-03-08
* Add regression test listing all the possible tuples in pg_stat_ioMichael Paquier2025-03-08
* Include column name in build_attrmap_by_position's error reports.Tom Lane2025-03-07
* tests: Don't fail due to high default timeout in postmaster/003_start_stopAndres Freund2025-03-07
* tests: Fix race condition in postmaster/002_connection_limitsAndres Freund2025-03-07
* Rename amcancrosscomparePeter Eisentraut2025-03-07
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis2025-03-06
* Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor2025-03-07
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-07
* Fix race condition in TAP test 007_pre_authMichael Paquier2025-03-07
* Organize and deduplicate statistics import tests.Jeff Davis2025-03-06
* Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan2025-03-05
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05