summaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-271-19/+41
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-3/+2
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-13/+13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-11/+10
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-231-2/+2
* Keep relations open until they are no longer needed.Hiroshi Inoue2001-01-081-2/+3
* Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.Tom Lane2001-01-071-91/+39
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-221-4/+3
* From Stephan Szabo:Tom Lane2000-12-051-15/+22
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-88/+107
* Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()Hiroshi Inoue2000-11-141-3/+2
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-16/+4
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-3/+7
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-21/+4
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-16/+14
* This is a stupid garden variety bug and I'm not sure why I didn't catchBruce Momjian2000-10-101-4/+7
* Add proofreader's changes to docs.Bruce Momjian2000-10-051-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-6/+7
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-308/+302
* This patch implements the following command:Bruce Momjian2000-09-121-1/+66
* 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