postgresql/src/backend/commands
Tom Lane 9c2a7c2269 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.
2003-07-29 00:03:19 +00:00
..
Makefile First batch of object rename commands. 2003-06-27 14:45:32 +00:00
aggregatecmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
alter.c Error message editing in backend/libpq, backend/postmaster, backend/tcop. 2003-07-22 19:00:12 +00:00
analyze.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
async.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
cluster.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
comment.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
conversioncmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
copy.c Error message editing in backend/libpq, backend/postmaster, backend/tcop. 2003-07-22 19:00:12 +00:00
dbcommands.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
define.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
explain.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
functioncmds.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
indexcmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
lockcmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
opclasscmds.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
operatorcmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
portalcmds.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
prepare.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
proclang.c First bits of work on error message editing. 2003-07-18 23:20:33 +00:00
schemacmds.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
sequence.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
tablecmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
trigger.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
typecmds.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
user.c A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
vacuum.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
vacuumlazy.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
variable.c Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 2003-07-29 00:03:19 +00:00
view.c Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00