aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAge
* Keep relations open until they are no longer needed.Hiroshi Inoue2001-01-08
* Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.Tom Lane2001-01-07
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* From Stephan Szabo:Tom Lane2000-12-05
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()Hiroshi Inoue2000-11-14
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Remove NO_SECURITY define.Bruce Momjian2000-10-16
* This is a stupid garden variety bug and I'm not sure why I didn't catchBruce Momjian2000-10-10
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* This patch implements the following command:Bruce Momjian2000-09-12
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* Previous patch backed out.Bruce Momjian2000-09-12
* This patch is for the TODO itemBruce Momjian2000-09-12
* 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