summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
2025-04-03Fix oversight in commit 0dca5d68d.Tom Lane
2025-04-03oauth: Remove timeout from t/002_client when not neededDaniel Gustafsson
2025-04-03oauth: Fix build on platforms without epoll/kqueueDaniel Gustafsson
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-03Fix slot synchronization for two_phase enabled slots.Amit Kapila
2025-04-02Add test for HeapBitmapScan's broken skip_fetch optimizationAndres Freund
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-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-04-02tests: Fix incompatibility of test_aio with *_FORCE_RELEASEAndres Freund
2025-04-02tests: Cope with WARNINGs during failed CREATE DB on windowsAndres Freund
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-04-02tests: Cope with io_method in TEMP_CONFIG in test_aioAndres Freund
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-04-01aio: Add test_aio moduleAndres Freund
2025-04-01aio: Add pg_aios viewAndres Freund
2025-04-01Verify roundtrip dump/restore of regression databaseÁlvaro Herrera
2025-03-31Fix failing regression test on x86-32 machinesDavid Rowley
2025-03-31Add relallfrozen to pg_dump statistics.Jeff Davis
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
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-28Stablize tests added in 3abe9dc188.Amit Kapila
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-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-25libpq: Deprecate pg_int64.Thomas Munro
2025-03-25Fix the typo in the test case added in 73eba5004a.Amit Kapila
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24Fix typoÁlvaro Herrera
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-03-24Add test case for when subscriber table is missing a columnHeikki Linnakangas
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-24Add tests for POSITION(bytea, bytea)David Rowley