summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-01-31Hmm, equalfuncs didn't know about SortClause or GroupClauseTom Lane
2000-01-29Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom Lane
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-28Patch from Hiroshi for overflow btree comparison.Bruce Momjian
2000-01-28Apply the heuristic proposed by Taral (see pgsql-general archives forTom Lane
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add include for float.h.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-25 as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian
2000-01-25Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.Tatsuo Ishii
2000-01-24Removed alter table drop column.Peter Eisentraut
2000-01-24Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut
2000-01-24First cut at making useful selectivity estimates for range queriesTom Lane
2000-01-24Update for index change. Semes it didn't work the first time.Bruce Momjian
2000-01-24Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian
2000-01-23Fix error messages for the lack of multi-byte support.Tatsuo Ishii
2000-01-23char_length()/octet_length for char() type now returns length ofTatsuo Ishii
2000-01-23Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane
2000-01-23First cut at unifying regular selectivity estimation with indexscanTom Lane
2000-01-23updated install filePeter Eisentraut
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-22Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane
2000-01-22Forgot to handle column length defaults in ALTER TABLE ADD COLUMN.Tom Lane
2000-01-20Added new pg_id to fix initdb problemsPeter Eisentraut
2000-01-20Cleanup vacuum names.Bruce Momjian
2000-01-20Bruce,Bruce Momjian
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-20Tweak includes to avoid compiler warning on HPUX.Tom Lane
2000-01-20Assign a typmod of -1 to unadorned CHAR and NUMERIC type specs. ThisTom Lane
2000-01-20Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,Tom Lane
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-19Update vacuum comments.Bruce Momjian
2000-01-19The latest source does not compile on Solaris 7 due toBruce Momjian
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-18Since this patch is not big I send it here instead. I do not have theBruce Momjian
2000-01-18Bruce,Bruce Momjian
2000-01-18Fix minor comple errorTatsuo Ishii
2000-01-18Fix minor comping errorsTatsuo Ishii
2000-01-18This corrects an error in current gram.y for ALTER TABLE ... ADDBruce Momjian
2000-01-18Remove compiler warningsTatsuo Ishii
2000-01-18Add builtin functions:Tatsuo Ishii
2000-01-18numeric_in accepts exponents; numeric to int4 rounds; float4/8 to numericTom Lane
2000-01-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-17Update subquery error message.Bruce Momjian
2000-01-17Add .cvsignore so cvs update doesn't complain about derivedTom Lane
2000-01-17Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane
2000-01-17Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue
2000-01-17Create a new parsetree node type, TypeCast, so that transformation ofTom Lane