aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAge
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* This is mostly the same as an earlier patch IBruce Momjian2000-08-29
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-25
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-21
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-04
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-03
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* 'const' decorations are fine, but not when they're inserted withoutTom Lane2000-07-18
* This should be a slighly more complete patch for commands/command.cBruce Momjian2000-07-15
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck2000-07-05
* Small fix for ALTER TABLE xxx* ADD COLUMN ...Jan Wieck2000-07-05
* Automatically create toast tables on ALTER TABLE ... ADD COLUMNJan Wieck2000-07-05
* Bugfix in ALTER TABLE CREATE TOAST TABLEJan Wieck2000-07-05
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* TOASTJan Wieck2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Disallow CLOSE of reserved system portal names.Tom Lane2000-06-04
* Added header files required for ALTER TABLE DROP COLUMNHiroshi Inoue2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* Removed unused var to silence gcc warning.Tom Lane2000-02-15
* Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck2000-02-04
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Removed alter table drop column.Peter Eisentraut2000-01-24
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-16
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane1999-12-14
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Remove no-longer-needed code to update temprel's copy ofTom Lane1999-09-04
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15