summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-02-17Fix incorrect format placeholderPeter Eisentraut
2023-02-16Fix check for child column generation status matching parent.Tom Lane
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-13Fix buggy recursion in flatten_rtes_walker().Tom Lane
2023-02-13Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane
2023-02-13Fix object identity string for transformsAlvaro Herrera
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-02-13Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley
2023-02-12Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane
2023-02-11Add tests for pg_stat_ioAndres Freund
2023-02-11Create regress_tblspc in test_setupAndres Freund
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-10Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane
2023-02-10Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-08remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane
2023-02-08Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier
2023-02-07Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-02-07Doc: make src/test/*/README match current reality.Tom Lane
2023-02-07Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane
2023-02-06Fix up join removal's interaction with PlaceHolderVars.Tom Lane
2023-02-05Fix over-optimistic updating of info about commutable outer joins.Tom Lane
2023-02-04Fix thinko in qual distribution.Tom Lane
2023-02-04Fix thinko in outer-join removal.Tom Lane
2023-02-04Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-02-02Allow the logical_replication_mode to be used on the subscriber.Amit Kapila
2023-01-31Remove over-optimistic Assert.Tom Lane
2023-01-31Remove recovery test 011_crash_recovery.plMichael Paquier
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-30Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-27Teach planner about more monotonic window functionsDavid Rowley
2023-01-26DROP ROLE regress_role_limited_admin at end of testRobert Haas
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