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 cd03c6e94b
Let ALTER TABLE Phase 2 routines manage the relation pointer
5 years ago
..
Makefile Split copy.c into four files. 5 years ago
aggregatecmds.c Update copyright for 2021 5 years ago
alter.c Update copyright for 2021 5 years ago
amcmds.c Fix some typos, grammar and style in docs and comments 5 years ago
analyze.c Use pre-fetching for ANALYZE 5 years ago
async.c Remove server and libpq support for old FE/BE protocol version 2. 5 years ago
cluster.c Refactor option handling of CLUSTER, REINDEX and VACUUM 5 years ago
collationcmds.c Validate the OID argument of pg_import_system_collations(). 5 years ago
comment.c Update copyright for 2021 5 years ago
constraint.c Pass down "logically unchanged index" hint. 5 years ago
conversioncmds.c Update copyright for 2021 5 years ago
copy.c Update copyright for 2021 5 years ago
copyfrom.c Add support for more progress reporting in COPY 5 years ago
copyfromparse.c Remove server and libpq support for old FE/BE protocol version 2. 5 years ago
copyto.c Add support for more progress reporting in COPY 5 years ago
createas.c Update copyright for 2021 5 years ago
dbcommands.c Update copyright for 2021 5 years ago
define.c Update copyright for 2021 5 years ago
discard.c Update copyright for 2021 5 years ago
dropcmds.c Update copyright for 2021 5 years ago
event_trigger.c Update copyright for 2021 5 years ago
explain.c Add TID Range Scans to support efficient scanning ranges of TIDs 5 years ago
extension.c Add mbverifystr() functions specific to each encoding. 5 years ago
foreigncmds.c Update copyright for 2021 5 years ago
functioncmds.c Re-implement pl/pgsql's expression and assignment parsing. 5 years ago
indexcmds.c Remove StoreSingleInheritance reimplementation 5 years ago
lockcmds.c Update copyright for 2021 5 years ago
matview.c Enable parallelism in REFRESH MATERIALIZED VIEW. 5 years ago
opclasscmds.c Update copyright for 2021 5 years ago
operatorcmds.c Update copyright for 2021 5 years ago
policy.c Update copyright for 2021 5 years ago
portalcmds.c Update copyright for 2021 5 years ago
prepare.c Improve performance of repeated CALLs within plpgsql procedures. 5 years ago
proclang.c Update copyright for 2021 5 years ago
publicationcmds.c Update copyright for 2021 5 years ago
schemacmds.c Update copyright for 2021 5 years ago
seclabel.c Update copyright for 2021 5 years ago
sequence.c Update copyright for 2021 5 years ago
statscmds.c Disallow CREATE STATISTICS on system catalogs 5 years ago
subscriptioncmds.c Use errmsg_internal for debug messages 5 years ago
tablecmds.c Let ALTER TABLE Phase 2 routines manage the relation pointer 5 years ago
tablespace.c Prevent drop of tablespaces used by partitioned relations 5 years ago
trigger.c Fix use-after-free bug with AfterTriggersTableData.storeslot 5 years ago
tsearchcmds.c Update copyright for 2021 5 years ago
typecmds.c Update copyright for 2021 5 years ago
user.c Update copyright for 2021 5 years ago
vacuum.c ReadNewTransactionId() -> ReadNextTransactionId(). 5 years ago
variable.c Update copyright for 2021 5 years ago
view.c Update copyright for 2021 5 years ago