| Age | Commit message (Expand) | Author |
| 2000-03-09 | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue |
| 2000-03-08 | Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory | Tom Lane |
| 2000-03-08 | Bruce and all: | Bruce Momjian |
| 2000-03-08 | Reversed out inet patch. | Bruce Momjian |
| 2000-03-08 | Hi, | Bruce Momjian |
| 2000-03-07 | Protects you from coredumps if you do eg. str::int4 where str is a text | Bruce Momjian |
| 2000-03-07 | Sorting for the inet data type randomly returns the wrong result | Bruce Momjian |
| 2000-03-01 | Small performance improvement in comparetup_heap. | Tom Lane |
| 2000-02-27 | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck |
| 2000-02-27 | Minor improvements in regprocout() and oidvectortypes(). | Tom Lane |
| 2000-02-26 | Add date and time datatype handling to convert_to_scalar. (I was waiting | Tom Lane |
| 2000-02-26 | Change rule dumper to produce reasonable output for casts that assign | Tom Lane |
| 2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
| 2000-02-24 | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane |
| 2000-02-24 | int8in failed to detect overflow; it really should. | Tom Lane |
| 2000-02-21 | Quick hack solution so that pg_dump of views works. Needs repair after | Tom Lane |
| 2000-02-21 | Oops, commited a test version of this file by accident. Revert. | Tom Lane |
| 2000-02-21 | Change parse-time representation of float literals (which include oversize | Tom Lane |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-02-18 | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane |
| 2000-02-17 | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane |
| 2000-02-16 | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-16 | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart |
| 2000-02-16 | If we don't have any stats for a boolean column, assume | Tom Lane |
| 2000-02-16 | Make eqsel produce better results for boolean columns, | Tom Lane |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-15 | Repair bogus rule display of attr lists. | Tom Lane |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-02-15 | Recognize special case of POSIX time zone: "GMT+8" and "GMT-8". | Thomas G. Lockhart |
| 2000-02-13 | contrib-array.patch | Bruce Momjian |
| 2000-02-10 | Add btree indexing of boolean values | Bruce Momjian |
| 2000-02-08 | I'm sending patch with new version of to_char numbers formatting. | Bruce Momjian |
| 2000-02-07 | Added complete MATCH <unspecified> support contributed by Don Baccus. | Jan Wieck |
| 2000-02-04 | Squash longstanding memory leak: when catcache.c copied a tuple into | Tom Lane |
| 2000-01-31 | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane |
| 2000-01-29 | Modify uses of RelationFlushRelation and RelationCacheInvalidate so that | 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 | 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 | 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-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |