summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
AgeCommit message (Expand)Author
26 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
41 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
41 hoursStrip PlaceHolderVars from index operandsRichard Guo
3 daysFix incorrectly spelled city nameDaniel Gustafsson
6 daysFix planner error with SRFs and grouping setsRichard Guo
6 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
6 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
6 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
2025-12-16Test PRI* macros even when we can't test NLS translation.Tom Lane
2025-12-15Revert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
2025-12-15Avoid requiring Spanish locale to test NLS infrastructure.Tom Lane
2025-12-14Looks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
2025-12-14Try a few different locale name spellings in nls.sql.Tom Lane
2025-12-14Add a regression test to verify that NLS translation works.Tom Lane
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-13Fix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
2025-12-12Reject opclass options in ON CONFLICT clauseÁlvaro Herrera
2025-12-11Fix infer_arbiter_index for partitioned tablesÁlvaro Herrera
2025-12-09Add started_by column to pg_stat_progress_analyze view.Masahiko Sawada
2025-12-09Add mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
2025-12-09Fix distinctness check for queries with grouping setsRichard Guo
2025-12-09Fix const-simplification for index expressions and predicateRichard Guo
2025-12-08Unify some more messagesÁlvaro Herrera
2025-12-08Improve error messages of input functions for pg_dependencies and pg_ndistinctMichael Paquier
2025-12-06Handle constant inputs to corr() and related aggregates more precisely.Tom Lane
2025-12-05Fix text substring search for non-deterministic collations.Tom Lane
2025-12-05Don't reset the pathlist of partitioned joinrels.Robert Haas
2025-12-05Improve test output of extended statistics for ndistinct and dependenciesMichael Paquier
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-03Make stats_ext test faster under cache-clobbering test conditions.Tom Lane
2025-11-29Avoid rewriting data-modifying CTEs more than once.Dean Rasheed
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-27Allow indexscans on partial hash indexes with implied quals.Tom Lane
2025-11-27Fix error reporting for SQL/JSON path type mismatchesAmit Langote
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-27Have the planner replace COUNT(ANY) with COUNT(*), when possibleDavid Rowley
2025-11-26Add input function for data type pg_dependenciesMichael Paquier
2025-11-26Add input function for data type pg_ndistinctMichael Paquier
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-11-22Add SupportRequestInlineInFrom planner support request.Tom Lane
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-20Add HINT listing valid encodings to encode() and decode() errors.Fujii Masao
2025-11-18Don't allow CTEs to determine semantic levels of aggregates.Tom Lane
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-17Rework output format of pg_dependenciesMichael Paquier