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