summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-10-24Handle alphanumeric characters in matching GUC namesDaniel Gustafsson
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-23Improve pg_set_attribute_stats() error message.Jeff Davis
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-22Make all Perl warnings fatal in 043_wal_replay_wait.plAlexander Korotkov
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-10-21injection_points: Add basic isolation testMichael Paquier
2024-10-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-18Disable autovacuum for tables in stats import tests.Jeff Davis
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-18Fix memory leaks from incorrect strsep() usesPeter Eisentraut
2024-10-18Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-10-17Remove superfluous forward declarationPeter Eisentraut
2024-10-17Fix whitespacePeter Eisentraut
2024-10-17Fix unusual include stylePeter Eisentraut
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
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