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 5015e1e1b5 Assorted examples of expanded type-safer palloc/pg_malloc API 3 years ago
..
Makefile Move parallel vacuum code to vacuumparallel.c. 4 years ago
aggregatecmds.c Update copyright for 2022 4 years ago
alter.c Ensure that pg_auth_members.grantor is always valid. 3 years ago
amcmds.c Update copyright for 2022 4 years ago
analyze.c Invent qsort_interruptible(). 3 years ago
async.c Revert the addition of GetMaxBackends() and related stuff. 3 years ago
cluster.c Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
collationcmds.c Pre-beta mechanical code beautification. 3 years ago
comment.c Update copyright for 2022 4 years ago
constraint.c Update copyright for 2022 4 years ago
conversioncmds.c Update copyright for 2022 4 years ago
copy.c Reject MERGE in CTEs and COPY 3 years ago
copyfrom.c Further reduce warnings with -Wshadow=compatible-local 3 years ago
copyfromparse.c Fix typo in comment. 3 years ago
copyto.c Pre-beta mechanical code beautification. 3 years ago
createas.c In extensions, don't replace objects not belonging to the extension. 3 years ago
dbcommands.c Fix ICU locale option handling in CREATE DATABASE 3 years ago
define.c Improve two comments related to a boolean DefElem's value 3 years ago
discard.c Update copyright for 2022 4 years ago
dropcmds.c Use list_copy_head() instead of list_truncate(list_copy(...), ...) 3 years ago
event_trigger.c Ensure that pg_auth_members.grantor is always valid. 3 years ago
explain.c Revert SQL/JSON features 3 years ago
extension.c Fix missed corner cases for grantable permissions on GUCs. 3 years ago
foreigncmds.c In extensions, don't replace objects not belonging to the extension. 3 years ago
functioncmds.c More -Wshadow=compatible-local warning fixes 3 years ago
indexcmds.c Assorted examples of expanded type-safer palloc/pg_malloc API 3 years ago
lockcmds.c Add support for security invoker views. 4 years ago
matview.c Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
opclasscmds.c Fix DDL deparse of CREATE OPERATOR CLASS 3 years ago
operatorcmds.c Update copyright for 2022 4 years ago
policy.c Add construct_array_builtin, deconstruct_array_builtin 3 years ago
portalcmds.c Update copyright for 2022 4 years ago
prepare.c Assorted examples of expanded type-safer palloc/pg_malloc API 3 years ago
proclang.c Update copyright for 2022 4 years ago
publicationcmds.c Avoid using list_length() to test for empty list. 3 years ago
schemacmds.c In extensions, don't replace objects not belonging to the extension. 3 years ago
seclabel.c Allow granting SET and ALTER SYSTEM privileges on GUC parameters. 3 years ago
sequence.c In extensions, don't replace objects not belonging to the extension. 3 years ago
statscmds.c Avoid using list_length() to test for empty list. 3 years ago
subscriptioncmds.c Raise a warning if there is a possibility of data from multiple origins. 3 years ago
tablecmds.c Fix GetForeignKey*Triggers for self-referential FKs 3 years ago
tablespace.c Replace pgwin32_is_junction() with lstat(). 3 years ago
trigger.c Fix typo in 16d69ec29 3 years ago
tsearchcmds.c Add Boolean node 4 years ago
typecmds.c Avoid using list_length() to test for empty list. 3 years ago
user.c Allow grant-level control of role inheritance behavior. 3 years ago
vacuum.c Derive freeze cutoff from nextXID, not OldestXmin. 3 years ago
vacuumparallel.c Use logical operator && instead of & in vacuumparallel.c. 3 years ago
variable.c Update copyright for 2022 4 years ago
view.c In extensions, don't replace objects not belonging to the extension. 3 years ago