summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
1999-12-14>From what I gather, this should be a little cleaner because theBruce Momjian
1999-12-14Depending on my interpreting (and programming) skills, this might solveBruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-12I'm in TODO mood today ...Bruce Momjian
1999-12-12Meanwhile, database names with single quotes in names don't work very wellBruce Momjian
1999-12-10Added global variable to have RI triggers overrideJan Wieck
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-12-06Completed FOREIGN KEY syntax.Jan Wieck
1999-12-01Mention index name when reporting corruption.Bruce Momjian
1999-11-30Fix compile error on older patch.Bruce Momjian
1999-11-30create/alter user extensionBruce Momjian
1999-11-29Add permissions check: now one must be the Postgres superuser or theTom Lane
1999-11-28Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run inTom Lane
1999-11-27COPY to a relation should keep write lock till transaction commit.Tom Lane
1999-11-25Enable pg_statistic cache use.Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian