summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-05-22I found the answer to this: the partition had filled up, and so the problemBruce Momjian
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-22The Watcom preprocessor adds a space at the start of each line. ThereforeBruce Momjian
2001-05-21Print error on SELECT tab FROM tab:Bruce Momjian
2001-05-21Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-05-20Modify optimizer data structures so that IndexOptInfo lists built forTom Lane
2001-05-19Make sure fmgr_info() fills in fn_oid last, so that no partiallyPeter Eisentraut
2001-05-19Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut
2001-05-19Comment additions in parser.Bruce Momjian
2001-05-19Move ParserFuncOrColumn function higher in the file.Bruce Momjian
2001-05-19New comment. This func/column things has always confused me.Bruce Momjian
2001-05-18Undo \dT change. Not worth it.Bruce Momjian
2001-05-18Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian
2001-05-18Small code cleanups,formatting.Bruce Momjian
2001-05-18Suppress compiler warnings about pid_t vs int.Tom Lane
2001-05-17Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian
2001-05-17Spacing cleanup.Bruce Momjian
2001-05-17Small cleanup of spacing.Bruce Momjian
2001-05-17Replace poorly-coded vac_find_eq routine with call to standard bsearchTom Lane
2001-05-16Add missing paren.Bruce Momjian
2001-05-16Repair race condition introduced into heap_update() in 7.1 ---Tom Lane
2001-05-15Add missing dlfcn.h includes. Fix "" vs <>.Peter Eisentraut
2001-05-15Remove unnecessary EvalPlanQual support code --- since this plan nodeTom Lane
2001-05-15we found a problem in GiST with massive insert/update operationsBruce Momjian
2001-05-15Re-add pg_index.indhaskeytype.Bruce Momjian
2001-05-15Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian
2001-05-15Some badly needed documentation about EvalPlanQual.Tom Lane
2001-05-15EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane
2001-05-14Small include file fix for pg_variabie.hBruce Momjian
2001-05-14Pg_varaiable removal cleanup found from regression.Bruce Momjian
2001-05-14Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian
2001-05-14Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-14Current implementation of FOR UPDATE has no hope of working correctlyTom Lane
2001-05-12Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-05-10Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane
2001-05-09First cut at making indexscan cost estimates depend on correlationTom Lane
2001-05-09I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian
2001-05-09 This patch should catch cases where the typesBruce Momjian
2001-05-09Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian
2001-05-09Use ColId instead of Ident for SET SESSION AUTHORIZATION.Peter Eisentraut
2001-05-09Cause planner to make use of average-column-width statistic that is nowTom Lane
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-08Append and SubqueryScan nodes were not passing changed-parameter signals downTom Lane
2001-05-08Need to factor out strdup.o for separate treatment since it's in aPeter Eisentraut
2001-05-08Small cleanup.Bruce Momjian
2001-05-08Add newlines around debug output in optimizer showing total costs.Bruce Momjian