postgresql/src/include/commands
Tom Lane 3ac1ac58cc Change search for default operator classes so that it examines all opclasses
regardless of the current schema search path.  Since CREATE OPERATOR CLASS
only allows one default opclass per datatype regardless of schemas, this
should have minimal impact, and it fixes problems with failure to find a
desired opclass while restoring dump files.  Per discussion at
http://archives.postgresql.org/pgsql-hackers/2006-02/msg00284.php.
Remove now-redundant-or-unused code in typcache.c and namespace.c,
and backpatch as far as 8.0.
2006-02-10 19:01:12 +00:00
..
alter.h Add ALTER object SET SCHEMA capability for a limited but useful set of 2005-08-01 04:03:59 +00:00
async.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
cluster.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
comment.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
conversioncmds.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
copy.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
dbcommands.h DROP DATABASE IF EXISTS variant 2005-11-22 15:24:18 +00:00
defrem.h Change search for default operator classes so that it examines all opclasses 2006-02-10 19:01:12 +00:00
explain.h Fix EXPLAIN and EXECUTE commands to pass portal parameters through to 2005-11-29 01:25:50 +00:00
lockcmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
portalcmds.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
prepare.h Add a new system view, pg_prepared_statements, that can be used to 2006-01-08 07:00:27 +00:00
proclang.h Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
schemacmds.h Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 2005-11-21 12:49:33 +00:00
sequence.h Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +00:00
tablecmds.h Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 2005-11-21 12:49:33 +00:00
tablespace.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
trigger.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
typecmds.h DROP objecttype IF EXISTS for the following objects: 2005-11-19 17:39:45 +00:00
user.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
vacuum.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
variable.h Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
version.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
view.h Add support for temporary views, including documentation and regression 2005-02-02 06:36:02 +00:00