postgresql/src/include/catalog
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification".
Transform datetime and timespan into timestamp and interval.
 Deprecate datetime and timespan, though translate to new types in gram.y.
 Transform all datetime and timespan catalog entries into new types.
 Make "INTERVAL" reserved word allowed as a column identifier in gram.y.
 Remove dt.h, dt.c files, and retarget datetime.h, datetime.c as utility
  routines for all date/time types.
 date.{h,c} now deals with date, time types.
 timestamp.{h,c} now deals with timestamp, interval types.
 nabstime.{h,c} now deals with abstime, reltime, tinterval types.
Make NUMERIC a known native type for purposes of type coersion. Not tested.
2000-02-16 17:26:26 +00:00
..
catalog.h Add: 2000-01-26 05:58:53 +00:00
catname.h Add: 2000-01-26 05:58:53 +00:00
catversion.h Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
duplicate_oids heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
heap.h Add: 2000-01-26 05:58:53 +00:00
index.h Add: 2000-01-26 05:58:53 +00:00
indexing.h Add: 2000-01-26 05:58:53 +00:00
pg_aggregate.h Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
pg_am.h Add: 2000-01-26 05:58:53 +00:00
pg_amop.h Add btree indexing of boolean values 2000-02-10 19:51:52 +00:00
pg_amproc.h Add btree indexing of boolean values 2000-02-10 19:51:52 +00:00
pg_attrdef.h Add: 2000-01-26 05:58:53 +00:00
pg_attribute.h Add: 2000-01-26 05:58:53 +00:00
pg_class.h Add: 2000-01-26 05:58:53 +00:00
pg_database.h Add: 2000-01-26 05:58:53 +00:00
pg_description.h Add: 2000-01-26 05:58:53 +00:00
pg_group.h Add: 2000-01-26 05:58:53 +00:00
pg_index.h Add: 2000-01-26 05:58:53 +00:00
pg_inheritproc.h Add: 2000-01-26 05:58:53 +00:00
pg_inherits.h Add: 2000-01-26 05:58:53 +00:00
pg_ipl.h Add: 2000-01-26 05:58:53 +00:00
pg_language.h Add: 2000-01-26 05:58:53 +00:00
pg_listener.h Add: 2000-01-26 05:58:53 +00:00
pg_log.h Add: 2000-01-26 05:58:53 +00:00
pg_opclass.h Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
pg_operator.h Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
pg_proc.h Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
pg_relcheck.h Add: 2000-01-26 05:58:53 +00:00
pg_rewrite.h Add: 2000-01-26 05:58:53 +00:00
pg_shadow.h Add: 2000-01-26 05:58:53 +00:00
pg_statistic.h Add: 2000-01-26 05:58:53 +00:00
pg_trigger.h Add: 2000-01-26 05:58:53 +00:00
pg_type.h Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
pg_variable.h Add: 2000-01-26 05:58:53 +00:00
pg_version.h Add: 2000-01-26 05:58:53 +00:00
unused_oids Update unused_oids script so it works with non-GNU awk --- /* ... */ 2000-01-17 00:53:11 +00:00