summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2000-02-15Silence gcc warning about uninitialized var.Tom Lane
2000-02-15Removed unused var to silence gcc warning.Tom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-13contrib-array.patchBruce Momjian
2000-02-132. trigger.c fails to compile due to a syntax error. It containsBruce Momjian
2000-02-09Ooops ... 'char c' can hold a char, but it can't hold EOF ...Tom Lane
2000-02-06Removed special hack causing ON UPDATE NO ACTION trigger toJan Wieck
2000-02-04Small bugfix for DROP TABLE if table is self-referenced byJan Wieck
2000-02-04Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-26Add:Bruce Momjian
2000-01-24Removed alter table drop column.Peter Eisentraut
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-22Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane
2000-01-20Cleanup vacuum names.Bruce Momjian
2000-01-20Bruce,Bruce Momjian
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-19Update vacuum comments.Bruce Momjian
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18Bruce,Bruce Momjian
2000-01-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-16Rearrange coding in COPY so that expansible string buffer for data beingTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-15Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-12RemoveFunction didn't defend against too many args.Tom Lane
2000-01-12Defend against > INDEX_MAX_KEYS keys in an index.Tom Lane
2000-01-12CommentProc was careless about too many arguments.Tom Lane
2000-01-11Another FUNC_MAX_ARGS tweak.Tom Lane
2000-01-11More cleanups. Still doesn't work.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN was not expected'Tom Lane
2000-01-09Another round of planner/optimizer work. This is just restructuring andTom Lane
2000-01-06Changed "triggered data change violation" detection codeJan Wieck
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-31Revise init_sequence so that it doesn't leak memory if the requestedTom Lane
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-29Update comment.Bruce Momjian
1999-12-29Update comments.Bruce Momjian
1999-12-21update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck
1999-12-20Required catalog changes for extended LONG attribute storage.Jan Wieck
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-16Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian
1999-12-14fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane
1999-12-14> From what I gather, this should be a little cleaner because theBruce Momjian