postgresql/src/backend/commands
Bruce Momjian 8a7cfa3756 Lock on the rule relation wasn't removed after adding the comment.
Added Tom's patch fix for heap_close.

Rod Taylor
2002-10-09 16:26:46 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 2002-09-23 20:43:41 +00:00
async.c Fix for rare race-condition-like failure: if a backend receives SIGUSR2 2002-09-16 01:24:41 +00:00
cluster.c pgindent run. 2002-09-04 20:31:48 +00:00
comment.c Lock on the rule relation wasn't removed after adding the comment. 2002-10-09 16:26:46 +00:00
conversioncmds.c pgindent run. 2002-09-04 20:31:48 +00:00
copy.c Code review for check-domain-constraints-in-COPY patch. Do correct thing 2002-09-20 16:56:02 +00:00
dbcommands.c pgindent run. 2002-09-04 20:31:48 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Department of second thoughts: suppressing implicit casts everywhere in 2002-09-19 22:48:34 +00:00
functioncmds.c Require superuser privilege to create a binary-compatible cast, per 2002-10-04 22:08:44 +00:00
indexcmds.c Get rid of bogus use of heap_mark4update in reindex operations (cf. 2002-09-23 00:42:48 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
opclasscmds.c Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks 2002-10-04 22:19:29 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
prepare.c > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 2002-09-20 03:45:08 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c pgindent run. 2002-09-04 20:31:48 +00:00
sequence.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00
tablecmds.c Make the world at least somewhat safe for zero-column tables, and 2002-09-28 20:00:19 +00:00
trigger.c Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that 2002-10-03 21:06:23 +00:00
typecmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
user.c Translation updates 2002-09-14 13:46:24 +00:00
vacuum.c ARGH! 2002-09-27 20:57:08 +00:00
vacuumlazy.c Performance improvement for MultiRecordFreeSpace on large relations --- 2002-09-20 19:56:01 +00:00
variable.c pgindent run. 2002-09-04 20:31:48 +00:00
view.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00