aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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 missing installation/uninstallation rules for BackgroundPsql.pmHeikki Linnakangas2024-07-01
* 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
* Improve stability of subscription/029_on_error.plMichael Paquier2024-05-24
* 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
* 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 generation of EC join conditions at the wrong plan level.Tom Lane2024-04-16
* Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane2024-04-15
* freespace: Don't return blocks past the end of the main fork.Noah Misch2024-04-13
* Fix plpgsql's handling of -- comments following expressions.Tom Lane2024-04-10
* Don't clobber test exit code at cleanup in LDAP/Kerberors testsHeikki Linnakangas2024-04-07
* Improve check in LDAP test to find the OpenLDAP installationHeikki Linnakangas2024-04-07
* Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane2024-03-26
* Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas2024-03-18
* Fix EXPLAIN output for subplans in MERGE.Dean Rasheed2024-03-17
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley2024-03-11
* Fix handling of self-modified tuples in MERGE.Dean Rasheed2024-03-07
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix type-checking of RECORD-returning functions in FROM.Tom Lane2024-03-06