summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-02-15Remove long-dead code.Tom Lane
2000-02-15Fix missing lfirst() in ListTableAsAttrs(). This codeTom Lane
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Silence gcc warning about uninitialized var.Tom Lane
2000-02-15Removed unused var to silence gcc warning.Tom Lane
2000-02-15Repair bogus rule display of attr lists.Tom Lane
2000-02-15Remove some // comments, which are not ANSI C last I heard.Tom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-15Add "DEC" as synonym for "DECIMAL".Thomas G. Lockhart
2000-02-15Recognize special case of POSIX time zone: "GMT+8" and "GMT-8".Thomas G. Lockhart
2000-02-15Fix up error and log messages.Thomas G. Lockhart
2000-02-13contrib-array.patchBruce Momjian
2000-02-132. trigger.c fails to compile due to a syntax error. It containsBruce Momjian
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-09Enable backward sequential scan even after reaching EOF.Hiroshi Inoue
2000-02-09Ooops ... 'char c' can hold a char, but it can't hold EOF ...Tom Lane
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-02-07Mask removal of network_ops in 7.0.Bruce Momjian
2000-02-07Enabled MATCH <unspecified>Jan Wieck
2000-02-07Added complete MATCH <unspecified> support contributed by Don Baccus.Jan Wieck
2000-02-07Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane
2000-02-07Remove ugly call ImmediateSharedRelationCacheInvalidate()Hiroshi Inoue
2000-02-06Removed special hack causing ON UPDATE NO ACTION trigger toJan Wieck
2000-02-06Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane
2000-02-05Replace nth() calls in inner loops with traversal of the list viaTom Lane
2000-02-05Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handleTom Lane
2000-02-05Enabling automatic primary key detection for self-referencingJan Wieck
2000-02-04Small bugfix for DROP TABLE if table is self-referenced byJan Wieck
2000-02-04Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo).Jan Wieck
2000-02-04Squash longstanding memory leak: when catcache.c copied a tuple intoTom Lane
2000-02-03Make EXPLAIN results for Append, Group, Agg, Unique nodes more plausible.Tom Lane
2000-02-03Repair relation refcount leakage caused by SELECT FOR UPDATE.Tom Lane
2000-02-02Inconsistency in CREATE CONSTRAINT TRIGGER with theJan Wieck
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
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