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
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 24 years ago
aggregatecmds.c pgindent run. 24 years ago
analyze.c Tighten selection of equality and ordering operators for grouping 23 years ago
async.c Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 23 years ago
cluster.c Prevent clustering on incomplete indexes: partial indexes are verboten, 23 years ago
comment.c This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
conversioncmds.c Fix permissions-checking bugs and namespace-search-path bugs in 23 years ago
copy.c Determine the set of constraints applied to a domain at executor 23 years ago
dbcommands.c Get rid of last few unadorned 'permission denied' messages. 23 years ago
define.c Provide an upgrade strategy for dump files containing functions declared 24 years ago
explain.c Restructure parsetree representation of DECLARE CURSOR: now it's a 23 years ago
functioncmds.c Remove restriction that cast functions cannot be volatile. This 23 years ago
indexcmds.c Fix obsolete error message (isImmutable doesn't exist). 23 years ago
lockcmds.c pgindent run. 24 years ago
opclasscmds.c Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
operatorcmds.c pgindent run. 24 years ago
portalcmds.c Restructure parsetree representation of DECLARE CURSOR: now it's a 23 years ago
prepare.c Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from 23 years ago
proclang.c Provide an upgrade strategy for dump files containing functions declared 24 years ago
schemacmds.c More cleanup of userid to be AclId rather than Oid. 23 years ago
sequence.c Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X 23 years ago
tablecmds.c Code for WITHOUT OIDS. 23 years ago
trigger.c Create a distinction between Lists of integers and Lists of OIDs, to get 23 years ago
typecmds.c Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 23 years ago
user.c Get rid of last few unadorned 'permission denied' messages. 23 years ago
vacuum.c Reimplement free-space-map management as per recent discussions. 23 years ago
vacuumlazy.c Reimplement free-space-map management as per recent discussions. 23 years ago
variable.c Fix assign_session_authorization() to not be confused by all-numeric 23 years ago
view.c Code review for ON COMMIT patch. Make the actual on-commit action happen 23 years ago