summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* change reindex ERROR/NOTICE messageHiroshi Inoue2000-04-252-16/+19
* Check that user-specified opclass in CREATE INDEX corresponds to operatorsTom Lane2000-04-251-2/+41
* Produce an appropriate error message when opclass is not supported byTom Lane2000-04-231-37/+86
* 7.0 buffer manager can support different backends running with differentTom Lane2000-04-231-4/+7
* Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane2000-04-201-3/+3
* Correct error in rewriter that caused SELECT count(*) FROM viewTom Lane2000-04-201-19/+19
* Repair coredump seen when a view refers to an inheritance groupTom Lane2000-04-181-8/+3
* Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane2000-04-182-7/+12
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-162-454/+1250
* Allow COPY WITH OIDS to system OID values --- rely on unique indexes toTom Lane2000-04-161-15/+17
* Show failing OID in 'cache lookup failed' messages.Tom Lane2000-04-161-3/+3
* Show failing OID in 'cache lookup failed' messages.Tom Lane2000-04-161-2/+2
* get_relattval() should treat a NULL constant as a non-constant expression,Tom Lane2000-04-161-2/+3
* elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane2000-04-151-3/+4
* Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart2000-04-142-13/+44
* Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane2000-04-141-7/+1
* Repair bug reported by Wickstrom: backend would crash if WHERE clauseTom Lane2000-04-142-11/+51
* Fixed CREATE TYPE to recognize changed parsenodesJan Wieck2000-04-131-3/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12220-13198/+15998
* Fix assert with missing semicolonBruce Momjian2000-04-121-2/+2
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-104-131/+88
* The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian2000-04-101-1/+1
* Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue2000-04-101-3/+8
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-098-408/+900
* Further tweaking of indexscan cost estimates.Tom Lane2000-04-092-6/+18
* Add new pg_options.sample file.Bruce Momjian2000-04-082-2/+254
* Tweak TypeCategory to treat new BIT types as of STRING category, ratherTom Lane2000-04-081-1/+14
* Fix relcache refcount leakage when inv_drop is appliedTom Lane2000-04-081-3/+13
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-082-2/+942
* Add copyObject logic for TruncateStmt and a few other utility-statementTom Lane2000-04-081-17/+148
* Update create_rule manual page.Bruce Momjian2000-04-071-93/+360
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-077-180/+561
* Commebts & one check in EndEvalPlanQual().Vadim B. Mikheev2000-04-071-4/+10
* Fix (I hope) resource leakage in EvalPlanQual: open subplans must beTom Lane2000-04-071-1/+41
* Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.Tom Lane2000-04-072-33/+27
* Allow vacuum of temporary tablesBruce Momjian2000-04-061-3/+10
* Repair assert failure in tuple-chain-moving logic (introduced by yoursTom Lane2000-04-061-10/+26
* Actually, that still wasn't quite right. If we skip a query because ofTom Lane2000-04-041-24/+11
* Fix bug noted by Bruce: FETCH in an already-aborted transaction blockTom Lane2000-04-045-163/+114
* When rewriting an aggregate introduced into WHERE, allow agg argument toTom Lane2000-04-041-11/+14
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-045-131/+188
* Fix low-probability bug in relcache startup: write_irels wrote theTom Lane2000-03-311-4/+23
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-312-67/+35
* New coding for SET provoked a 'var might be used uninitialized' warningTom Lane2000-03-311-20/+11
* Enable more flexible syntax for the SET command. Now allows single floats,Thomas G. Lockhart2000-03-301-24/+94
* Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane2000-03-302-8/+10
* Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart2000-03-291-4/+13
* Allow full type names in CREATE FUNCTION arguments and return type.Thomas G. Lockhart2000-03-271-75/+156
* nodeAgg has always been willing to accept an aggregate with a finalFuncTom Lane2000-03-261-47/+56
* Updated user's guide to match new psql's output formatPeter Eisentraut2000-03-261-12/+15