postgresql/src/backend/commands
Tom Lane c607bd693f Clean up the usage of canonicalize_qual(): in particular, be consistent
about whether it is applied before or after eval_const_expressions().
I believe there were some corner cases where the system would fail to
recognize that a partial index is applicable because of the previous
inconsistency.  Store normal rather than 'implicit AND' representations
of constraints and index predicates in the catalogs.
initdb forced due to representation change of constraints/predicates.
2003-12-28 21:57:37 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
aggregatecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
alter.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
analyze.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
async.c This patch properly sets the prototype for the on_shmem_exit and 2003-12-12 18:45:10 +00:00
cluster.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
comment.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
dbcommands.c Add mention with might need to use cp -R someday for portability. 2003-12-15 22:56:44 +00:00
define.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
explain.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
functioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indexcmds.c Clean up the usage of canonicalize_qual(): in particular, be consistent 2003-12-28 21:57:37 +00:00
lockcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
opclasscmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
operatorcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
portalcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
prepare.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
proclang.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
schemacmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
sequence.c I posted some bufmgr cleanup a few weeks ago, but it conflicted with 2003-12-14 00:34:47 +00:00
tablecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
trigger.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
typecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
user.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
vacuum.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
vacuumlazy.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
variable.c Back out: 2003-12-21 04:34:36 +00:00
view.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00