summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-16Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-11-08Disallow partitionwise grouping when collations don't matchAmit Langote
2024-11-08Message style improvementPeter Eisentraut
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-26tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Drop global objects after completed testDaniel Gustafsson
2024-09-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-07Teach RPM the package name provided in Perl alias packages.Noah Misch
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-12Add ORDER BY to new test queryAlvaro Herrera