summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Even after the great date/time consolidation, TypeCategory() was stillTom Lane
2000-02-19Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.Tom Lane
2000-02-18Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-02-17Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane
2000-02-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-15Fix up tabbing for _int8 entry.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-09I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-02-07Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane
2000-02-06Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane
2000-02-05Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handleTom Lane
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-29Delete unused and long-dead header file.Tom Lane
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Remove duplicate extern declaration.Tom Lane
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-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-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-22Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18Add builtin functions:Tatsuo Ishii
2000-01-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-17Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane
2000-01-17Hmm, numeric array type was missing too. Added.Tom Lane
2000-01-17Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue
2000-01-17Update unused_oids script so it works with non-GNU awk --- /* ... */Tom Lane
2000-01-17Apparently, no one's ever used float4abs(), because it's got incorrectTom Lane
2000-01-17Create a new parsetree node type, TypeCast, so that transformation ofTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut