summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Add tests for domain-related information schema viewsPeter Eisentraut
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19Use half-open interval notation in without_overlaps testsPeter Eisentraut
2024-03-19Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-15Fix handling of expecteddir in pg_regressDaniel Gustafsson
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore)Michael Paquier
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-11Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier
2024-03-07Fix handling of self-modified tuples in MERGE.Dean Rasheed
2024-03-06Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier
2024-03-06Fix type-checking of RECORD-returning functions in FROM.Tom Lane
2024-03-06Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Support partition pruning on boolcol IS [NOT] UNKNOWNDavid Rowley
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-28Mop-up for AIX-ectomy: remove now-dead test code.Tom Lane
2024-02-28Fix mis-rounding and overflow hazards in date_bin().Tom Lane
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-27Rationalize and improve error messages for some jsonpath itemsAndrew Dunstan
2024-02-26Introduce sequence_*() access functionsMichael Paquier
2024-02-23Multiple revisions to the GROUP BY reordering testsAlexander Korotkov
2024-02-23Replace lateral references to removed rels in subqueriesAlexander Korotkov
2024-02-21MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera
2024-02-20Replace relids in lateral subquery parse tree during SJEAlexander Korotkov
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-19Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-02-19Get rid of pg_class usage in SJE regression testsAlexander Korotkov
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-16Attempt to stabilize flapping regression testDavid Rowley
2024-02-15Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov
2024-02-15Allow passing extra options to initdb for testsPeter Eisentraut
2024-02-14Allow pg_monitor to execute pg_current_logfile().Nathan Bossart
2024-02-14Fix multiranges to behave more like dependent types.Tom Lane