aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add install rules for Kerberos.pm and AdjustUpgrade.pmMichael Paquier2024-10-25
* injection_points: Disable one permutation in isolation test "basic"Michael Paquier2024-10-25
* Remove the RTE_GROUP RTE if we drop the groupClauseRichard Guo2024-10-25
* Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis2024-10-24
* Stop reading uninitialized memory in heap_inplace_lock().Noah Misch2024-10-24
* Support configuring TLSv1.3 cipher suitesDaniel Gustafsson2024-10-24
* Support configuring multiple ECDH curvesDaniel Gustafsson2024-10-24
* Handle alphanumeric characters in matching GUC namesDaniel Gustafsson2024-10-24
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Improve pg_set_attribute_stats() error message.Jeff Davis2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Improve reporting of errors in extension script files.Tom Lane2024-10-22
* Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera2024-10-22
* Make all Perl warnings fatal in 043_wal_replay_wait.plAlexander Korotkov2024-10-22
* Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane2024-10-21
* injection_points: Add basic isolation testMichael Paquier2024-10-21
* SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote2024-10-20
* Disable autovacuum for tables in stats import tests.Jeff Davis2024-10-18
* Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis2024-10-18
* Fix memory leaks from incorrect strsep() usesPeter Eisentraut2024-10-18
* Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-10-18
* Remove superfluous forward declarationPeter Eisentraut2024-10-17
* Fix whitespacePeter Eisentraut2024-10-17
* Fix unusual include stylePeter Eisentraut2024-10-17
* Don't store intermediate hash values in ExprState->resvalueDavid Rowley2024-10-17
* Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier2024-10-17
* Rewrite some regression queries for option checks with COPYMichael Paquier2024-10-17
* Allow TAP tests to force checksums off when calling init()Peter Eisentraut2024-10-14
* Run pgperltidy on newly-added test codePeter Eisentraut2024-10-14
* Correctly identify which EC members are computable at a plan node.Tom Lane2024-10-12
* Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis2024-10-11
* Add pg_ls_summariesdir().Nathan Bossart2024-10-11
* Mark consume_xids test functions VOLATILE and PARALLEL UNSAFEHeikki Linnakangas2024-10-11
* Fix typo in connection limits testDaniel Gustafsson2024-10-11
* Adjust EXPLAIN's output for disabled nodesDavid Rowley2024-10-11
* Apply GUC name from central table in more places of guc.cMichael Paquier2024-10-09
* Allow pushdown of HAVING clauses with grouping setsRichard Guo2024-10-09
* Consider explicit incremental sort for mergejoinsRichard Guo2024-10-09
* Allow roles created by new test to log in under SSPI.Tom Lane2024-10-08
* Silence assorted annoying test output.Tom Lane2024-10-08
* Add min and max aggregates for bytea type.Tom Lane2024-10-08
* Fix typo and run pgperltidy on newly-added testHeikki Linnakangas2024-10-08
* Add test for dead-end backendsHeikki Linnakangas2024-10-08
* Add test for connection limitsHeikki Linnakangas2024-10-08
* Add REJECT_LIMIT option to the COPY command.Fujii Masao2024-10-08
* Fix test for password hash length limit.Nathan Bossart2024-10-07
* Restrict password hash length.Nathan Bossart2024-10-07
* Use camel case for "DateStyle" in some error messagesMichael Paquier2024-10-07