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 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 6 years ago
..
Makefile Move vacuumlazy.c into access/heap. 7 years ago
aggregatecmds.c Implement OR REPLACE option for CREATE AGGREGATE. 7 years ago
alter.c Add an enforcement mechanism for global object names in regression tests. 7 years ago
amcmds.c Initial pgindent run for v12. 7 years ago
analyze.c Don't build extended statistics on inheritance trees 6 years ago
async.c Remove dead code. 7 years ago
cluster.c Avoid using lcons and list_delete_first where it's easy to do so. 7 years ago
collationcmds.c Collations with nondeterministic comparison 7 years ago
comment.c Remove superfluous tqual.h includes. 7 years ago
constraint.c Initial pgindent run for v12. 7 years ago
conversioncmds.c Remove dead encoding-conversion functions. 7 years ago
copy.c Fix inconsistencies and typos in the tree, take 9 6 years ago
createas.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
dbcommands.c Fix inconsistencies and typos in the tree 6 years ago
define.c Fix inconsistencies and typos in the tree, take 9 6 years ago
discard.c Update copyright for 2019 7 years ago
dropcmds.c Phase 2 pgindent run for v12. 7 years ago
event_trigger.c Remove superfluous newlines in function prototypes. 6 years ago
explain.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
extension.c Reduce memory consumption for multi-statement query strings. 7 years ago
foreigncmds.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
functioncmds.c Fix more typos and inconsistencies in the tree 7 years ago
indexcmds.c Rationalize use of list_concat + list_copy combinations. 6 years ago
lockcmds.c Avoid using lcons and list_delete_first where it's easy to do so. 7 years ago
matview.c tableam: Rename wrapper functions to match callback names. 7 years ago
opclasscmds.c Phase 2 pgindent run for v12. 7 years ago
operatorcmds.c Fix inconsistencies and typos in the tree 6 years ago
policy.c Phase 2 pgindent run for v12. 7 years ago
portalcmds.c Update copyright for 2019 7 years ago
prepare.c Fix inconsistencies and typos in the tree, take 9 6 years ago
proclang.c Phase 2 pgindent run for v12. 7 years ago
publicationcmds.c Warn if wal_level is too low when creating a publication. 7 years ago
schemacmds.c Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
seclabel.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
sequence.c Phase 2 pgindent run for v12. 7 years ago
statscmds.c Use column collation for extended statistics 7 years ago
subscriptioncmds.c Add an enforcement mechanism for global object names in regression tests. 7 years ago
tablecmds.c Check that partitions are not in use when dropping constraints 7 years ago
tablespace.c pgindent run prior to branching v12. 7 years ago
trigger.c Fix inconsistencies and typos in the tree 7 years ago
tsearchcmds.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
typecmds.c Avoid using lcons and list_delete_first where it's easy to do so. 7 years ago
user.c Add an enforcement mechanism for global object names in regression tests. 7 years ago
vacuum.c Fix "ANALYZE t, t" inside a transaction block. 6 years ago
variable.c Update copyright for 2019 7 years ago
view.c Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago