CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/07/28 21:03:19

Modified files:
        doc/src/sgml   : datatype.sgml datetime.sgml func.sgml 
                         release.sgml runtime.sgml 
        doc/src/sgml/ref: postgres-ref.sgml set.sgml show.sgml 
        src/backend/commands: variable.c 
        src/backend/tcop: postgres.c 
        src/backend/utils/adt: datetime.c 
        src/backend/utils/init: globals.c 
        src/backend/utils/misc: README guc.c postgresql.conf.sample 
        src/bin/psql   : tab-complete.c 
        src/include    : miscadmin.h 
        src/test/regress/expected: horology-no-DST-before-1970.out 
                                   horology-solaris-1947.out 
                                   horology.out timestamp.out 
                                   timestamptz.out 
        src/test/regress: pg_regress.sh 
        src/test/regress/sql: horology.sql timestamp.sql timestamptz.sql 

Log message:
        Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
        heuristic determination of day vs month in date/time input.  Add the
        ability to specify that input is interpreted as yy-mm-dd order (which
        formerly worked, but only for yy greater than 31).  DateStyle's input
        component now has the preferred spellings DMY, MDY, or YMD; the older
        keywords European and US are now aliases for the first two of these.
        Per recent discussions on pgsql-general.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to