aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
Commit message (Expand)AuthorAge
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian2001-10-31
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix foreign keys on system columns.Tom Lane2001-10-23
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-10
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-04
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-04
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-07
* These patches should fix check constraints not inheritingBruce Momjian2001-05-30
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-30
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Enhancement of SPI to get access to portalsJan Wieck2001-05-21
* This patch should catch cases where the typesBruce Momjian2001-05-09
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Tweak portal (cursor) code so that it will not call the executor againTom Lane2001-02-27
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-23
* 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