| Commit message (Expand) | Author | Age |
... | |
* | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane | 2000-03-14 |
* | Extend numeric_round and numeric_trunc to accept negative scale inputs | Tom Lane | 2000-03-13 |
* | Remove unnecessary limitations on lengths of bpchar and varchar constants. | Tom Lane | 2000-03-13 |
* | Performance improvement for lexing long strings: increase flex's | Tom Lane | 2000-03-13 |
* | Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from the | Tom Lane | 2000-03-12 |
* | Fix performance bug in constant-expression simplifier. After finding | Tom Lane | 2000-03-12 |
* | Fix performance problem in fireRIRonSubselect: with nested subqueries, | Tom Lane | 2000-03-12 |
* | Clean up grammar's handling of NULL in expressions: a_expr_or_null is | Tom Lane | 2000-03-12 |
* | Further tweaking of logic that decides when to materialize an uncorrelated | Tom Lane | 2000-03-11 |
* | Make TypeCategory think that NAME is a member of type | Tom Lane | 2000-03-11 |
* | Further fixes for bogus list-slinging, scribbling on input, etc in type | Tom Lane | 2000-03-11 |
* | Finish cleaning up backend's handling of /* ... */ and -- comments, | Tom Lane | 2000-03-11 |
* | 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-09 |
* | 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-08 |
* | 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-07 |
* | 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-02 |
* | 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-03-01 |
* | Changed execution time of ON <event> RESTRICT referential | Jan Wieck | 2000-02-29 |
* | Fix comment spacing. | Bruce Momjian | 2000-02-28 |
* | 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-27 |
* | 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-26 |
* | Fix longstanding bug that kept functional indexes from working when you | Tom Lane | 2000-02-25 |
* | 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 |