aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix low-probability bug in relcache startup: write_irels wrote theTom Lane2000-03-31
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* New coding for SET provoked a 'var might be used uninitialized' warningTom Lane2000-03-31
* Enable more flexible syntax for the SET command. Now allows single floats,Thomas G. Lockhart2000-03-30
* Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane2000-03-30
* Change rules for interpreting date/time input to disallow 1 and 3 characterThomas G. Lockhart2000-03-29
* Allow full type names in CREATE FUNCTION arguments and return type.Thomas G. Lockhart2000-03-27
* nodeAgg has always been willing to accept an aggregate with a finalFuncTom Lane2000-03-26
* Updated user's guide to match new psql's output formatPeter Eisentraut2000-03-26
* transformCreateStmt should put Ident nodes, not ColumnDef nodes, intoTom Lane2000-03-24
* Save a few cycles in simple cases: no need to call cost_sort() when thereTom Lane2000-03-24
* outfuncs.c was missing a print routine for Material plan nodes, leadingTom Lane2000-03-24
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-24
* A little further tweaking of the range-query selectivity logic:Tom Lane2000-03-23
* >> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian2000-03-23
* Hmm, absolute pathnames for the copy makes sense. I'll whip up thatBruce Momjian2000-03-23
* Float-to-int conversion functions should return NULL when given NULLTom Lane2000-03-23
* Remove no-longer-necessary restriction against uplevel correlation varsTom Lane2000-03-23
* Hack parse_coerce so it won't try to constant-fold the dummy ConstTom Lane2000-03-23
* ExecSubPlan needs to be able to cope with RelabelType nodes atop theTom Lane2000-03-23
* If we cannot get a real estimate for the selectivity of a range query,Tom Lane2000-03-23
* Improve selectivity estimation involving string constants: pay attentionTom Lane2000-03-23
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-22
* Add syntax for BIT() and BIT VARYING(), but no underlying implementationThomas G. Lockhart2000-03-21
* Restructure planning code so that preprocessing of targetlist and qualsTom Lane2000-03-21
* Correct typo in error message.Tom Lane2000-03-21
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-20
* Turn XLOG off (do not create log file).Vadim B. Mikheev2000-03-20
* Emit 'this operator is deprecated' warnings for ':' and ';'.Tom Lane2000-03-20
* Update for BYTEAOID.Bruce Momjian2000-03-20
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* Add FORCE keyword to ColIDHiroshi Inoue2000-03-20
* cash_words_out function truncated its output by 1 character due toTom Lane2000-03-19
* Several calls to StrNCpy incorrectly subtracted 1 from the length arg,Tom Lane2000-03-19
* Minor code rearrangement & doc improvement in eval_const_expressions().Tom Lane2000-03-19
* transformExpr() did the Wrong Thing if applied to a SubLink node thatTom Lane2000-03-19
* Another go-round with resolution of ambiguous functions and operators.Tom Lane2000-03-19
* In can_coerce_type, verify that a possible type-coercion functionTom Lane2000-03-19
* Improve error message wording in unary_op_error() --- suggest thatTom Lane2000-03-18
* Clean up minor compiler warnings.Tom Lane2000-03-18
* Modify lexing of multi-char operators per pghackers discussion aroundTom Lane2000-03-18
* Just noticed that the grammar actually has no provision for '+' as aTom Lane2000-03-18
* Add translation of timespan to interval.Bruce Momjian2000-03-18
* Add safety check on expression nesting depth. Default value is set byTom Lane2000-03-17
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart2000-03-16
* Turns out that Mazurkiewicz's gripe about 'function inheritance' isTom Lane2000-03-16
* Fix some (more) problems with subselects in rules. Rewriter failed toTom Lane2000-03-16
* Hi,Bruce Momjian2000-03-16
* Update comment obsoleted by Thomas's latest fixes.Tom Lane2000-03-15