summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-06injection_points: Fix incorrect spinlock acquisitionMichael Paquier
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-03Fix an assortment of typosDavid 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-30Fix one more portability shortcoming in new test_pg_dump test.Tom Lane
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-30Force COLLATE "C" to stabilize ordering, redux.Tom Lane
2024-04-30Force COLLATE "C" to stabilize ordering in new test_pg_dump queries.Tom Lane
2024-04-30Fix test case from b0c5b215d.Tom Lane
2024-04-29Allow meson builds to run test_pg_dump test in installcheck mode.Tom Lane
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
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-25radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.Masahiko Sawada
2024-04-24Add pg_logging_init() calls missing in commit ba3e6e2bcaAndrew Dunstan
2024-04-23Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas
2024-04-23Post review fixes for test_json_parser test moduleAndrew Dunstan
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-19Revert recent ill-advised test case changes.Robert Haas
2024-04-19Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.Robert Haas
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-13freespace: Don't return blocks past the end of the main fork.Noah Misch
2024-04-12Move libpq encryption negotiation testsHeikki Linnakangas