summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-04-16get_relattval() should treat a NULL constant as a non-constant expression,Tom Lane
2000-04-15elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane
2000-04-14Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart
2000-04-14Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane
2000-04-14Repair bug reported by Wickstrom: backend would crash if WHERE clauseTom Lane
2000-04-13Fixed CREATE TYPE to recognize changed parsenodesJan Wieck
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-12Fix assert with missing semicolonBruce Momjian
2000-04-10Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane
2000-04-10The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian
2000-04-10Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue
2000-04-09Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane
2000-04-09Further tweaking of indexscan cost estimates.Tom Lane
2000-04-08Add new pg_options.sample file.Bruce Momjian
2000-04-08Tweak TypeCategory to treat new BIT types as of STRING category, ratherTom Lane
2000-04-08Fix relcache refcount leakage when inv_drop is appliedTom Lane
2000-04-08Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart
2000-04-08Add copyObject logic for TruncateStmt and a few other utility-statementTom Lane
2000-04-07Update create_rule manual page.Bruce Momjian
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-04-07Commebts & one check in EndEvalPlanQual().Vadim B. Mikheev
2000-04-07Fix (I hope) resource leakage in EvalPlanQual: open subplans must beTom Lane
2000-04-07Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.Tom Lane
2000-04-06Allow vacuum of temporary tablesBruce Momjian
2000-04-06Repair assert failure in tuple-chain-moving logic (introduced by yoursTom Lane
2000-04-04Actually, that still wasn't quite right. If we skip a query because ofTom Lane
2000-04-04Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane
2000-04-04When rewriting an aggregate introduced into WHERE, allow agg argument toTom Lane
2000-04-04Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane
2000-03-31Fix low-probability bug in relcache startup: write_irels wrote theTom Lane
2000-03-31Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane
2000-03-31New coding for SET provoked a 'var might be used uninitialized' warningTom Lane
2000-03-30Enable more flexible syntax for the SET command. Now allows single floats,Thomas G. Lockhart
2000-03-30Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane
2000-03-29Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart
2000-03-27Allow full type names in CREATE FUNCTION arguments and return type.Thomas G. Lockhart
2000-03-26nodeAgg has always been willing to accept an aggregate with a finalFuncTom Lane
2000-03-26Updated user's guide to match new psql's output formatPeter Eisentraut
2000-03-24transformCreateStmt should put Ident nodes, not ColumnDef nodes, intoTom Lane
2000-03-24Save a few cycles in simple cases: no need to call cost_sort() when thereTom Lane
2000-03-24outfuncs.c was missing a print routine for Material plan nodes, leadingTom Lane
2000-03-24Rename bytea functions to not have upper-case letters in their names.Tom Lane
2000-03-23A little further tweaking of the range-query selectivity logic:Tom Lane
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
2000-03-23Hmm, absolute pathnames for the copy makes sense. I'll whip up thatBruce Momjian
2000-03-23Float-to-int conversion functions should return NULL when given NULLTom Lane
2000-03-23Remove no-longer-necessary restriction against uplevel correlation varsTom Lane
2000-03-23Hack parse_coerce so it won't try to constant-fold the dummy ConstTom Lane
2000-03-23ExecSubPlan needs to be able to cope with RelabelType nodes atop theTom Lane
2000-03-23If we cannot get a real estimate for the selectivity of a range query,Tom Lane