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
Peter Eisentraut f90dd28062 Add ALTER DOMAIN ... RENAME 14 years ago
..
Makefile Consolidate DROP handling for some object types. 14 years ago
aggregatecmds.c Further consolidation of DROP statement handling. 14 years ago
alter.c Add ALTER DOMAIN ... RENAME 14 years ago
analyze.c Create a "sort support" interface API for faster sorting. 14 years ago
async.c Use callbacks in SlruScanDirectory for the actual action 14 years ago
cluster.c Improve behavior of concurrent CLUSTER. 14 years ago
collationcmds.c Consolidate DROP handling for some object types. 14 years ago
comment.c Remove rel.h from objectaddress.h; only relcache.h is necessary. 15 years ago
constraint.c Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
conversioncmds.c Consolidate DROP handling for some object types. 14 years ago
copy.c Fix compiler warning. 14 years ago
dbcommands.c Comment changes to show bgwriter no longer performs checkpoints. 14 years ago
define.c Remove ancient downcasing code from procedural language operations. 14 years ago
discard.c Clean up the #include mess a little. 15 years ago
dropcmds.c Further consolidation of DROP statement handling. 14 years ago
explain.c Rearrange the implementation of index-only scans. 14 years ago
extension.c Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
foreigncmds.c Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
functioncmds.c Add support for privileges on types 14 years ago
indexcmds.c Improve behavior of concurrent CLUSTER. 14 years ago
lockcmds.c Improve table locking behavior in the face of current DDL. 14 years ago
opclasscmds.c Create a "sort support" interface API for faster sorting. 14 years ago
operatorcmds.c Add support for privileges on types 14 years ago
portalcmds.c Take fewer snapshots. 14 years ago
prepare.c Take fewer snapshots. 14 years ago
proclang.c Further consolidation of DROP statement handling. 14 years ago
schemacmds.c Consolidate DROP handling for some object types. 14 years ago
seclabel.c Remove unnecessary #include references, per pgrminclude script. 15 years ago
sequence.c Improve table locking behavior in the face of current DDL. 14 years ago
tablecmds.c Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
tablespace.c Remove spclocation field from pg_tablespace 14 years ago
trigger.c Allow CHECK constraints to be declared ONLY 14 years ago
tsearchcmds.c Consolidate DROP handling for some object types. 14 years ago
typecmds.c Add ALTER DOMAIN ... RENAME 14 years ago
user.c Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
vacuum.c Improve table locking behavior in the face of current DDL. 14 years ago
vacuumlazy.c Improve logging of autovacuum I/O activity 14 years ago
variable.c Simplify handling of the timezone GUC by making initdb choose the default. 14 years ago
view.c Fix bugs in relpersistence handling during table creation. 15 years ago