aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera2024-08-08
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Add accidentally omitted test to meson build fileMelanie Plageman2024-07-29
* Use DELETE instead of UPDATE to speed up vacuum testMelanie Plageman2024-07-29
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Add overflow checks to money type.Nathan Bossart2024-07-19
* Test that vacuum removes tuples older than OldestXminMelanie Plageman2024-07-19
* Avoid error in recovery test if history file is not yet presentAndrew Dunstan2024-07-17
* Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane2024-07-14
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* Add ORDER BY to new test queryAlvaro Herrera2024-07-12
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Make our back branches compatible with libxml2 2.13.x.Tom Lane2024-07-10
* Choose ports for test servers less likely to result in conflictsAndrew Dunstan2024-07-08
* Force nodes for SSL tests to start in TCP modeAndrew Dunstan2024-07-08
* Fix scale clamping in numeric round() and trunc().Dean Rasheed2024-07-08
* Fix right-anti-joins when the inner relation is proven uniqueRichard Guo2024-07-08
* Remove configuration-dependent output from new inplace-inval test.Noah Misch2024-06-28
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas2024-06-27
* Backport BackgroundPsql perl test moduleHeikki Linnakangas2024-06-27
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Fix parsing of ignored operators in websearch_to_tsquery().Tom Lane2024-06-13
* Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane2024-06-11
* Tighten test_predtest's input checks, and improve error messages.Tom Lane2024-06-07
* Fix failure with SQL-procedure polymorphic output arguments in v12.Tom Lane2024-06-06
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Improve stability of subscription/029_on_error.plMichael Paquier2024-05-24
* Fix input of ISO "extended" time format for types time and timetz.Tom Lane2024-05-22
* Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane2024-05-22
* Account for optimized MinMax aggregates during SS_finalize_plan.Tom Lane2024-05-18
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Disable run condition optimization for some WindowFuncsDavid Rowley2024-05-01
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Detect more overflows in timestamp[tz]_pl_interval.Tom Lane2024-04-28
* Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane2024-04-15