summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-18Fix various typosDavid Rowley
2023-04-16Ensure result of an aggregate's finalfunc is made read-only.Tom Lane
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-13Fix PHJ match bit initialization.Thomas Munro
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-11Improve ereports for VACUUM's BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Support invalidating replication slots due to horizon and wal_levelAndres Freund
2023-04-08Fix underspecified sort order in inherit.sqlAndres Freund
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Fix table name clash in recently introduced testAndres Freund
2023-04-07Fix underspecified sort order in test queryAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06Stabilize just-added regression test cases.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Add a way to get the current function's OID in pl/pgsql.Tom Lane
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Further tweaking of width_bucket() edge cases.Tom Lane
2023-03-31Reject system columns as elements of foreign keys.Tom Lane
2023-03-31pg_regress: Emit TAP compliant outputDaniel Gustafsson
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30Clean up role created in new subscription test.Tom Lane
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Fix corner-case planner failure for MERGE.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
2023-03-21Stabilize pg_stat_io writes testAndres Freund
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra