summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2022-07-05Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut
2022-07-05Add result_types column to pg_prepared_statements viewPeter Eisentraut
2022-07-04Prevent write operations on large objects in read-only transactionsMichael Paquier
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-07-03Allow makeaclitem() to accept multiple privilege names.Tom Lane
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-16Fix comment in regression tests for large objectsMichael Paquier
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-06-09psql: Show notices immediately (again)Peter Eisentraut
2022-05-31Remove useless tests for TRUNCATE on foreign tablesMichael Paquier
2022-05-26Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-19Extend pg_publication_tables to display column list and row filter.Amit Kapila
2022-05-18Update xml_1.out and xml_2.outAlvaro Herrera
2022-05-18Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-18Make EXPLAIN MERGE output format more compactAlvaro Herrera
2022-05-16Fix incorrect row estimates used for Memoize costingDavid Rowley
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-04Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane
2022-04-30Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-25Drop unlogged table after test is doneAlvaro Herrera
2022-04-25Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera
2022-04-23Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane
2022-04-23Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-19Fix extract epoch from interval calculationPeter Eisentraut
2022-04-16Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane
2022-04-15Revert "Temporarily add some probes of tenk1's relallvisible in create_index....Tom Lane
2022-04-14Have CLUSTER ignore partitions not owned by callerAlvaro Herrera
2022-04-14Temporarily add some probes of tenk1's relallvisible in create_index.sql.Tom Lane
2022-04-14Improve a couple of sql/json error messagesAndrew Dunstan
2022-04-13Release cache tuple when no longer neededAlvaro Herrera
2022-04-13Fix finalization for json_objectagg and friendsAndrew Dunstan
2022-04-12Change mechanism to set up source targetlist in MERGEAlvaro Herrera
2022-04-09Fix whitespacePeter Eisentraut
2022-04-09Add missing serial commasPeter Eisentraut