summaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAgeFilesLines
* This patch implements a different "relkind"Bruce Momjian2000-09-121-7/+22
* Previous patch backed out.Bruce Momjian2000-09-121-26/+65
* This patch is for the TODO itemBruce Momjian2000-09-121-30/+37
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-8/+8
* This is mostly the same as an earlier patch IBruce Momjian2000-08-291-5/+90
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-251-84/+98
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-211-2/+2
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-041-1/+9
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-3/+1
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-2/+2
* 'const' decorations are fine, but not when they're inserted withoutTom Lane2000-07-181-2/+2
* This should be a slighly more complete patch for commands/command.cBruce Momjian2000-07-151-4/+188
* 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