summaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-6/+15
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-10/+11
* Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck2000-07-051-6/+39
* Small fix for ALTER TABLE xxx* ADD COLUMN ...Jan Wieck2000-07-051-3/+7
* Automatically create toast tables on ALTER TABLE ... ADD COLUMNJan Wieck2000-07-051-1/+21
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-051-35/+48
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-33/+48
* TOASTJan Wieck2000-07-031-2/+156
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-46/+20
* Final #include cleanup.Bruce Momjian2000-06-151-6/+1
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-17/+1
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-1/+17
* Disallow CLOSE of reserved system portal names.Tom Lane2000-06-041-1/+6
* Added header files required for ALTER TABLE DROP COLUMNHiroshi Inoue2000-05-301-1/+6
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-15/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-2/+2
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-10/+15
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-7/+13
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-234/+254
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-091-1/+380
* Removed unused var to silence gcc warning.Tom Lane2000-02-151-2/+2
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-041-3/+92
* A few minor psql enhancementsPeter Eisentraut2000-01-291-9/+6
* Add:Bruce Momjian2000-01-261-2/+3
* Removed alter table drop column.Peter Eisentraut2000-01-241-198/+2
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-12/+215
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-18/+238
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-201-1/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane1999-12-141-4/+4
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-3/+4
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-41/+22
* Remove no-longer-needed code to update temprel's copy ofTom Lane1999-09-041-8/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+5
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-7/+7
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-13/+13
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Fix adding columns to a temp table.Bruce Momjian1999-04-131-1/+10
* Small cleanups.Bruce Momjian1999-03-301-4/+3
* cleanupsBruce Momjian1999-03-231-3/+2
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-2/+2