summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
AgeCommit message (Expand)Author
23 hoursLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
25 hoursTry a few different locale name spellings in nls.sql.Tom Lane
26 hoursAdd a regression test to verify that NLS translation works.Tom Lane
31 hoursImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
31 hoursImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
45 hoursFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
3 daysReject opclass options in ON CONFLICT clauseÁlvaro Herrera
4 daysFix infer_arbiter_index for partitioned tablesÁlvaro Herrera
6 daysAdd started_by column to pg_stat_progress_analyze view.Masahiko Sawada
6 daysAdd mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
6 daysFix distinctness check for queries with grouping setsRichard Guo
6 daysFix const-simplification for index expressions and predicateRichard Guo
7 daysUnify some more messagesÁlvaro Herrera
8 daysImprove error messages of input functions for pg_dependencies and pg_ndistinctMichael Paquier
9 daysHandle constant inputs to corr() and related aggregates more precisely.Tom Lane
10 daysFix text substring search for non-deterministic collations.Tom Lane
10 daysDon't reset the pathlist of partitioned joinrels.Robert Haas
11 daysImprove test output of extended statistics for ndistinct and dependenciesMichael Paquier
11 daysRename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
12 daysRename BUFFERPIN wait event class to BUFFERAndres Freund
12 daysMake 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
2025-11-06Fix UNION planner estimate_num_groups with varno==0David Rowley
2025-11-05Fix assertion failure in generate_orderedappend_paths()Richard Guo
2025-11-04Fix possible usage of incorrect UPPERREL_SETOP RelOptInfoDavid Rowley
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-11-04Tighten check for generated column in partition key expressionPeter Eisentraut
2025-11-04Error message stylistic correctionPeter Eisentraut
2025-11-03Add \pset options for boolean value displayÁlvaro Herrera