summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-11-04Add PG_TEST_EXTRA configure option to the Make buildsHeikki Linnakangas
2024-11-03Add missing newlines at the end of two SQL filesMichael Paquier
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-30injection_points: Improve comment about disabled isolation permutationMichael Paquier
2024-10-30Stabilize jsonb_path_query test case.Tom Lane
2024-10-30Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2024-10-29Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut
2024-10-28Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-25Fix concurrrently in typcache_rel_type_cache.sqlAlexander Korotkov
2024-10-25Add install rules for Kerberos.pm and AdjustUpgrade.pmMichael Paquier
2024-10-25injection_points: Disable one permutation in isolation test "basic"Michael Paquier
2024-10-25Remove the RTE_GROUP RTE if we drop the groupClauseRichard Guo
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson
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