postgresql/src/backend/commands
2005-08-23 01:41:30 +00:00
..
aggregatecmds.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
alter.c Add ALTER object SET SCHEMA capability for a limited but useful set of 2005-08-01 04:03:59 +00:00
analyze.c Clean up a number of autovacuum loose ends. Make the stats collector 2005-07-29 19:30:09 +00:00
async.c Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
cluster.c Report index name on CLUSTER failure. Also, suggest ALTER TABLE 2005-05-10 13:16:26 +00:00
comment.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
conversioncmds.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
copy.c COPY performance improvements. Avoid calling CopyGetData for each input 2005-08-06 20:41:58 +00:00
dbcommands.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
define.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
explain.c Remove unused 'printCost' field from ExplainState, and simplify the code 2005-06-04 02:07:09 +00:00
functioncmds.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
indexcmds.c Make REINDEX DATABASE do what one would expect, namely reindex all indexes 2005-06-22 21:14:31 +00:00
lockcmds.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c Fix wrong dependency on owner created by ALTER OPCLASS OWNER. 2005-08-23 01:41:30 +00:00
operatorcmds.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
portalcmds.c Revise handling of dropped columns in JOIN alias lists to avoid a 2005-06-03 23:05:30 +00:00
prepare.c Fix the mechanism for reporting the original table OID and column number 2005-06-22 17:45:46 +00:00
proclang.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
schemacmds.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
sequence.c Add a function lastval(), which returns the value returned by the 2005-06-07 07:08:35 +00:00
tablecmds.c Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than 2005-08-22 19:40:37 +00:00
tablespace.c Adjust permissions checking for ALTER OWNER commands: instead of 2005-07-14 21:46:30 +00:00
trigger.c Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
typecmds.c Fix unwanted denial of ALTER OWNER rights to superusers. There was some 2005-08-22 17:38:20 +00:00
user.c Add per-user and per-database connection limit options. 2005-07-31 17:19:22 +00:00
vacuum.c Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
vacuumlazy.c Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
variable.c Fix crash when reading 'timezone = unknown' from postgresql.conf during 2005-08-08 23:39:01 +00:00
view.c First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00