aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Show index search count in EXPLAIN ANALYZE.Peter Geoghegan2025-03-05
* Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITÁlvaro Herrera2025-03-05
* Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier2025-03-05
* Fix ALTER TABLE error messageÁlvaro Herrera2025-03-04
* Add regression tests for pg_stat_progress_copy.tuples_skipped.Fujii Masao2025-03-04
* Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewritePeter Eisentraut2025-03-04
* Avoid NullTest deduction for clone clausesRichard Guo2025-03-04
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* Allow => syntax for named cursor arguments in plpgsql.Tom Lane2025-03-03
* Fix broken handling of domains in atthasmissing logic.Tom Lane2025-03-03
* Add relallfrozen to pg_classMelanie Plageman2025-03-03