summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-08-22Fix broken regression test caused by 22c4e88ebDavid Rowley
2021-08-22Allow parallel DISTINCTDavid Rowley
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane
2021-08-07Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2021-08-06Don't elide casting to typmod -1.Tom Lane
2021-08-06Adjust the integer overflow tests in the numeric code.Dean Rasheed
2021-08-06Add missing message punctuationPeter Eisentraut
2021-08-05Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-08-03Add assorted new regexp_xxx SQL functions.Tom Lane
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-07-31Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed
2021-07-28Disallow negative strides in date_bin()John Naylor
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-27Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane
2021-07-27Stabilize output of new regression test.Tom Lane
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-27Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane
2021-07-26psql \dX: check schema when listing statistics objectsTomas Vondra
2021-07-26Allow numeric scale to be negative or greater than precision.Dean Rasheed
2021-07-24Fix check for conflicting session- vs transaction-level locks.Tom Lane
2021-07-23Make new test immune to collationAlvaro Herrera
2021-07-22Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera
2021-07-22Fix division by zero error in date_binJohn Naylor
2021-07-21More improvements of error messages about mismatching relkindPeter Eisentraut
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-07-18Support for unnest(multirange)Alexander Korotkov
2021-07-18Improve error checking of CREATE COLLATION options.Dean Rasheed
2021-07-16Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-10Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed
2021-07-09Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane
2021-07-09Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane
2021-07-09Teach pg_size_pretty and pg_size_bytes about petabytesDavid Rowley
2021-07-09Fix incorrect return value in pg_size_pretty(bigint)David Rowley
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-05Prevent numeric overflows in parallel numeric aggregates.Dean Rasheed
2021-07-01Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera
2021-07-01Add tests for UNBOUNDED syntax ambiguityPeter Eisentraut