
Up to [pgFoundry] / mysqlcompat / mysqlcompat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 12 11:04:25 2005 UTC (6 years, 5 months ago) by swm
Branch: MAIN
CVS Tags: REL_1-0-B3,
HEAD
Changes since 1.4: +4 -2
lines
Diff to previous 1.4 (unified)
Guard against negative argument to sleep(). Not strictly necessary but makes the code clearer, I guess.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 12 06:33:09 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Changes since 1.3: +3 -6
lines
Diff to previous 1.3 (unified)
Remove obsolete comments. Ensure that || operator is schema qualified.
Revision 1.3 / (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.2: +47 -28
lines
Diff to previous 1.2 (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.2 / (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.1: +2 -0
lines
Diff to previous 1.1 (unified)
Many more functions, casts, etc. done.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 6 14:50:09 2005 UTC (6 years, 5 months ago) by chriskl
Branch: MAIN
Add the misc functions: inet_ntoa, inet_aton and sleep