summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
11 hoursRename regress.so's .mo file to postgresql-regress-VERSION.mo.Tom Lane
37 hoursTest PRI* macros even when we can't test NLS translation.Tom Lane
2 daysRevert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
2 daysAvoid requiring Spanish locale to test NLS infrastructure.Tom Lane
3 daysLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
4 daysTry a few different locale name spellings in nls.sql.Tom Lane
4 daysAdd a regression test to verify that NLS translation works.Tom Lane
4 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
4 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
4 daysFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
6 daysReject opclass options in ON CONFLICT clauseÁlvaro Herrera
6 daysFix infer_arbiter_index for partitioned tablesÁlvaro Herrera
8 daysAdd started_by column to pg_stat_progress_analyze view.Masahiko Sawada
8 daysAdd mode and started_by columns to pg_stat_progress_vacuum view.Masahiko Sawada
9 daysFix distinctness check for queries with grouping setsRichard Guo
9 daysFix const-simplification for index expressions and predicateRichard Guo
9 daysUse palloc_object() and palloc_array() in more areas of the treeMichael Paquier
9 daysUnify some more messagesÁlvaro Herrera
10 daysImprove error messages of input functions for pg_dependencies and pg_ndistinctMichael Paquier
11 daysHandle constant inputs to corr() and related aggregates more precisely.Tom Lane
12 daysFix text substring search for non-deterministic collations.Tom Lane
13 daysDon't reset the pathlist of partitioned joinrels.Robert Haas
13 daysFix some cases of indirectly casting away const.Tom Lane
13 daysImprove test output of extended statistics for ndistinct and dependenciesMichael Paquier
13 daysRename 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-07Fix "inconsistent DLL linkage" warning on Windows MSVCPeter Eisentraut
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06Disallow generated columns in COPY WHERE clausePeter Eisentraut