summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-05Avoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera
2025-06-05Avoid bogus scans of partitions when validating FKs to partitioned tablesÁlvaro Herrera
2025-06-05Change role names used in trigger test.Tom Lane
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-05-31Fix MERGE into a plain inheritance parent table.Dean Rasheed
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-05-28Adjust regex for test with opening parenthesis in character classesMichael Paquier
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22In ExecInitModifyTable, don't scribble on the source plan.Tom Lane
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-18Fix tuple_fraction calculation in generate_orderedappend_paths()Alexander Korotkov
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-27Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-22Avoid depending on post-UPDATE row order in float4/float8 tests.Tom Lane
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-12Fix instability with WAL fsync test in stats.sqlMichael Paquier
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Use specific collation where needed in new testÁlvaro Herrera
2025-04-07Fix some issues in contrib/spi/refint.c.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04Avoid extra index searches through preprocessing.Peter Geoghegan
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Stabilize regression test from c0962a113.Tom Lane
2025-04-04Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriateAlexander Korotkov
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-04-04Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.Fujii Masao
2025-04-03Fix oversight in commit 0dca5d68d.Tom Lane
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane