summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
AgeCommit message (Expand)Author
24 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
39 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
39 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
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-09Fix distinctness check for queries with grouping setsRichard Guo
2025-12-09Fix const-simplification for index expressions and predicateRichard Guo
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-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-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-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-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-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-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-03Add \pset options for boolean value displayÁlvaro Herrera
2025-11-03Prevent setting a column as identity if its not-null constraint is invalidÁlvaro Herrera