summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2001-05-07Fix comment in file about 2*max_connections.Bruce Momjian
2001-05-07Fix remaining RI permission problems (cascaded update/delete, restrict,Peter Eisentraut
2001-05-07> Occasionally and without warning I get this from my daily vacuumBruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-04Makefile should have automatic dependency for parser.o too, if it'sTom Lane
2001-05-04Seems like we should not hold off cancel/die interrupts while we areTom Lane
2001-05-03Consolidate several near-identical uses of mktime() into a singleTom Lane
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian
2001-05-03Permission checking wasn't quite right for insert/update/delete rules,Tom Lane
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-05-03Permissions were not checked correctly when one view invokes another.Tom Lane
2001-05-01Allow a string argument to the EXTRACT() function.Thomas G. Lockhart
2001-04-30Suppress pull-up of subqueries that are in the nullable side of an outerTom Lane
2001-04-29Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii
2001-04-26Remove bogus Assert from AbsoluteTimeIsBefore(). (If you don't thinkTom Lane
2001-04-25Tweak nestloop costing to weight restart cost of inner path more heavily.Tom Lane
2001-04-23Send 'cd' output to /dev/null.Peter Eisentraut
2001-04-23compatible_oper needs to do ReleaseSysCache in one path to avoidTom Lane
2001-04-21Remove useless setuid() call, instead add a check that real and effectiveTom Lane
2001-04-19Add extern int optreset declaration, per bug report from <info@decc.nl>.Peter Eisentraut
2001-04-19Fix "off by VARHDRSZ" bug in (Cyrillic) recode support.Peter Eisentraut
2001-04-19Kluge solution for Alex Pilosov's report of problems with whole-tupleTom Lane
2001-04-19Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii
2001-04-18Further tweaking of error messages for cases involving attributes &Tom Lane
2001-04-18Make the world safe for passing whole rows of views to functions. ThisTom Lane
2001-04-18Make rule lister do the right thing with Vars representing whole tuples.Tom Lane