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 f9a726aa88 I've created a new shared catalog table pg_shdescription to store 20 years ago
..
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 22 years ago
aggregatecmds.c Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
alter.c Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME 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 I've created a new shared catalog table pg_shdescription to store 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 I've created a new shared catalog table pg_shdescription to store 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 I've created a new shared catalog table pg_shdescription to store 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 I've created a new shared catalog table pg_shdescription to store 20 years ago
vacuum.c Skip ambulkdelete scan if there's nothing to delete and the index is not 20 years ago
vacuumlazy.c Skip ambulkdelete scan if there's nothing to delete and the index is not 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