postgresql/src
Thomas G. Lockhart 6f58115ddd Measure the current transaction time to milliseconds.
Define a new function, GetCurrentTransactionStartTimeUsec() to get the time
 to this precision.
Allow now() and timestamp 'now' to use this higher precision result so
 we now have fractional seconds in this "constant".
Add timestamp without time zone type.
Move previous timestamp type to timestamp with time zone.
Accept another ISO variant for date/time values: yyyy-mm-ddThh:mm:ss
 (note the "T" separating the day from hours information).
Remove 'current' from date/time types; convert to 'now' in input.
Separate time and timetz regression tests.
Separate timestamp and timestamptz regression test.
2001-09-28 08:09:14 +00:00
..
backend Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
bin sbasename $0 is now basename "$0" 2001-09-22 04:28:12 +00:00
corba
data
include Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
interfaces Disable local creds on OpenBSD because it doesn't support it. Document 2001-09-26 19:54:12 +00:00
makefiles Add -rpath for BSD/OS, from Peter E. 2001-09-06 13:43:42 +00:00
pl The trailing semicolon in a plpgsql function definition is now optional. 2001-09-26 21:35:28 +00:00
template 0 -> O 2001-08-08 13:30:20 +00:00
test Add separate regression tests for timetz and the new timestamptz type. 2001-09-28 08:00:11 +00:00
tools Create pgjindent for java. 2001-09-07 21:25:44 +00:00
tutorial New blood and fresh air for tutorial 2001-09-02 23:27:50 +00:00
utils pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in Provide some initial support for building the ODBC driver for 2001-09-22 22:54:33 +00:00
Makefile.shlib Provide some initial support for building the ODBC driver for 2001-09-22 22:54:33 +00:00
nls-global.mk Change xgettext rule to run in the source tree, so we don't have the 2001-07-15 11:43:55 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00