postgresql/src/include
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
..
access New func _bt_checkkeys() added to let caller know number of keys 1997-03-24 08:04:51 +00:00
bootstrap Change includes from "" to <> 1996-11-08 06:43:28 +00:00
catalog From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-03-25 08:11:24 +00:00
commands Add attribute optimization statistics. 1997-02-07 16:24:12 +00:00
executor Added needed prototype. 1996-12-26 17:53:40 +00:00
lib All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00
libpq From: "D'Arcy J.M. Cain" <darcy@druid.net> 1997-03-20 18:23:33 +00:00
nodes Patches for Vadim's multikey indexing... 1997-03-18 18:41:37 +00:00
optimizer Remove _PAGE_SIZE_ as recommended by Darren King. 1997-03-02 01:34:50 +00:00
parser Add attribute optimization statistics. 1997-02-07 16:24:12 +00:00
regex Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. 1996-12-15 09:05:53 +00:00
rewrite Compile and warning cleanup 1996-11-08 06:02:30 +00:00
storage From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:13:19 +00:00
tcop Use proper types so it compiles on DEC C89. Thanks Erik Bertelson. 1997-01-08 08:39:10 +00:00
utils From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-03-25 08:11:24 +00:00
c.h Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
config.h.in Check for and set HAVE_CRYPT_H if <crypt.h> exists 1997-03-20 18:04:32 +00:00
miscadmin.h From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-03-25 08:11:24 +00:00
postgres.h Date/Time updates from Thomas... 1997-03-14 23:34:16 +00:00
postgres_ext.h Fix bug: libpq clients (which include libpq-fe.h) won't compile. 1996-12-10 07:03:43 +00:00
strdup.h More stuff to make it compile on various ports. 1996-11-27 08:16:44 +00:00
version.h Goes with the recently added src/utils/version.c, will replace some stuff in 1996-11-11 14:24:38 +00:00