aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov2024-06-06
* Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed2024-06-04
* Provide deterministic order for catalog queries in partition_split.sqlAlexander Korotkov2024-05-26
* Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov2024-05-23
* Fix input of ISO "extended" time format for types time and timetz.Tom Lane2024-05-22
* Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane2024-05-22
* Fix generate_union_paths for non-sortable types.REL_17_BETA1Robert Haas2024-05-21
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Add test case showing that commit d0d44049d fixed a live bug.Tom Lane2024-05-18
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman2024-05-16
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix some inconsistencies in EXPLAIN outputDavid Rowley2024-05-16
* Re-forbid underscore in positional parametersPeter Eisentraut2024-05-15
* Add missing newline at the end of index_including.sqlMichael Paquier2024-05-15
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Revert "Temporarily install debugging in partition_prune test"David Rowley2024-05-14
* Fix regression tests conflict in 3ca43dbbb6Alexander Korotkov2024-05-13
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* Fix test case to do what it intends toAlvaro Herrera2024-05-13
* Add permission check for MERGE/SPLIT partition operationsAlexander Korotkov2024-05-13
* Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut2024-05-10
* Fix inconsistencies in error messagesAlvaro Herrera2024-05-09
* Add test for REPLICA IDENTITY with a temporal keyPeter Eisentraut2024-05-08
* Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut2024-05-07
* Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.Tom Lane2024-05-07
* Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.Nathan Bossart2024-05-06
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06
* Fix query pullup issue with WindowClause runConditionDavid Rowley2024-05-05
* Fix expected test outputPeter Eisentraut2024-05-03
* Fix segmentation fault in MergeInheritedAttribute()Peter Eisentraut2024-05-03
* Disallow direct change of NO INHERIT of not-null constraintsAlvaro Herrera2024-05-02
* Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera2024-05-02
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Stabilize regression tests introduced by 259c96fa8fAlexander Korotkov2024-04-30
* Inherit parent's AM for partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* Rename tables in tests of partition MERGE/SPLIT operationsAlexander Korotkov2024-04-30
* Make new partitions with parent's persistence during MERGE/SPLITAlexander Korotkov2024-04-30
* Change the way ATExecMergePartitions() handles the name collisionAlexander Korotkov2024-04-30
* Make two-phase tests of ECPG and main suite more concurrent-proofMichael Paquier2024-04-29
* Detect more overflows in timestamp[tz]_pl_interval.Tom Lane2024-04-28
* Improve "out of range" error messages for GUCs.Tom Lane2024-04-23
* Fix the handling of the failover option in subscription commands.Amit Kapila2024-04-23
* Add missing index_insert_cleanup callsTomas Vondra2024-04-19
* Better handle indirect constraint dropsAlvaro Herrera2024-04-19
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix restore of not-null constraints with inheritanceAlvaro Herrera2024-04-18
* Fix object name clash in recently introduced testAmit Langote2024-04-18
* SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote2024-04-18