mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
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. |
||
|---|---|---|
| .. | ||
| catalog.h | ||
| catname.h | ||
| duplicate_oids | ||
| heap.h | ||
| index.h | ||
| indexing.h | ||
| pg_aggregate.h | ||
| pg_am.h | ||
| pg_amop.h | ||
| pg_amproc.h | ||
| pg_attribute.h | ||
| pg_class.h | ||
| pg_database.h | ||
| pg_defaults.h | ||
| pg_demon.h | ||
| pg_group.h | ||
| pg_hosts.h | ||
| pg_index.h | ||
| pg_inheritproc.h | ||
| pg_inherits.h | ||
| pg_ipl.h | ||
| pg_language.h | ||
| pg_listener.h | ||
| pg_log.h | ||
| pg_magic.h | ||
| pg_opclass.h | ||
| pg_operator.h | ||
| pg_parg.h | ||
| pg_proc.h | ||
| pg_rewrite.h | ||
| pg_server.h | ||
| pg_statistic.h | ||
| pg_time.h | ||
| pg_type.h | ||
| pg_user.h | ||
| pg_variable.h | ||
| pg_version.h | ||
| unused_oids | ||