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
Bruce Momjian 43a3543a4e Authentication improvements: 24 years ago
..
_deadcode Change made to elog: 24 years ago
Makefile Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 25 years ago
analyze.c Make VACUUM handle schema-qualified relation names properly. 24 years ago
async.c Change made to elog: 24 years ago
cluster.c Make renamerel take an OID, not a RangeVar, to identify the relation 24 years ago
command.c Removed obsolete DROP_COLUMN_HACK stuff. 24 years ago
comment.c pg_type has a typnamespace column; system now supports creating types 24 years ago
copy.c pg_type has a typnamespace column; system now supports creating types 24 years ago
creatinh.c Reimplement temp tables using schemas. The temp table map is history; 24 years ago
dbcommands.c Change made to elog: 24 years ago
define.c pg_type has a typnamespace column; system now supports creating types 24 years ago
explain.c Tweak labeling of plan qual conditions for more consistency. 24 years ago
indexcmds.c Reimplement temp tables using schemas. The temp table map is history; 24 years ago
proclang.c Privileges on functions and procedural languages 24 years ago
remove.c pg_type has a typnamespace column; system now supports creating types 24 years ago
rename.c Make renamerel take an OID, not a RangeVar, to identify the relation 24 years ago
sequence.c Further cleanups for relations in schemas: teach nextval and other 24 years ago
trigger.c Add tgconstrrelid to stored Trigger structures, make RI trigger functions 24 years ago
user.c Authentication improvements: 24 years ago
vacuum.c Fix CLOG truncation code to not do the Wrong Thing when there are already 24 years ago
vacuumlazy.c Make VACUUM handle schema-qualified relation names properly. 24 years ago
variable.c pg_type has a typnamespace column; system now supports creating types 24 years ago
view.c pg_type has a typnamespace column; system now supports creating types 24 years ago