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