aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Disallow partitionwise join when collations don't matchAmit Langote2024-11-08
* Disallow partitionwise grouping when collations don't matchAmit Langote2024-11-08
* Revert "For inplace update, send nontransactional invalidations."Noah Misch2024-11-02
* Stabilize jsonb_path_query test case.Tom Lane2024-10-30
* Fix some more bugs in foreign keys connecting partitioned tablesÁlvaro Herrera2024-10-30
* Fix dependency of partitioned table and table AM with CREATE TABLE .. USINGMichael Paquier2024-10-29
* 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
* SQL/JSON: Fix some oversights in commit b6e1157e7Amit Langote2024-10-20
* Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-10-18
* Fix whitespacePeter Eisentraut2024-10-17
* Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column casesMichael Paquier2024-10-17
* Rewrite some regression queries for option checks with COPYMichael Paquier2024-10-17
* Correctly identify which EC members are computable at a plan node.Tom Lane2024-10-12
* Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane2024-10-05
* Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-10-03
* Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-10-03
* Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch2024-09-27
* 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
* 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
* Make jsonpath .string() be immutable for datetimes.Tom Lane2024-09-12
* SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote2024-09-12
* Fix unique key checks in JSON object constructorsTomas Vondra2024-09-11
* Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane2024-09-10
* Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier2024-09-09
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Revert recent SQL/JSON related commitsAmit Langote2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier2024-09-04
* Simplify makefiles exporting twice enable_injection_pointsMichael Paquier2024-09-04
* Fix rarely-run test for message wording changePeter Eisentraut2024-09-02
* Stabilize 039_end_of_wal test.Thomas Munro2024-08-31
* Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Log more info when wait-for-catchup tests time out.Tom Lane2024-08-12
* 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