summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-16Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-14psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-12Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-09Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart
2025-01-08Disallow NAMEDTUPLESTORE RTEs in stored views, rules, etc.Tom Lane
2025-01-07Fix error message wordingÁlvaro Herrera
2025-01-07Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-06Always use the caller-provided context for radix tree leavesJohn Naylor