summaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAgeFilesLines
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-1997/+0
* Fix comment dashes.Bruce Momjian2002-04-141-5/+3
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-12/+14
* Add mention of function CREATE INDEX usage.Bruce Momjian2002-04-111-9/+9
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-021-299/+1
* Add tgconstrrelid to stored Trigger structures, make RI trigger functionsTom Lane2002-04-011-16/+12
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-011-39/+315
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-11/+19
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-6/+6
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-146/+111
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-61/+57
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-6/+5
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-3/+7
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-80/+75
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-11/+103
* The attached patch changes ALTER TABLE OWNER to also change theBruce Momjian2002-03-141-4/+13
* Modify ALTER TABLE OWNER to change index ownership; code cleanup.Bruce Momjian2002-03-061-39/+74
* Change made to elog:Bruce Momjian2002-03-061-9/+9
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-20/+75
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+2
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-45/+35
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-24/+30
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-88/+11
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-141-2/+16
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-031-3/+8
* Remove now-dead code for processing CONSTR_UNIQUE nodes inTom Lane2001-12-041-173/+7
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-29/+22
* Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian2001-10-311-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-419/+473
* Fix foreign keys on system columns.Tom Lane2001-10-231-164/+22
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-121-187/+178
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-2/+2
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-071-5/+156
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-4/+4
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-39/+45
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-101-20/+31
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-041-94/+17
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-041-17/+94
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-2/+2
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-2/+2
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-29/+19
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-44/+14
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-071-1/+13
* These patches should fix check constraints not inheritingBruce Momjian2001-05-301-1/+32
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-301-4/+65
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-3/+4
* Enhancement of SPI to get access to portalsJan Wieck2001-05-211-3/+5
* This patch should catch cases where the typesBruce Momjian2001-05-091-1/+32