postgresql/src/include/catalog
Marc G. Fournier dfe0475362 From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Subject: [HACKERS] More patches for date/time

I have accumulated several patches to add functionality to the datetime
and timespan data types as well as to fix reported porting bugs on non-BSD
machines. These patches are:

dt.c.patch              - add datetime_part(), fix bugs
dt.h.patch              - add quarter and timezone support, add prototypes
globals.c.patch         - add time and timezone variables
miscadmin.h.patch       - add time and timezone variables
nabstime.c.patch        - add datetime conversion routine
nabstime.h.patch        - add prototypes
pg_operator.h.patch     - add datetime operators, clean up formatting
pg_proc.h.patch         - add datetime functions, reassign conflicting date OIDs
pg_type.h.patch         - add datetime and timespan data types

The dt.c and pg_proc.h patches are fairly large; the latter mostly because I tried
to get some columns for existing entries to line up.
1997-03-25 08:11:24 +00:00
..
catalog.h these ones have their dependencies cleaned up 1996-11-05 10:37:16 +00:00
catname.h remove: 1996-10-31 09:51:30 +00:00
duplicate_oids A couple of development scripts by Dan to detect unused and duplicate 1997-03-15 06:03:08 +00:00
heap.h All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
index.h Fix index_create for multi-column indices 1997-03-19 07:36:35 +00:00
indexing.h Another one bites the dust 1996-11-06 07:05:18 +00:00
pg_aggregate.h Features added: 1996-11-14 21:39:14 +00:00
pg_am.h remove: 1996-10-31 09:51:30 +00:00
pg_amop.h Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
pg_amproc.h Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
pg_attribute.h Restored original pg_type/pg_attribute defaults. Regression fixes. 1997-01-14 01:42:38 +00:00
pg_class.h Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
pg_database.h remove: 1996-10-31 09:51:30 +00:00
pg_defaults.h remove: 1996-10-31 09:51:30 +00:00
pg_demon.h remove: 1996-10-31 09:51:30 +00:00
pg_group.h remove: 1996-10-31 09:51:30 +00:00
pg_hosts.h remove: 1996-10-31 09:51:30 +00:00
pg_index.h Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
pg_inheritproc.h remove: 1996-10-31 09:51:30 +00:00
pg_inherits.h remove: 1996-10-31 09:51:30 +00:00
pg_ipl.h remove: 1996-10-31 09:51:30 +00:00
pg_language.h remove: 1996-10-31 09:51:30 +00:00
pg_listener.h remove: 1996-10-31 09:51:30 +00:00
pg_log.h remove: 1996-10-31 09:51:30 +00:00
pg_magic.h remove: 1996-10-31 09:51:30 +00:00
pg_opclass.h remove: 1996-10-31 09:51:30 +00:00
pg_operator.h From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-03-25 08:11:24 +00:00
pg_parg.h Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 1996-11-13 20:56:15 +00:00
pg_proc.h From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-03-25 08:11:24 +00:00
pg_rewrite.h remove: 1996-10-31 09:51:30 +00:00
pg_server.h remove: 1996-10-31 09:51:30 +00:00
pg_statistic.h remove: 1996-10-31 09:51:30 +00:00
pg_time.h remove: 1996-10-31 09:51:30 +00:00
pg_type.h From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-03-25 08:11:24 +00:00
pg_user.h Not sure if this is the right place, but add a prototype for 1996-11-03 23:49:07 +00:00
pg_variable.h remove: 1996-10-31 09:51:30 +00:00
pg_version.h Okay...this pretty much cleans out the include files. 1996-11-06 10:31:02 +00:00
unused_oids A couple of development scripts by Dan to detect unused and duplicate 1997-03-15 06:03:08 +00:00