summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-09Fix possible crash during WindowAgg evaluationDavid Rowley
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-11-30Avoid mislabeling of lateral references, redux.Tom Lane
2024-11-28Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane
2024-11-27Fix pg_get_constraintdef for NOT NULL constraints on domainsÁlvaro Herrera
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-15Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane
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-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-30Stabilize jsonb_path_query test case.Tom Lane
2024-10-30Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera
2024-10-28Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier
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-20SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote
2024-10-18Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-10-17Fix whitespacePeter Eisentraut
2024-10-16Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier
2024-10-16Rewrite some regression queries for option checks with COPYMichael Paquier
2024-10-12Correctly identify which EC members are computable at a plan node.Tom Lane
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-03Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
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-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Revert recent SQL/JSON related commitsAmit Langote
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote