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
Alvaro Herrera dfa6081419 Fix tablespace handling for partitioned indexes 7 years ago
..
Makefile Implement multivariate n-distinct coefficients 9 years ago
aggregatecmds.c Improve spelling of new FINALFUNC_MODIFY aggregate attribute. 7 years ago
alter.c Post-feature-freeze pgindent run. 8 years ago
amcmds.c Update copyright for 2018 8 years ago
analyze.c Use slots more widely in tuple mapping code and make naming more consistent. 7 years ago
async.c Update copyright for 2018 8 years ago
cluster.c Refactor cluster_rel() to handle more options 7 years ago
collationcmds.c Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
comment.c Update copyright for 2018 8 years ago
constraint.c Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. 7 years ago
conversioncmds.c Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
copy.c Fix crash in multi-insert COPY 7 years ago
createas.c Create an RTE field to record the query's lock mode for each relation. 7 years ago
dbcommands.c Rename TransactionChain functions 8 years ago
define.c Update copyright for 2018 8 years ago
discard.c Rename TransactionChain functions 8 years ago
dropcmds.c Fix more wrong paths in header comments 7 years ago
event_trigger.c Correct constness of a few variables. 7 years ago
explain.c Fix issues around EXPLAIN with JIT. 7 years ago
extension.c Simplify static function in extension.c 7 years ago
foreigncmds.c Don't record FDW user mappings as members of extensions. 7 years ago
functioncmds.c Track procedure calls in pg_stat_user_functions 7 years ago
indexcmds.c Set pg_class.relhassubclass for partitioned indexes 7 years ago
lockcmds.c Post-feature-freeze pgindent run. 8 years ago
matview.c Indexes with INCLUDE columns and their support in B-tree 8 years ago
opclasscmds.c doc: Update uses of the word "procedure" 7 years ago
operatorcmds.c Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax 7 years ago
policy.c Create an RTE field to record the query's lock mode for each relation. 7 years ago
portalcmds.c Post-feature-freeze pgindent run. 8 years ago
prepare.c Revert MERGE patch 8 years ago
proclang.c Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
publicationcmds.c Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
schemacmds.c Replace AclObjectKind with ObjectType 8 years ago
seclabel.c Remove duplicated words split across lines in comments 7 years ago
sequence.c Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago
statscmds.c Post-feature-freeze pgindent run. 8 years ago
subscriptioncmds.c Split the SetSubscriptionRelState function into two 8 years ago
tablecmds.c Fix tablespace handling for partitioned indexes 7 years ago
tablespace.c Refactor dir/file permissions 8 years ago
trigger.c Remove obsolete pg_constraint.consrc column 7 years ago
tsearchcmds.c Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
typecmds.c Remove obsolete pg_constraint.consrc column 7 years ago
user.c Replace AclObjectKind with ObjectType 8 years ago
vacuum.c Add option SKIP_LOCKED to VACUUM and ANALYZE 7 years ago
vacuumlazy.c Improve autovacuum logging for aggressive and anti-wraparound runs 7 years ago
variable.c Turn transaction_isolation into GUC enum 7 years ago
view.c Fix event triggers for partitioned tables 7 years ago