You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
19 years ago
..
catalog.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
catversion.h
Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
19 years ago
dependency.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
duplicate_oids
Change the bootstrap sequence so that toast tables for system catalogs are
20 years ago
heap.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
index.h
Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to
19 years ago
indexing.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
namespace.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_aggregate.h
Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
19 years ago
pg_am.h
Make 'col IS NULL' clauses be indexable conditions.
19 years ago
pg_amop.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_amproc.h
Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the
19 years ago
pg_attrdef.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_attribute.h
HOT updates. When we update a tuple without changing any of its indexed
19 years ago
pg_auth_members.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_authid.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_autovacuum.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_cast.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_class.h
Implement function-local GUC parameter settings, as per recent discussion.
19 years ago
pg_constraint.h
Fix up foreign-key mechanism so that there is a sound semantic basis for the
19 years ago
pg_control.h
To support external compression of archived WAL data, add a flag bit to
19 years ago
pg_conversion.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_database.h
Improve stylistic consistency of descriptions of built-in objects by avoiding
19 years ago
pg_depend.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_description.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_enum.h
Support enum data types. Along the way, use macros for the values of
19 years ago
pg_index.h
HOT updates. When we update a tuple without changing any of its indexed
19 years ago
pg_inherits.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_language.h
Improve stylistic consistency of descriptions of built-in objects by avoiding
19 years ago
pg_largeobject.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_listener.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_namespace.h
Improve stylistic consistency of descriptions of built-in objects by avoiding
19 years ago
pg_opclass.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_operator.h
Remove the 'not in' operator (!!=). This was a hangover from Berkeley
19 years ago
pg_opfamily.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_pltemplate.h
Allow non-superuser database owners to create procedural languages.
19 years ago
pg_proc.h
Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
19 years ago
pg_rewrite.h
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
pg_shdepend.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_shdescription.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_statistic.h
Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry
19 years ago
pg_tablespace.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
pg_trigger.h
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
pg_ts_config.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_ts_config_map.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_ts_dict.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_ts_parser.h
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
pg_ts_template.h
Improve stylistic consistency of descriptions of built-in objects by avoiding
19 years ago
pg_type.h
Migrate the former contrib/txid module into core. This will make it easier
19 years ago
toasting.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
unused_oids
Change the bootstrap sequence so that toast tables for system catalogs are
20 years ago