summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-19Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane
2023-01-18Fix AdjustUpgrade.pm's view conversion list for --with-lz4.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-17meson: Add two missing regress testsAndres Freund
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Fix typo in comment.Amit Kapila
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2023-01-17Don't presort ORDER BY/DISTINCT Aggrefs with volatile functionsDavid Rowley
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
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-13Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.plMichael Paquier
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-11Fix typos in code and commentsMichael Paquier
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-10New header varatt.h split off from postgres.hPeter Eisentraut
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-06Invalidate pgoutput's replication-decisions cache upon schema rename.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.Tom Lane
2023-01-05Remove extra regress check arguments from test_pg_db_role_settingAlexander Korotkov
2023-01-05meson: Add 'running' test setup, as a replacement for installcheckAlexander Korotkov
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-31ci: Change macOS builds from Intel to ARM.Thomas Munro
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