summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2024-05-10Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut
2024-05-09Fix inconsistencies in error messagesAlvaro Herrera
2024-05-08Add test for REPLICA IDENTITY with a temporal keyPeter Eisentraut
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-05-07Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.Tom Lane
2024-05-06Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-03Fix expected test outputPeter Eisentraut
2024-05-03Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut
2024-05-02Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera
2024-05-02Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera
2024-05-01Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley
2024-04-30Stabilize regression tests introduced by 259c96fa8fAlexander Korotkov
2024-04-30Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Rename tables in tests of partition MERGE/SPLIT operationsAlexander Korotkov
2024-04-30Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov
2024-04-30Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov
2024-04-29Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-04-23Improve "out of range" error messages for GUCs.Tom Lane
2024-04-23Fix the handling of the failover option in subscription commands.Amit Kapila
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Better handle indirect constraint dropsAlvaro Herrera
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Fix restore of not-null constraints with inheritanceAlvaro Herrera
2024-04-18Fix object name clash in recently introduced testAmit Langote
2024-04-18SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-16Push dedicated BumpBlocks to the tail of the blocks listDavid Rowley
2024-04-16Improve test coverage in bump.cDavid Rowley
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-15Fix propagating attnotnull in multiple inheritanceAlvaro Herrera
2024-04-15psql: Make output of \dD more stablePeter Eisentraut
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-12Fix IS [NOT] NULL qual optimization for inheritance tablesDavid Rowley
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-09Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctlyAmit Langote
2024-04-08Fix restriction on specifying KEEP QUOTES in JSON_QUERY()Amit Langote
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart
2024-04-07Disable parallel query in psql error-with-FETCH_COUNT test.Tom Lane
2024-04-07Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov