
Up to [pgFoundry] / mysqlcompat / mysqlcompat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 6 18:52:10 2011 UTC (5 months, 1 week ago) by jablonov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (unified)
Update string and datetime functions to be valid on PostgreSQL 8.4 and higher. Drop cast, aggregate and operator if exists before it is created. Retested on 8.4.x, 9.0.x, 9.1.x
Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 11 23:42:21 2007 UTC (4 years, 6 months ago) by xzilla
Branch: MAIN
Changes since 1.10: +1 -1
lines
Diff to previous 1.10 (unified)
i've tested it on 8.2 and 8.3 now
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 4 02:53:39 2006 UTC (6 years, 4 months ago) by chriskl
Branch: MAIN
Changes since 1.9: +1 -1
lines
Diff to previous 1.9 (unified)
Updates
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 21 04:37:43 2005 UTC (6 years, 4 months ago) by mfuhr
Branch: MAIN
Changes since 1.8: +1 -0
lines
Diff to previous 1.8 (unified)
Implemented week() and related functions.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 12 13:11:31 2005 UTC (6 years, 5 months ago) by swm
Branch: MAIN
CVS Tags: REL_1-0-B3
Changes since 1.7: +7 -2
lines
Diff to previous 1.7 (unified)
Implement make_set(). Note: we don't support NULL arguments to make_set(). This is because we use arrays underneath make_set() to ease implementation. We wont have NULL array element support until 8.2
Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 7 08:28:23 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.6: +0 -14
lines
Diff to previous 1.6 (unified)
Remove erroneous section
Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 7 07:58:22 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
CVS Tags: REL_1-0-B2
Changes since 1.5: +14 -1
lines
Diff to previous 1.5 (unified)
Many more functions, casts, etc. done.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 6 03:56:27 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (unified)
Add MySQL's implicit casts from time/date/timestamp to integer/bigint
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 2 02:18:20 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
CVS Tags: REL_1-0-B1
Changes since 1.3: +25 -1
lines
Diff to previous 1.3 (unified)
Add benchmark(), coercibility(), bit_count() and remove bit_length()
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 30 15:02:24 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.2: +10 -1
lines
Diff to previous 1.2 (unified)
Almost every MySQL string function implemented (even soundex()). README updated for case-sensitive strings mention.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 30 06:32:06 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.1: +27 -0
lines
Diff to previous 1.1 (unified)
More additions to the readme. Move all operators toone file. Many more string functions.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 29 08:57:06 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Add README file