postgresql/src/backend/tcop
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and
current time: provide a GetCurrentTimestamp() function that returns
current time in the form of a TimestampTz, instead of separate time_t
and microseconds fields.  This is what all the callers really want
anyway, and it eliminates low-level dependencies on AbsoluteTime,
which is a deprecated datatype that will have to disappear eventually.
2005-06-29 22:51:57 +00:00
..
dest.c Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
fastpath.c Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
postgres.c Clean up the rather historically encumbered interface to now() and 2005-06-29 22:51:57 +00:00
pquery.c Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
utility.c Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00