summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
AgeCommit message (Expand)Author
6 hoursFix regression test failure when wal_level is set to minimal.Masahiko Sawada
16 hoursTeach expr_is_nonnullable() to handle more expression typesRichard Guo
16 hoursSimplify COALESCE expressions using non-nullable argumentsRichard Guo
31 hoursToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
8 daysTest PRI* macros even when we can't test NLS translation.Tom Lane
9 daysRevert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
9 daysAvoid requiring Spanish locale to test NLS infrastructure.Tom Lane
10 daysLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
10 daysTry a few different locale name spellings in nls.sql.Tom Lane
10 daysAdd a regression test to verify that NLS translation works.Tom Lane
11 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
11 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
11 daysFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
12 daysReject opclass options in ON CONFLICT clauseÁlvaro Herrera
13 daysFix 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-06Fix 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-26Have 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-23Add 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
2025-11-17Rework output format of pg_ndistinctMichael Paquier
2025-11-10Check for CREATE privilege on the schema in CREATE STATISTICS.Nathan Bossart
2025-11-10Add more tests for relation statistics with rewritesMichael Paquier
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06Disallow generated columns in COPY WHERE clausePeter Eisentraut