summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Repair bogus rule display of attr lists.Tom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-15Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".Thomas G. Lockhart
2000-02-13contrib-array.patchBruce Momjian
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-02-07Added complete MATCH <unspecified> support contributed by Don Baccus.Jan Wieck
2000-02-04Squash longstanding memory leak: when catcache.c copied a tuple intoTom Lane
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-29Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom 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-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-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-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-20Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,Tom Lane
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-18Fix minor comple errorTatsuo Ishii
2000-01-18Fix minor comping errorsTatsuo Ishii
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-15Clean up problems with rounding/overflow code in NUMERIC, particularlyTom Lane
2000-01-15Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-13Add UDC (User Defined Characters) support to SJIS/EUC_JP conversionTatsuo Ishii
2000-01-11More cleanups.Bruce Momjian
2000-01-11Remove outdated comment about 8 arguments.Tom Lane
2000-01-10Update type stuff.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
2000-01-10More updates for function call interface > 8.Bruce Momjian
2000-01-10Update fmgr to allow 32 arguments.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
2000-01-10Improve cache invalidation handling. EespeciallyHiroshi Inoue
2000-01-10Fix oid8in and int28in for spacesBruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian