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
David Rowley eb53ff5517 Fix overly large values/nulls arrays 9 months ago
..
Makefile Move LSN waiting declarations and definitions to better place 11 months ago
aggregatecmds.c Fix incorrect source filename references 9 months ago
alter.c In REASSIGN OWNED of a database, lock the tuple as mandated. 9 months ago
amcmds.c Fix typos and duplicate words 1 year ago
analyze.c Remove unused #include's from backend .c files 11 months ago
async.c Use more consistently int64 for page numbers in SLRU-related code 1 year ago
cluster.c Remove unused #include's from backend .c files 11 months ago
collationcmds.c Remove lc_collate_is_c(). 1 year ago
comment.c Update copyright for 2024 2 years ago
constraint.c Add missing index_insert_cleanup calls 1 year ago
conversioncmds.c Remove unused #include's from backend .c files 2 years ago
copy.c Introduce CompactAttribute array in TupleDesc, take 2 9 months ago
copyfrom.c Remove useless casts to (void *) 10 months ago
copyfromparse.c Remove unused #include's from backend .c files 11 months ago
copyto.c Simplify executor's determination of whether to use parallelism. 9 months ago
createas.c Simplify executor's determination of whether to use parallelism. 9 months ago
dbcommands.c For inplace update durability, make heap_update() callers wait. 12 months ago
define.c Fix incorrect source filename references 9 months ago
discard.c Update copyright for 2024 2 years ago
dropcmds.c Remove unused #include's from backend .c files 2 years ago
event_trigger.c Fix overly large values/nulls arrays 9 months ago
explain.c Enable BUFFERS with EXPLAIN ANALYZE by default 9 months ago
extension.c Simplify executor's determination of whether to use parallelism. 9 months ago
foreigncmds.c Remove useless casts to (void *) 10 months ago
functioncmds.c Fix typo in comment of compute_return_type() in functioncmds.c 9 months ago
indexcmds.c Remove useless casts to (void *) 10 months ago
lockcmds.c Remove useless casts to (void *) 10 months ago
matview.c Simplify executor's determination of whether to use parallelism. 9 months ago
meson.build Move LSN waiting declarations and definitions to better place 11 months ago
opclasscmds.c Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 9 months ago
operatorcmds.c Fix incorrect source filename references 9 months ago
policy.c Remove useless casts to (void *) 10 months ago
portalcmds.c Simplify executor's determination of whether to use parallelism. 9 months ago
prepare.c Simplify executor's determination of whether to use parallelism. 9 months ago
proclang.c Remove unused #include's from backend .c files 2 years ago
publicationcmds.c Ensure stored generated columns must be published when required. 9 months ago
schemacmds.c Update copyright for 2024 2 years ago
seclabel.c Update copyright for 2024 2 years ago
sequence.c Repair pg_upgrade for identity sequences with non-default persistence. 1 year ago
statscmds.c Initialize variables to placate compiler. 2 years ago
subscriptioncmds.c Change the default value of the streaming option to 'parallel'. 11 months ago
tablecmds.c Introduce CompactAttribute array in TupleDesc, take 2 9 months ago
tablespace.c Remove useless casts to (void *) 10 months ago
trigger.c Fix unnecessary casts of copyObject() result 11 months ago
tsearchcmds.c Remove unused #include's from backend .c files 2 years ago
typecmds.c Fix incorrect source filename references 9 months ago
user.c Assign error codes where missing for user-facing failures 1 year ago
vacuum.c Remove useless casts to (void *) 10 months ago
vacuumparallel.c Fix use-after-free in parallel_vacuum_reset_dead_items 9 months ago
variable.c Fix comments of GUC hooks for timezone_abbreviations 9 months ago
view.c Reduce variable scope and possibly useless palloc 11 months ago