Log Message:
---
Given its current definition that depends on time(NULL), timetz_zone
is certainly no longer immutable, but must indeed be marked volatile.
I wonder if it should use the value of now() (that is, transaction
start time) so that it could be marked stable. But it's probably no
Log Message:
---
timestamptz_izone should return the input, not NULL, when the input
is a non-finite timestamp, for consistency with related functions.
In other words: +infinity rotated to a different timezone is still
+infinity.
Modified Files:
--
pgsql/src/backend/utils/a
Log Message:
---
Fix the various forms of AT TIME ZONE to accept either timezones found
in the zic database or zone names found in the date token table. This
preserves the old ability to do AT TIME ZONE 'PST' along with the new
ability to do AT TIME ZONE 'PST8PDT'. Per gripe from Bricklen
Log Message:
---
Create the pg_pltemplate system catalog to hold template information
for procedural languages. This replaces the hard-wired table I had
originally proposed as a stopgap solution. For the moment, the initial
contents only include languages shipped with the core distributio
Michael Fuhr <[EMAIL PROTECTED]> writes:
> On Wed, Sep 07, 2005 at 18:39:26 -0300 (ADT), Tom Lane wrote:
>> Update timezone data files to release 2005m of the zic database.
>> Among other changes, this reflects the recently passed change in USA
>> daylight savings rules.
> Looks like some horology
Log Message:
---
Update regression tests for new USA timezone data. Mea culpa for not
realizing that the regression tests could be affected.
Modified Files:
--
pgsql/src/test/regress/expected:
horology.out (r1.57 -> r1.58)
(http://developer.postgresql.org/
Log Message:
---
Update regression tests for new USA timezone data. Mea culpa for not
realizing that the regression tests could be affected.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/test/regress/expected:
horology.out (r1.52 -> r1.52.4.1)
(ht
Log Message:
---
- move password into the configfile (IRCPass)
- now use $irc_nick for login
- remove unneeded logfile because we reopen STDOUT and STDERR
Modified Files:
--
docbot:
docbot.pl (r1.49 -> r1.50)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/doc
Log Message:
---
Cyrillic characters only seem to display properly in 8 point Arial :-(
Modified Files:
--
pginst/lang:
ru.xml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru.xml.diff?r1=1.1&r2=1.2)
--
Log Message:
---
Initial version of a Russian translation from Andrey Repko
Modified Files:
--
pginst/lang:
Makefile.lang (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/Makefile.lang.diff?r1=1.6&r2=1.7)
Added Files:
---
10 matches
Mail list logo