summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-05Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane
2024-09-03Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier
2024-09-03Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-09-02Fix rarely-run test for message wording changePeter Eisentraut
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-08-12Log more info when wait-for-catchup tests time out.Tom Lane
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-08Refactor error messages to reduce duplicationAlvaro Herrera
2024-08-07Refactor/reword some error messages to avoid duplicatesAlvaro Herrera
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-30Preserve tz when converting to jsonb timestamptzAndrew Dunstan
2024-07-30Stabilize xid_wraparound testsAndrew Dunstan
2024-07-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-30SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote
2024-07-28Fix incorrect return value for pg_size_pretty(bigint)David Rowley
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-07-26SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote
2024-07-26SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-22Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman
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-19Test that vacuum removes tuples older than OldestXminMelanie Plageman
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-15Fix unstable tests in partition_merge.sql and partition_split.sql.Fujii Masao
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-13Use correct collate.windows.win1252.outAndrew Dunstan
2024-07-13Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch
2024-07-13Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch
2024-07-12Add ORDER BY to new test queryAlvaro Herrera
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-11Make our back branches compatible with libxml2 2.13.x.Tom Lane
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-07-09Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan