summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-10-16Rewrite some regression queries for option checks with COPYMichael Paquier
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-10-14Run pgperltidy on newly-added test codePeter Eisentraut
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-10-11Add pg_ls_summariesdir().Nathan Bossart
2024-10-11Mark consume_xids test functions VOLATILE and PARALLEL UNSAFEHeikki Linnakangas
2024-10-11Fix typo in connection limits testDaniel Gustafsson
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-10-09Apply GUC name from central table in more places of guc.cMichael Paquier
2024-10-09Allow pushdown of HAVING clauses with grouping setsRichard Guo
2024-10-09Consider explicit incremental sort for mergejoinsRichard Guo
2024-10-08Allow roles created by new test to log in under SSPI.Tom Lane
2024-10-08Silence assorted annoying test output.Tom Lane
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-10-08Fix typo and run pgperltidy on newly-added testHeikki Linnakangas
2024-10-08Add test for dead-end backendsHeikki Linnakangas
2024-10-08Add test for connection limitsHeikki Linnakangas
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-07Fix test for password hash length limit.Nathan Bossart
2024-10-07Restrict password hash length.Nathan Bossart
2024-10-07Use camel case for "DateStyle" in some error messagesMichael Paquier
2024-10-06Move Cluster.pm initialization code to a more obvious placeAndrew Dunstan
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-04Speed up numeric division by always using the "fast" algorithm.Dean Rasheed
2024-10-03Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-10-01Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane
2024-09-30Expand assertion check for query ID reporting in executorMichael Paquier
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-27Recalculate where-needed data accurately after a join removal.Tom Lane
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-09-23Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-09-20Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psqlMichael Paquier
2024-09-19psql: Add tests for repeated calls of \bind[_named]Michael Paquier
2024-09-19psql: Clean up more aggressively state of \bind[_named], \parse and \closeMichael Paquier
2024-09-18Add TOAST table to pg_index.Nathan Bossart
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier