aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Revert recent changes related to handling of 2PC files at recoveryMichael Paquier2025-01-17
* Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane2025-01-16
* Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier2025-01-16
* Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed2025-01-12
* Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier2024-12-30
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley2024-12-19
* Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas2024-12-16
* Fix possible crash during WindowAgg evaluationDavid Rowley2024-12-09
* Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane2024-12-07
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch2024-11-25
* Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch2024-11-15
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Block environment variable mutations from trusted PL/Perl.Noah Misch2024-11-11
* Disallow partitionwise join when collations don't matchAmit Langote2024-11-08
* Disallow partitionwise grouping when collations don't matchAmit Langote2024-11-08
* Message style improvementPeter Eisentraut2024-11-08
* Revert "For inplace update, send nontransactional invalidations."Noah Misch2024-11-02
* Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera2024-10-30
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Stop reading uninitialized memory in heap_inplace_lock().Noah Misch2024-10-24
* Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera2024-10-22
* Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane2024-10-21
* Correctly identify which EC members are computable at a plan node.Tom Lane2024-10-12
* Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch2024-09-27
* tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund2024-09-26
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Drop global objects after completed testDaniel Gustafsson2024-09-24
* Don't enter parallel mode when holding interrupts.Noah Misch2024-09-17
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Run regression tests with timezone America/Los_Angeles.Tom Lane2024-09-14
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Stabilize 039_end_of_wal test.Thomas Munro2024-08-31
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera2024-08-08
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Use DELETE instead of UPDATE to speed up vacuum testMelanie Plageman2024-07-29
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20