aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix some bogosities in the code that deals with estimating the fractionTom Lane2000-03-14
* Extend numeric_round and numeric_trunc to accept negative scale inputsTom Lane2000-03-13
* Remove unnecessary limitations on lengths of bpchar and varchar constants.Tom Lane2000-03-13
* Performance improvement for lexing long strings: increase flex'sTom Lane2000-03-13
* Somehow, the variant NATIONAL CHAR [ VARYING ] was missing from theTom Lane2000-03-12
* Fix performance bug in constant-expression simplifier. After findingTom Lane2000-03-12
* Fix performance problem in fireRIRonSubselect: with nested subqueries,Tom Lane2000-03-12
* Clean up grammar's handling of NULL in expressions: a_expr_or_null isTom Lane2000-03-12
* Further tweaking of logic that decides when to materialize an uncorrelatedTom Lane2000-03-11
* Make TypeCategory think that NAME is a member of typeTom Lane2000-03-11
* Further fixes for bogus list-slinging, scribbling on input, etc in typeTom Lane2000-03-11
* Finish cleaning up backend's handling of /* ... */ and -- comments,Tom Lane2000-03-11
* Redo permissions-checking code so that it does the right thing at APPENDTom Lane2000-03-09
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane2000-03-08
* Repair access-to-already-freed-memory error recently introduced intoTom Lane2000-03-08
* Clean up gmake warning caused by recent NetBSD patch. <grumble>Tom Lane2000-03-08
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Bruce and all:Bruce Momjian2000-03-08
* Reversed out inet patch.Bruce Momjian2000-03-08
* Hi,Bruce Momjian2000-03-08
* Protects you from coredumps if you do eg. str::int4 where str is a textBruce Momjian2000-03-07
* I've recently written to pgsql-ports about a problem with PG7.0 on NTBruce Momjian2000-03-07
* Someone (probably me) forgot about handling of typecasts applied toTom Lane2000-03-07
* Sorting for the inet data type randomly returns the wrong resultBruce Momjian2000-03-07
* Apply a MATERIAL node to the result of an uncorrelated subplan, if itTom Lane2000-03-02
* Hmm, it seems nodeMaterial has been broken for a good long while;Tom Lane2000-03-02
* equalAttr() had its strcmp test backwards :-(Tom Lane2000-03-01
* Small performance improvement in comparetup_heap.Tom Lane2000-03-01
* Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue2000-03-01
* Simplify parsing of column constraints by treating constraint attributesTom Lane2000-03-01
* Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii2000-03-01
* Changed execution time of ON <event> RESTRICT referentialJan Wieck2000-02-29
* Fix comment spacing.Bruce Momjian2000-02-28
* Looks like I broke SET variable = DEFAULT awhile ago. Ooops.Tom Lane2000-02-27
* Avoid a little bit of unnecessary computation in canonicalize_qual.Tom Lane2000-02-27
* Add lztext to TypeCategory so that lztext OP text cases will workTom Lane2000-02-27
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-27
* Minor improvements in regprocout() and oidvectortypes().Tom Lane2000-02-27
* Fix poorly worded error messages for unary operator type resolutionTom Lane2000-02-27
* Clean up dependencies for version.o.Tom Lane2000-02-27
* Add date and time datatype handling to convert_to_scalar. (I was waitingTom Lane2000-02-26
* Change rule dumper to produce reasonable output for casts that assignTom Lane2000-02-26
* Fix exprTypmod to recognize length-coercion function expressions,Tom Lane2000-02-26
* I had managed to break acceptance of "char", which worked in 6.5 toTom Lane2000-02-26
* Undo a couple of mistaken applications of NameStr() to StringInfos.Tom Lane2000-02-26
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-26
* Fix longstanding bug that kept functional indexes from working when youTom Lane2000-02-25
* Suppress timespan and datetime ops from being brought in via pg_dumpBruce Momjian2000-02-24
* Check pending cancel request before waiting for lockHiroshi Inoue2000-02-24