summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01aio: Add pg_aios viewAndres Freund
2025-03-31Fix failing regression test on x86-32 machinesDavid Rowley
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-28Make group_similar_or_args() reorder clause list as little as possibleAlexander Korotkov
2025-03-28Fix timestamp overflow in UUIDv7 implementation.Masahiko Sawada
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-27Expand test a bitPeter Eisentraut
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-26Fix order of -I switches for building pg_regress.o.Tom Lane
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila