summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-02-10Fix type in test_escape testAndres Freund
2025-02-10Add test of various escape functionsAndres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-09Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier
2025-02-07Virtual generated columnsPeter Eisentraut
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-07injection_points: Tweak more permutation in isolation test "basic"Michael Paquier
2025-02-07Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restartMichael Paquier
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-02-06injection_points: Re-enable permutation in isolation test "basic"Michael Paquier
2025-02-05Show more-intuitive titles for psql commands \dt, \di, etc.Tom Lane
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-02-04meson: Add test dependencies for test_json_parserAndres Freund
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Fix incorrect range in pg_regress comment.Tom Lane
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-31require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson
2025-01-31Raise an error while trying to acquire an invalid slot.Amit Kapila
2025-01-31injection_points: Add routine able to drop all statsMichael Paquier
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-28Improve test coverage of network address functionsMichael Paquier
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-27Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier
2025-01-26Test postmaster with program_options_handling_ok() et al.Noah Misch
2025-01-26Add missing CommandCounterIncrementÁlvaro Herrera
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Disable runningcheck for src/test/modules/injection_points/specs.Noah Misch
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-24Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane
2025-01-24Fix instability in recently added regression testsÁlvaro Herrera
2025-01-23Ensure that AFTER triggers run as the instigating user.Tom Lane
2025-01-23Allow NOT VALID foreign key constraints on partitioned tablesÁlvaro Herrera
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-22Support RN (roman-numeral format) in to_number().Tom Lane
2025-01-22Additional tests for stored generated columnsPeter Eisentraut
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-22Run perltidyMichael Paquier
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-21Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera
2025-01-21Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut
2025-01-21Improve whitespace in without_overlaps testPeter Eisentraut
2025-01-21Improve generated_stored testPeter Eisentraut
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-20Improve generated_stored testPeter Eisentraut
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-17Fix parsing of qualified relation names in RETURNING.Dean Rasheed