postgresql/src/include/catalog
Tom Lane 8eb0f23a96 Mark to_number() and the numeric-type variants of to_char() as stable, not
immutable, because their results depend on lc_numeric; this is a longstanding
oversight.  We cannot force initdb for this in the back branches, but we can
at least provide correct catalog entries for future installations.
2006-11-28 19:19:16 +00:00
..
catalog.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
catname.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
catversion.h Fix built-in SQL-language functions to ensure that referenced names 2003-10-21 16:23:16 +00:00
dependency.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
duplicate_oids Un-break duplicate_oids script. 2002-09-17 01:28:36 +00:00
heap.h Disallow foreign-key references from temp tables to permanent tables. 2003-09-19 21:04:20 +00:00
index.h Repair some REINDEX problems per recent discussions. The relcache is 2003-09-24 18:54:02 +00:00
indexing.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
namespace.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_aggregate.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_am.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_amop.h Fix thinko in reltime and tinterval operator classes that I added a 2003-11-11 21:23:26 +00:00
pg_amproc.h Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
pg_attrdef.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_attribute.h Set attstattarget to -1 for all system catalog columns. All but a few 2003-10-16 22:52:22 +00:00
pg_cast.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
pg_class.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_constraint.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
pg_control.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_conversion.h fix typo in a comment 2003-09-16 07:47:06 +00:00
pg_database.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_depend.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_description.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_group.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_index.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_inherits.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_language.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_largeobject.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_listener.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_namespace.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_opclass.h Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
pg_operator.h Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
pg_proc.h Mark to_number() and the numeric-type variants of to_char() as stable, not 2006-11-28 19:19:16 +00:00
pg_rewrite.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_shadow.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_statistic.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_trigger.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pg_type.h anyarray really needs to be declared with typalign = 'd', so that entries 2004-02-24 22:59:22 +00:00
pg_version.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
unused_oids Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00