
Up to [pgFoundry] / mysqlcompat / mysqlcompat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (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.9: +2 -2
lines
Diff to previous 1.9 (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.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: +122 -30
lines
Diff to previous 1.8 (unified)
Implemented week() and related functions.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 10 05:26:53 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
CVS Tags: REL_1-0-B3
Changes since 1.7: +187 -109
lines
Diff to previous 1.7 (unified)
Implement date_format(), str_to_date() and time_format()
Revision 1.7 / (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.6: +191 -51
lines
Diff to previous 1.6 (unified)
Many more functions, casts, etc. done.
Revision 1.6 / (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.5: +2 -0
lines
Diff to previous 1.5 (unified)
Add benchmark(), coercibility(), bit_count() and remove bit_length()
Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 29 08:09:25 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.4: +32 -5
lines
Diff to previous 1.4 (unified)
Add MySQL && and || operators. Protect other stored procs to always use the pg_catalog || for concatentation
Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 28 05:43:54 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.3: +115 -2
lines
Diff to previous 1.3 (unified)
Even more date/time functions
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 28 01:41:42 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.2: +141 -47
lines
Diff to previous 1.2 (unified)
More date/time functions.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 27 14:50:03 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.1: +165 -0
lines
Diff to previous 1.1 (unified)
Lots more date/time functions.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 25 07:59:09 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Start on the date/time mysql functions