postgresql/src/include/catalog
Tom Lane 592c88a0d2 Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
if there are zero rows to aggregate over, and the API seems both conceptually
and notationally ugly anyway.  We should look for something that improves
on the tsquery-and-text-SELECT version (which is also pretty ugly but at
least it works...), but it seems that will take query infrastructure that
doesn't exist today.  (Hm, I wonder if there's anything in or near SQL2003
window functions that would help?)  Per discussion.
2007-10-24 02:24:49 +00:00
..
catalog.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
catversion.h Remove the aggregate form of ts_rewrite(), since it doesn't work as desired 2007-10-24 02:24:49 +00:00
dependency.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
duplicate_oids Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
heap.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
index.h Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to 2007-05-16 17:28:20 +00:00
indexing.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
namespace.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_aggregate.h Remove the aggregate form of ts_rewrite(), since it doesn't work as desired 2007-10-24 02:24:49 +00:00
pg_am.h Make 'col IS NULL' clauses be indexable conditions. 2007-04-06 22:33:43 +00:00
pg_amop.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_amproc.h Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the 2007-09-03 01:18:33 +00:00
pg_attrdef.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_attribute.h HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
pg_auth_members.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_authid.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_autovacuum.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_cast.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_class.h Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
pg_constraint.h Fix up foreign-key mechanism so that there is a sound semantic basis for the 2007-02-14 01:58:58 +00:00
pg_control.h To support external compression of archived WAL data, add a flag bit to 2007-05-20 21:08:19 +00:00
pg_conversion.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_database.h Improve stylistic consistency of descriptions of built-in objects by avoiding 2007-09-03 02:30:45 +00:00
pg_depend.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_description.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_enum.h Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
pg_index.h HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
pg_inherits.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_language.h Improve stylistic consistency of descriptions of built-in objects by avoiding 2007-09-03 02:30:45 +00:00
pg_largeobject.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_listener.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_namespace.h Improve stylistic consistency of descriptions of built-in objects by avoiding 2007-09-03 02:30:45 +00:00
pg_opclass.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_operator.h Remove the 'not in' operator (!!=). This was a hangover from Berkeley 2007-08-27 01:39:25 +00:00
pg_opfamily.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_pltemplate.h Allow non-superuser database owners to create procedural languages. 2007-03-26 16:58:41 +00:00
pg_proc.h Remove the aggregate form of ts_rewrite(), since it doesn't work as desired 2007-10-24 02:24:49 +00:00
pg_rewrite.h Changes pg_trigger and extend pg_rewrite in order to allow triggers and 2007-03-19 23:38:32 +00:00
pg_shdepend.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_shdescription.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_statistic.h Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry 2007-05-08 19:13:52 +00:00
pg_tablespace.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_trigger.h Changes pg_trigger and extend pg_rewrite in order to allow triggers and 2007-03-19 23:38:32 +00:00
pg_ts_config.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_ts_config_map.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_ts_dict.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_ts_parser.h Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
pg_ts_template.h Improve stylistic consistency of descriptions of built-in objects by avoiding 2007-09-03 02:30:45 +00:00
pg_type.h Migrate the former contrib/txid module into core. This will make it easier 2007-10-13 23:06:28 +00:00
toasting.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
unused_oids Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00