summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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
2025-03-24Add tests for POSITION(bytea, bytea)David Rowley
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17tests: Expand temp table tests to some pin related mattersAndres Freund
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Remove count_one_bits() in acl.c.Nathan Bossart
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov
2025-03-10Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov
2025-03-10Remove support for temporal RESTRICT foreign keysPeter Eisentraut
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-08Use stricter ordering in regression test query for pg_stat_ioMichael Paquier
2025-03-08Add regression test listing all the possible tuples in pg_stat_ioMichael Paquier
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-07CREATE INDEX: don't update table stats if autovacuum=off.Jeff Davis
2025-03-06Organize and deduplicate statistics import tests.Jeff Davis
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan