aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix buggy recursion in flatten_rtes_walker().Tom Lane2023-02-13
* Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane2023-02-13
* Fix object identity string for transformsAlvaro Herrera2023-02-13
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-13
* Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley2023-02-13
* Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane2023-02-12
* Add tests for pg_stat_ioAndres Freund2023-02-11
* Create regress_tblspc in test_setupAndres Freund2023-02-11
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-11
* Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane2023-02-10
* Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane2023-02-10
* Fix various typos in code and testsMichael Paquier2023-02-09
* remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane2023-02-08
* Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier2023-02-08
* Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane2023-02-07
* Doc: make src/test/*/README match current reality.Tom Lane2023-02-07
* Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane2023-02-07
* Fix up join removal's interaction with PlaceHolderVars.Tom Lane2023-02-06
* Fix over-optimistic updating of info about commutable outer joins.Tom Lane2023-02-05
* Fix thinko in qual distribution.Tom Lane2023-02-04
* Fix thinko in outer-join removal.Tom Lane2023-02-04
* Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane2023-02-04
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-02
* Remove over-optimistic Assert.Tom Lane2023-01-31
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-31
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed2023-01-30
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Teach planner about more monotonic window functionsDavid Rowley2023-01-27
* DROP ROLE regress_role_limited_admin at end of testRobert Haas2023-01-26
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-24
* Fix the Drop Database hang.Amit Kapila2023-01-24
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-23
* Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley2023-01-24
* Fix LATERAL join test in test memoize.sqlDavid Rowley2023-01-24
* Add non-decimal integer support to type numeric.Dean Rasheed2023-01-23
* Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan2023-01-23
* Restructure Ldap TAP testAndrew Dunstan2023-01-23
* Harden new parallel string_agg/array_agg regression testDavid Rowley2023-01-23
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier2023-01-20
* Fix ts_headline() to handle ORs and phrase queries more honestly.Tom Lane2023-01-19
* Fix AdjustUpgrade.pm's view conversion list for --with-lz4.Tom Lane2023-01-18
* Update expected/collate.windows.win1252.out for 47bb9db75.Tom Lane2023-01-18
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-18
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18