summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2023-01-18Update expected/collate.windows.win1252.out for 47bb9db75.Tom Lane
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-17Fix typo in comment.Amit Kapila
2023-01-17Don't presort ORDER BY/DISTINCT Aggrefs with volatile functionsDavid Rowley
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-13Simplify permissions for LOCK TABLE.Jeff Davis
2023-01-13Ignore dropped and generated columns from the column list.Amit Kapila
2023-01-12Fix jsonpath existense checking of missing variablesAlexander Korotkov
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Improve handling of inherited GENERATED expressions.Tom Lane
2023-01-11Don't leave roles behind after core regression tests.Tom Lane
2023-01-10Have the planner consider Incremental Sort for DISTINCTDavid Rowley
2023-01-10Add new GUC createrole_self_grant.Robert Haas
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-10Fix MERGE's test for unreachable WHEN clauses.Dean Rasheed
2023-01-10Round off random_normal() test results one more decimal place.Tom Lane
2023-01-10Remove pg_regress' never-documented "ignore" feature.Tom Lane
2023-01-10Upgrade the random.sql regression test.Tom Lane
2023-01-09Invent random_normal() to provide normally-distributed random numbers.Tom Lane
2023-01-09Allow left join removals and unique joins on partitioned tablesDavid Rowley
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-07Add additional regression tests for select_active_windowsDavid Rowley
2023-01-06Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2023-01-01In plpgsql, don't preassign portal names to bound cursor variables.Tom Lane
2022-12-30Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier
2022-12-27Remove new locale dependency in regproc regression test.Tom Lane
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-25Convert enum_in() to report errors softly.Tom Lane
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-24Fix recent accidental omission in pg_proc.datDavid Rowley
2022-12-23Rename pg_dissect_walfile_name() to pg_split_walfile_name()Michael Paquier
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Add enable_presorted_aggregate GUCDavid Rowley
2022-12-20Add pg_dissect_walfile_name()Michael Paquier
2022-12-17Fix bit-rotted planner test case.Tom Lane
2022-12-16Fix inability to reference CYCLE column from inside its CTE.Tom Lane
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-12-16Remove pessimistic cost penalization from Incremental SortDavid Rowley