| Age | Commit message (Expand) | Author |
| 2000-03-09 | Redo permissions-checking code so that it does the right thing at APPEND | Tom Lane |
| 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 | Repair access-to-already-freed-memory error recently introduced into | Tom Lane |
| 2000-03-08 | Clean up gmake warning caused by recent NetBSD patch. <grumble> | Tom Lane |
| 2000-03-08 | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian |
| 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 | I've recently written to pgsql-ports about a problem with PG7.0 on NT | Bruce Momjian |
| 2000-03-07 | Someone (probably me) forgot about handling of typecasts applied to | Tom Lane |
| 2000-03-07 | Sorting for the inet data type randomly returns the wrong result | Bruce Momjian |
| 2000-03-02 | Apply a MATERIAL node to the result of an uncorrelated subplan, if it | Tom Lane |
| 2000-03-02 | Hmm, it seems nodeMaterial has been broken for a good long while; | Tom Lane |
| 2000-03-01 | equalAttr() had its strcmp test backwards :-( | Tom Lane |
| 2000-03-01 | Small performance improvement in comparetup_heap. | Tom Lane |
| 2000-03-01 | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue |
| 2000-03-01 | Simplify parsing of column constraints by treating constraint attributes | Tom Lane |
| 2000-03-01 | Remove using puts() to print messages. Instead use TPRINTF. | Tatsuo Ishii |
| 2000-02-29 | Changed execution time of ON <event> RESTRICT referential | Jan Wieck |
| 2000-02-28 | Fix comment spacing. | Bruce Momjian |
| 2000-02-27 | Looks like I broke SET variable = DEFAULT awhile ago. Ooops. | Tom Lane |
| 2000-02-27 | Avoid a little bit of unnecessary computation in canonicalize_qual. | Tom Lane |
| 2000-02-27 | Add lztext to TypeCategory so that lztext OP text cases will work | 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-27 | Fix poorly worded error messages for unary operator type resolution | Tom Lane |
| 2000-02-27 | Clean up dependencies for version.o. | 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 | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane |
| 2000-02-26 | I had managed to break acceptance of "char", which worked in 6.5 to | Tom Lane |
| 2000-02-26 | Undo a couple of mistaken applications of NameStr() to StringInfos. | Tom Lane |
| 2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
| 2000-02-25 | Fix longstanding bug that kept functional indexes from working when you | Tom Lane |
| 2000-02-24 | Suppress timespan and datetime ops from being brought in via pg_dump | Bruce Momjian |
| 2000-02-24 | Check pending cancel request before waiting for lock | Hiroshi Inoue |
| 2000-02-24 | Add the check CommonSpecialPortal in use(my fault) | Hiroshi Inoue |
| 2000-02-24 | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane |
| 2000-02-24 | Make make_const() check the size and precision of a T_Float Value, | Tom Lane |
| 2000-02-24 | int8in failed to detect overflow; it really should. | Tom Lane |
| 2000-02-22 | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue |
| 2000-02-22 | First post-beta1 bug fix :-(. Silly typo in new coding for doNegate | 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 | Fix "Invalid XID in t_cmin" error in vacuum. | Hiroshi Inoue |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-21 | fix the TODO | Hiroshi Inoue |