aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-02
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-22
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Improve error message with JSON_SERIALIZE()Michael Paquier2022-07-11
* Only allow returning string types or bytea from json_serializeAndrew Dunstan2022-07-07
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-23
* Message and documentation refinementsPeter Eisentraut2022-06-19
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Fix comment in regression tests for large objectsMichael Paquier2022-06-16
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* psql: Show notices immediately (again)Peter Eisentraut2022-06-09
* Remove useless tests for TRUNCATE on foreign tablesMichael Paquier2022-05-31
* Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley2022-05-27
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Update xml_1.out and xml_2.outAlvaro Herrera2022-05-18
* Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera2022-05-18
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Make EXPLAIN MERGE output format more compactAlvaro Herrera2022-05-18
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-16
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-12
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-11
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-09
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-09
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-09
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane2022-05-04
* Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane2022-04-30
* Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan2022-04-28
* Drop unlogged table after test is doneAlvaro Herrera2022-04-25
* Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera2022-04-25
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-23
* Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch2022-04-22
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-20
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-19
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-16
* Revert "Temporarily add some probes of tenk1's relallvisible in create_index....Tom Lane2022-04-15
* Have CLUSTER ignore partitions not owned by callerAlvaro Herrera2022-04-14
* Temporarily add some probes of tenk1's relallvisible in create_index.sql.Tom Lane2022-04-14
* Improve a couple of sql/json error messagesAndrew Dunstan2022-04-14
* Release cache tuple when no longer neededAlvaro Herrera2022-04-13