summaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
AgeCommit message (Expand)Author
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-04Disallow CLOSE of reserved system portal names.Tom Lane
2000-05-30Added header files required for ALTER TABLE DROP COLUMNHiroshi Inoue
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-09Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue
2000-02-15Removed unused var to silence gcc warning.Tom Lane
2000-02-04Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-26Add:Bruce Momjian
2000-01-24Removed alter table drop column.Peter Eisentraut
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
1999-12-20Required catalog changes for extended LONG attribute storage.Jan Wieck
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-14fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-09-04Remove no-longer-needed code to update temprel's copy ofTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-04-13Fix adding columns to a temp table.Bruce Momjian
1999-03-30Small cleanups.Bruce Momjian
1999-03-23cleanupsBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-02-24Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-08Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-15Initial MVCC code.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian