summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-10Improve default compile ops.Bruce Momjian
2000-02-10Add no CVS to make_mkid.Bruce Momjian
2000-02-10Prevent tags files in cvs directory.Bruce Momjian
2000-02-09Here is the patch to add plperl to droplang.Bruce Momjian
2000-02-09I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian
2000-02-09Enable backward sequential scan even after reaching EOF.Hiroshi Inoue
2000-02-09Fixed broken initdb --show patchPeter Eisentraut
2000-02-09Ooops ... 'char c' can hold a char, but it can't hold EOF ...Tom Lane
2000-02-08 yesterday I had a problem with initdb. I set bad environment valuesBruce Momjian
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
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-07Disable/reenable triggers for data only dump.Jan Wieck
2000-02-07Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane
2000-02-07change copyright year 1999->2000Tatsuo Ishii
2000-02-07Allow SELECT .. FOR UPDATE in PL/pgSQL.Hiroshi Inoue
2000-02-07Remove ugly call ImmediateSharedRelationCacheInvalidate()Hiroshi Inoue
2000-02-06Removed special hack causing ON UPDATE NO ACTION trigger toJan Wieck
2000-02-06Solaris has always had problems with 1947 in theBruce Momjian
2000-02-06Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane
2000-02-06Fix a bug when specfying -D option.Tatsuo Ishii
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-05Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii
2000-02-05Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii
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-04Made prototypes for yyerror() consistent with Bruce's last changesJan 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-02-02*** empty log message ***Peter Eisentraut
2000-01-31Fixed bug in NO ACTION trigger proc entries.Jan 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-30Added numeric and int8 types.Byron Nikolaidis
2000-01-29Delete unused and long-dead header file.Tom Lane
2000-01-29Modify uses of RelationFlushRelation and RelationCacheInvalidate so thatTom Lane
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-29Attached is a uuencoded tarball that containsBruce Momjian
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-27*** empty log message ***Michael Meskes
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-27fix for compile.Bruce Momjian