summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-06-06Fix asymmetry in setting EquivalenceClass.ec_sortrefAlexander Korotkov
2024-06-04Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed
2024-05-26Provide deterministic order for catalog queries in partition_split.sqlAlexander Korotkov
2024-05-24Fix comment in 024_add_drop_pub.plMichael Paquier
2024-05-24Improve stability of subscription/029_on_error.plMichael Paquier
2024-05-22Fix the name collision detection in MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-22Fix input of ISO "extended" time format for types time and timetz.Tom Lane
2024-05-22Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane
2024-05-21Fix generate_union_paths for non-sortable types.REL_17_BETA1Robert Haas
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-05-18Add test case showing that commit d0d44049d fixed a live bug.Tom Lane
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-16BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-16Fix some inconsistencies in EXPLAIN outputDavid Rowley
2024-05-15Re-forbid underscore in positional parametersPeter Eisentraut
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-05-15Add missing newline at the end of index_including.sqlMichael Paquier
2024-05-15Fix handling of polymorphic output arguments for procedures.Tom Lane
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-14Revert "Temporarily install debugging in partition_prune test"David Rowley
2024-05-13Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart
2024-05-13Fix regression tests conflict in 3ca43dbbb6Alexander Korotkov
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-13Fix test case to do what it intends toAlvaro Herrera
2024-05-12Add permission check for MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-12injection_points: Store runtime conditions in private areaMichael Paquier
2024-05-12Introduce private data area for injection pointsMichael Paquier
2024-05-10Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-05-09Fix inconsistencies in error messagesAlvaro Herrera
2024-05-09Fix overread in JSON parsing errors for incomplete byte sequencesMichael Paquier
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-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