postgresql/src/include
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
..
access Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
bootstrap Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
catalog Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
commands EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
executor Remove some dead code and obsolete, misleading comments. 2001-09-20 21:07:57 +00:00
lib pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq Code review for MD5 authorization patch. Clean up some breakage 2001-09-21 20:31:49 +00:00
mb Add pg_database_encoding_max_length() function. 2001-09-23 10:59:45 +00:00
nodes EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
optimizer Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
parser Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. 2001-09-20 14:20:28 +00:00
port Treat __s390x__ the same as __s390__. (taken from RPM patch set) 2001-09-24 20:10:44 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
storage Remove useless LockDisable() function and associated overhead, per my 2001-09-27 16:29:13 +00:00
tcop Enable SIGTERM and SIGQUIT during client authentication so 2001-09-07 16:12:49 +00:00
utils Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +00:00
c.h Suppress definitions of 'true' and 'false' macros if __cplusplus. 2001-08-27 23:02:25 +00:00
fmgr.h Add dynamic_library_path parameter and automatic appending of shared 2001-05-17 17:44:18 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Remove useless LockDisable() function and associated overhead, per my 2001-09-27 16:29:13 +00:00
pg_config.h.in Provide some initial support for building the ODBC driver for 2001-09-22 22:54:33 +00:00
pg_config.h.win32 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
pgstat.h Put pgstat internal files into $PGDATA/global. 2001-09-03 12:00:00 +00:00
postgres.h c.h needs to include postgres_ext.h to be self-contained. 2001-08-24 22:46:28 +00:00
postgres_ext.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_fe.h c.h needs to include postgres_ext.h to be self-contained. 2001-08-24 22:46:28 +00:00
rusagestub.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00