You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/commands
Tom Lane 2a01b05936 Code review for recent patch to allow ALTER TABLE ADD COLUMN when 23 years ago
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 23 years ago
aggregatecmds.c pgindent run. 23 years ago
analyze.c Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 23 years ago
async.c Fix for rare race-condition-like failure: if a backend receives SIGUSR2 23 years ago
cluster.c During swap_relfilenodes, swap relation size statistic fields along with 23 years ago
comment.c Lock on the rule relation wasn't removed after adding the comment. 23 years ago
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 23 years ago
copy.c Add missing #include <errno.h>. 23 years ago
dbcommands.c Remove encoding lookups from grammar stage, push them back to places 23 years ago
define.c Provide an upgrade strategy for dump files containing functions declared 23 years ago
explain.c As Niel so nicely pointed out this morning, the output of EXPLAIN 23 years ago
functioncmds.c Reduce messages associated with shell-type function arguments/results 23 years ago
indexcmds.c Fix places that were using IsTransactionBlock() as an (inadequate) check 23 years ago
lockcmds.c pgindent run. 23 years ago
opclasscmds.c Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks 23 years ago
operatorcmds.c pgindent run. 23 years ago
portalcmds.c pgindent run. 23 years ago
prepare.c > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 23 years ago
proclang.c Provide an upgrade strategy for dump files containing functions declared 23 years ago
schemacmds.c pgindent run. 23 years ago
sequence.c Replace pg_attribute.attisinherited with attislocal and attinhcount 23 years ago
tablecmds.c Code review for recent patch to allow ALTER TABLE ADD COLUMN when 23 years ago
trigger.c Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real 23 years ago
typecmds.c Provide an upgrade strategy for dump files containing functions declared 23 years ago
user.c Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 23 years ago
vacuum.c Fix miscalculation of remaining free space during tuple chain moving. 23 years ago
vacuumlazy.c Performance improvement for MultiRecordFreeSpace on large relations --- 23 years ago
variable.c pgindent run. 23 years ago
view.c Replace pg_attribute.attisinherited with attislocal and attinhcount 23 years ago