
Up to [pgFoundry] / mysqlcompat / mysqlcompat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 11 23:41:22 2007 UTC (4 years, 6 months ago) by xzilla
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -0
lines
Diff to previous 1.11 (unified)
drop the new conv(i,i,i) version of the function
Revision 1.11 / (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.10: +37 -37
lines
Diff to previous 1.10 (unified)
Updates
Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 21 04:58:23 2005 UTC (6 years, 4 months ago) by mfuhr
Branch: MAIN
Changes since 1.9: +1 -0
lines
Diff to previous 1.9 (unified)
Overlooked a function in week() commit.
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: +6 -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: +32 -0
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], Mon Dec 12 06:26:17 2005 UTC (6 years, 5 months ago) by swm
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (unified)
Rework inet_aton() and inet_ntoa(). 1. inet_aton() now accepts '127.1' as '127.0.0.1', like MySQL does. This means we need to change out input data type to text, as inet rejects it. 2. inet_ntoa() has been rewritten in SQL so that it can be inlined. This should have a significant impact on performance.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 10 05:26:53 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.5: +1 -0
lines
Diff to previous 1.5 (unified)
Implement date_format(), str_to_date() and time_format()
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 8 07:56:15 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.4: +134 -133
lines
Diff to previous 1.4 (unified)
Reformat mathematical functions to adhere to coding standrards. Fix uninstall script.
Revision 1.4 / (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.3: +136 -118
lines
Diff to previous 1.3 (unified)
Many more functions, casts, etc. done.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 6 14:50:09 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.2: +6 -3
lines
Diff to previous 1.2 (unified)
Add the misc functions: inet_ntoa, inet_aton and sleep
Revision 1.2 / (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.1: +7 -1
lines
Diff to previous 1.1 (unified)
Add MySQL's implicit casts from time/date/timestamp to integer/bigint
Revision 1.1 / (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
Add benchmark(), coercibility(), bit_count() and remove bit_length()