postgresql/src/include/catalog
Tom Lane 1f14a9de74 Correct broken entries for pg_proc OIDs 1364 (time(abstime))
and 1370 (timestamp(datetime)).  This does not force an initdb, exactly,
but you won't see the effects of the bug fix until you do one.
BTW, OID 1358 for timespan(time) is still broken:
select timespan('21:11:26'::time);
ERROR:  No such function 'time_timespan' with the specified attributes
But I couldn't figure out what it ought to be defined as, so I left it be.
1999-08-29 01:35:11 +00:00
..
catalog.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
catname.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
duplicate_oids heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
heap.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
index.h More cleanup 1999-07-16 17:07:40 +00:00
indexing.h Reverse out cache changes that are not ready yet. 1999-07-20 17:14:08 +00:00
pg_aggregate.h Remove a bunch of dead entries exposed by findoidjoins crosschecks. 1999-03-26 07:32:42 +00:00
pg_am.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_amop.h Fix bogus pg_amop entries for int8 hash, cidr btree, 1999-04-03 18:07:47 +00:00
pg_amproc.h Remove a bunch of dead entries exposed by findoidjoins crosschecks. 1999-03-26 07:32:42 +00:00
pg_attrdef.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_attribute.h Update comments about attdisbursion. NO code change. 1999-08-09 02:45:56 +00:00
pg_class.h pgindent run over code. 1999-05-25 16:15:34 +00:00
pg_database.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_description.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_group.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_index.h pgindent run over code. 1999-05-25 16:15:34 +00:00
pg_inheritproc.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_inherits.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_ipl.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_language.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_listener.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_log.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_opclass.h pgindent run over code. 1999-05-25 16:15:34 +00:00
pg_operator.h First cut at doing LIKE/regex indexing optimization in 1999-07-27 03:51:11 +00:00
pg_proc.h Correct broken entries for pg_proc OIDs 1364 (time(abstime)) 1999-08-29 01:35:11 +00:00
pg_relcheck.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_rewrite.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_shadow.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_statistic.h First step in fixing selectivity-estimation code. eqsel and 1999-08-01 04:54:25 +00:00
pg_trigger.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_type.h Cleanup of /include #include's, for 6.6 only. 1999-07-14 01:20:30 +00:00
pg_variable.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_version.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
unused_oids Add max oid display, rather than returning just a dash for the last entry. 1998-12-31 20:09:49 +00:00