index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-06
*
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-06-04
*
Provide deterministic order for catalog queries in partition_split.sql
Alexander Korotkov
2024-05-26
*
Fix the name collision detection in MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-23
*
Fix input of ISO "extended" time format for types time and timetz.
Tom Lane
2024-05-22
*
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-22
*
Fix generate_union_paths for non-sortable types.
REL_17_BETA1
Robert Haas
2024-05-21
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Add test case showing that commit d0d44049d fixed a live bug.
Tom Lane
2024-05-18
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-05-16
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Fix some inconsistencies in EXPLAIN output
David Rowley
2024-05-16
*
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-15
*
Add missing newline at the end of index_including.sql
Michael Paquier
2024-05-15
*
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-05-14
*
Revert "Temporarily install debugging in partition_prune test"
David Rowley
2024-05-14
*
Fix regression tests conflict in 3ca43dbbb6
Alexander Korotkov
2024-05-13
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Fix test case to do what it intends to
Alvaro Herrera
2024-05-13
*
Add permission check for MERGE/SPLIT partition operations
Alexander Korotkov
2024-05-13
*
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-10
*
Fix inconsistencies in error messages
Alvaro Herrera
2024-05-09
*
Add test for REPLICA IDENTITY with a temporal key
Peter Eisentraut
2024-05-08
*
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-05-07
*
Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.
Tom Lane
2024-05-07
*
Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs.
Nathan Bossart
2024-05-06
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Fix expected test output
Peter Eisentraut
2024-05-03
*
Fix segmentation fault in MergeInheritedAttribute()
Peter Eisentraut
2024-05-03
*
Disallow direct change of NO INHERIT of not-null constraints
Alvaro Herrera
2024-05-02
*
Disallow NO INHERIT not-null constraints on partitioned tables
Alvaro Herrera
2024-05-02
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Stabilize regression tests introduced by 259c96fa8f
Alexander Korotkov
2024-04-30
*
Inherit parent's AM for partition MERGE/SPLIT operations
Alexander Korotkov
2024-04-30
*
Rename tables in tests of partition MERGE/SPLIT operations
Alexander Korotkov
2024-04-30
*
Make new partitions with parent's persistence during MERGE/SPLIT
Alexander Korotkov
2024-04-30
*
Change the way ATExecMergePartitions() handles the name collision
Alexander Korotkov
2024-04-30
*
Make two-phase tests of ECPG and main suite more concurrent-proof
Michael Paquier
2024-04-29
*
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-04-28
*
Improve "out of range" error messages for GUCs.
Tom Lane
2024-04-23
*
Fix the handling of the failover option in subscription commands.
Amit Kapila
2024-04-23
*
Add missing index_insert_cleanup calls
Tomas Vondra
2024-04-19
*
Better handle indirect constraint drops
Alvaro Herrera
2024-04-19
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Fix restore of not-null constraints with inheritance
Alvaro Herrera
2024-04-18
*
Fix object name clash in recently introduced test
Amit Langote
2024-04-18
*
SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
Amit Langote
2024-04-18
[next]