postgresql/src/backend/commands
Tom Lane 4bdb4be62e Divide functions into three volatility classes (immutable, stable, and
volatile), rather than the old cachable/noncachable distinction.  This
allows indexscan optimizations in many places where we formerly didn't.
Also, add a pronamespace column to pg_proc (it doesn't do anything yet,
however).
2002-04-05 00:31:36 +00:00
..
_deadcode
analyze.c
async.c
cluster.c
command.c Removed obsolete DROP_COLUMN_HACK stuff. 2002-04-02 08:51:52 +00:00
comment.c
copy.c
creatinh.c
dbcommands.c
define.c Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
explain.c
indexcmds.c Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +00:00
Makefile
proclang.c
remove.c
rename.c
sequence.c
trigger.c
user.c Authentication improvements: 2002-04-04 04:25:54 +00:00
vacuum.c Fix CLOG truncation code to not do the Wrong Thing when there are already 2002-04-02 05:11:55 +00:00
vacuumlazy.c
variable.c
view.c