Re: Cross-type index comparison support in contrib/btree_gin
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-03-28T01:22:19Z
Lists: pgsql-hackers
Attachments
- v3-0001-Break-out-xxx2yyy_opt_overflow-APIs-for-more-date.patch (text/x-diff) patch v3-0001
- v3-0002-Preliminary-refactoring.patch (text/x-diff) patch v3-0002
- v3-0003-Add-cross-type-comparisons-for-integer-types.patch (text/x-diff) patch v3-0003
- v3-0004-Add-cross-type-comparisons-for-float-types.patch (text/x-diff) patch v3-0004
- v3-0005-Add-cross-type-comparisons-for-string-types.patch (text/x-diff) patch v3-0005
- v3-0006-Add-cross-type-comparisons-for-datetime-types.patch (text/x-diff) patch v3-0006
v3 needed to rebase over 55527368b. (I guess "git am" cannot tolerate any fuzz at all?) No changes of any significance whatsoever. regards, tom lane
Commits
-
Add more cross-type comparisons to contrib/btree_gin.
- fc896821c444 19 (unreleased) landed
-
Add cross-type comparisons to contrib/btree_gin.
- e2b64fcef35f 19 (unreleased) landed
-
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
- 0059bbe1ecaa 19 (unreleased) landed