summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-04-25change reindex ERROR/NOTICE messageHiroshi Inoue
2000-04-25Check that user-specified opclass in CREATE INDEX corresponds to operatorsTom Lane
2000-04-23Produce an appropriate error message when opclass is not supported byTom Lane
2000-04-237.0 buffer manager can support different backends running with differentTom Lane
2000-04-20Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane
2000-04-20Correct error in rewriter that caused SELECT count(*) FROM viewTom Lane
2000-04-18Repair coredump seen when a view refers to an inheritance groupTom Lane
2000-04-18Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane
2000-04-16Add new selectivity estimation functions for pattern-matching operatorsTom Lane
2000-04-16Allow COPY WITH OIDS to system OID values --- rely on unique indexes toTom Lane
2000-04-16Show failing OID in 'cache lookup failed' messages.Tom Lane
2000-04-16Show failing OID in 'cache lookup failed' messages.Tom Lane
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