summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-04pg_regress: Save errno in emit_tap_output_v() and switch to %mMichael Paquier
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-02Don't use the pg_am system catalog in new testAlvaro Herrera
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-04-01Fix assert failure when planning setop subqueries with CTEsDavid Rowley
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add pg_basetype() function to extract a domain's base type.Tom Lane
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-29Try to stabilize flappy test result.Tom Lane
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2024-03-28ALTER TABLE: rework determination of access method IDAlvaro Herrera
2024-03-27Fix unstable aggregate regression testDavid Rowley
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera