• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Switching to the use of PostgreSQL's COPY command and Oracle's SQL*Loader

to load the data for this package. Much, much faster than a bazillion

INSERT statements.

    • -0
    • +1
    ./01-timezone-rules.ctl
  1. … 6 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 8 more files in changeset.
A variety of changes that add up to making outlook synchronization work

with PostgreSQL (at all) and Oracle (better).

1. Changed calendar to read SystemTimezone rather than hardwire it to

US/Eastern.

2. Made calendar depend on acs-lang since that's where the param lives.

3. Fixed the query on the acs-lang page that lets you set the timezone

(used the Oracle-ism UNIQUE rather than the standard DISTINCT)

4. Saw that the test stuff doesn't work and got rid of the links on the

index page - people can live without testing it for this release (we

should fix it for 4.7)

5. Fixed timezone__local_to_utc so it works with calendar, though it's

very whacky (shifted so the timezone'd date part is the UTC date, would

be much much better to use timestamp without timezone but PG doesn't

accept that syntax for function returns and we're not ready to drop

PG 7.2 support yet so I can't take advantage of the timestamp/timestamptz

type names, sigh)

  1. … 6 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

  1. … 38 more files in changeset.
correctly quote interval and use extract(timezone_hour...) bug 253 patch 85 Matthew Walker and patch 88 me

A royal kludge to work around PG 7.2 brain damage

Changed timezone calls to CAST for PG 7.2 compatibility ...

Cleaned this up ...

*** empty log message ***

Made ref-timezones work with PostgreSQL, made names of reference packages

be consistent.

    • -453
    • +282
    ./ref-timezones-create.sql
  1. … 9 more files in changeset.
initial import

    • -0
    • +510
    ./ref-timezones-create.sql
    • -0
    • +25
    ./ref-timezones-drop.sql
  1. … 1 more file in changeset.