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
Bruce Momjian 77bb65d3fc Revert based on Tom's recommendation: 20 years ago
..
Makefile
aggregatecmds.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
alter.c Standard pgindent run for 8.1. 20 years ago
analyze.c Update random() usage so ranges are inclusive/exclusive as required. 20 years ago
async.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
cluster.c Tweak indexscan machinery to avoid taking an AccessShareLock on an index 20 years ago
comment.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
conversioncmds.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
copy.c Prevent COPY from using newline or carriage return as delimiter or null. 20 years ago
dbcommands.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
define.c Standard pgindent run for 8.1. 20 years ago
explain.c Improve my initial, rather hacky implementation of joins to append 20 years ago
functioncmds.c Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 20 years ago
indexcmds.c Change search for default operator classes so that it examines all opclasses 20 years ago
lockcmds.c Standard pgindent run for 8.1. 20 years ago
opclasscmds.c Document that CREATE OPERATOR CLASS amounts to granting public execute 20 years ago
operatorcmds.c Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 20 years ago
portalcmds.c Add a new system view, pg_cursors, that displays the currently available 20 years ago
prepare.c Add a new system view, pg_cursors, that displays the currently available 20 years ago
proclang.c Standard pgindent run for 8.1. 20 years ago
schemacmds.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
sequence.c Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 20 years ago
tablecmds.c Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY 20 years ago
tablespace.c It turns out that TablespaceCreateDbspace fails badly if a relcache flush 20 years ago
trigger.c Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
typecmds.c Require the issuer of CREATE TYPE to own the functions mentioned in the 20 years ago
user.c DROP IF EXISTS for ROLE/USER/GROUP 20 years ago
vacuum.c Revert based on Tom's recommendation: 20 years ago
vacuumlazy.c Revert based on Tom's recommendation: 20 years ago
variable.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
view.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago