postgresql/src/backend/commands
Tom Lane 6a7273e14c Fix permissions-checking bugs and namespace-search-path bugs in
CONVERSION code.  Still need to figure out what to do about inappropriate
coding in parsing.
2002-11-02 02:33:03 +00:00
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +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 Fix permissions-checking bugs and namespace-search-path bugs in 2002-11-02 02:33:03 +00:00
copy.c Add missing #include <errno.h>. 2002-10-19 00:25:36 +00:00
dbcommands.c Fix places that were using IsTransactionBlock() as an (inadequate) check 2002-10-21 22:06:20 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c As Niel so nicely pointed out this morning, the output of EXPLAIN 2002-10-14 04:26:54 +00:00
functioncmds.c Reduce messages associated with shell-type function arguments/results 2002-11-01 19:19:58 +00:00
indexcmds.c Fix places that were using IsTransactionBlock() as an (inadequate) check 2002-10-21 22:06:20 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +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 Fix places that were using IsTransactionBlock() as an (inadequate) check 2002-10-21 22:06:20 +00:00
trigger.c Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real 2002-10-21 19:55:49 +00:00
typecmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
user.c Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 2002-10-21 19:46:45 +00:00
vacuum.c Fix miscalculation of remaining free space during tuple chain moving. 2002-10-31 19:25:29 +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