| Age | Commit message (Expand) | Author |
| 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 |
| 2000-01-16 | Rearrange coding in COPY so that expansible string buffer for data being | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
| 2000-01-16 | Repair breakage of inherited constraint expressions --- needed a | Tom Lane |
| 2000-01-16 | Fix broken FOR UPDATE error message. | Tom Lane |
| 2000-01-16 | Fix passing of atttypmod that Tom found. | Bruce Momjian |
| 2000-01-15 | Clean up problems with rounding/overflow code in NUMERIC, particularly | Tom Lane |
| 2000-01-15 | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane |
| 2000-01-15 | - Allow array on int8 | Peter Eisentraut |