summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-16Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-14psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-12Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-09Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart
2025-01-08Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane
2025-01-07Fix error message wordingÁlvaro Herrera
2025-01-07Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor
2025-01-06Get rid of radix tree's general purpose memory contextJohn Naylor
2025-01-02Ignore nullingrels when looking up statisticsRichard Guo
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-30injection_points: Tweak variable-numbered stats to work with pending dataMichael Paquier
2024-12-30Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-27Improve handling of date_trunc() units for infinite input valuesMichael Paquier
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-20Relax regression test for fsync check of backend-level statsMichael Paquier
2024-12-19Improve planner's handling of SetOp plans.Tom Lane
2024-12-19Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane
2024-12-19Fix bitmap table scan crash on iterator releaseMelanie Plageman
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-17Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley
2024-12-17Avoid unnecessary wrapping for more complex expressionsRichard Guo
2024-12-17Print out error position for some more DDLsMichael Paquier
2024-12-16Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas
2024-12-16Print out error position for CREATE DOMAINMichael Paquier
2024-12-16Add some tests for encoding conversion in COPY TO/FROMMichael Paquier
2024-12-14Fix warnings about declaration of environ on MinGW.Thomas Munro
2024-12-12Detect redundant GROUP BY columns using UNIQUE indexesDavid Rowley
2024-12-12Improve the test case from 5668a857dRichard Guo
2024-12-12Add some regression tests for missing DDL patternsMichael Paquier
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-12-11Unmark gen_random_uuid() function leakproof.Masahiko Sawada
2024-12-11Add missing BUFFERS OFF in regression tests, take 2David Rowley
2024-12-11Add missing BUFFERS OFF in select_into regression testsDavid Rowley
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley