summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-24Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley
2023-01-23Fix LATERAL join test in test memoize.sqlDavid Rowley
2023-01-23Add non-decimal integer support to type numeric.Dean Rasheed
2023-01-23Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan
2023-01-23Restructure Ldap TAP testAndrew Dunstan
2023-01-23Harden new parallel string_agg/array_agg regression testDavid Rowley
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
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