summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-03-09Redo permissions-checking code so that it does the right thing at APPENDTom Lane
2000-03-09Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue
2000-03-08Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memoryTom Lane
2000-03-08Repair access-to-already-freed-memory error recently introduced intoTom Lane
2000-03-08Clean up gmake warning caused by recent NetBSD patch. <grumble>Tom Lane
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-03-08Bruce and all:Bruce Momjian
2000-03-08Reversed out inet patch.Bruce Momjian
2000-03-08Hi,Bruce Momjian
2000-03-07Protects you from coredumps if you do eg. str::int4 where str is a textBruce Momjian
2000-03-07I've recently written to pgsql-ports about a problem with PG7.0 on NTBruce Momjian
2000-03-07Someone (probably me) forgot about handling of typecasts applied toTom Lane
2000-03-07Sorting for the inet data type randomly returns the wrong resultBruce Momjian
2000-03-02Apply a MATERIAL node to the result of an uncorrelated subplan, if itTom Lane
2000-03-02Hmm, it seems nodeMaterial has been broken for a good long while;Tom Lane
2000-03-01equalAttr() had its strcmp test backwards :-(Tom Lane
2000-03-01Small performance improvement in comparetup_heap.Tom Lane
2000-03-01Change reindex command to work properly with gist/hash/rtreeHiroshi Inoue
2000-03-01Simplify parsing of column constraints by treating constraint attributesTom Lane
2000-03-01Remove using puts() to print messages. Instead use TPRINTF.Tatsuo Ishii
2000-02-29Changed execution time of ON <event> RESTRICT referentialJan Wieck
2000-02-28Fix comment spacing.Bruce Momjian
2000-02-27Looks like I broke SET variable = DEFAULT awhile ago. Ooops.Tom Lane
2000-02-27Avoid a little bit of unnecessary computation in canonicalize_qual.Tom Lane
2000-02-27Add lztext to TypeCategory so that lztext OP text cases will workTom Lane
2000-02-27Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck
2000-02-27Minor improvements in regprocout() and oidvectortypes().Tom Lane
2000-02-27Fix poorly worded error messages for unary operator type resolutionTom Lane
2000-02-27Clean up dependencies for version.o.Tom Lane
2000-02-26Add date and time datatype handling to convert_to_scalar. (I was waitingTom Lane
2000-02-26Change rule dumper to produce reasonable output for casts that assignTom Lane
2000-02-26Fix exprTypmod to recognize length-coercion function expressions,Tom Lane
2000-02-26I had managed to break acceptance of "char", which worked in 6.5 toTom Lane
2000-02-26Undo a couple of mistaken applications of NameStr() to StringInfos.Tom Lane
2000-02-26Shared-memory hashtables have non-extensible directories, which meansTom Lane
2000-02-25Fix longstanding bug that kept functional indexes from working when youTom Lane
2000-02-24Suppress timespan and datetime ops from being brought in via pg_dumpBruce Momjian
2000-02-24Check pending cancel request before waiting for lockHiroshi Inoue
2000-02-24Add the check CommonSpecialPortal in use(my fault)Hiroshi Inoue
2000-02-24Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane
2000-02-24Make make_const() check the size and precision of a T_Float Value,Tom Lane
2000-02-24int8in failed to detect overflow; it really should.Tom Lane
2000-02-22Change cancel while waiting-for-lock stuff.Hiroshi Inoue
2000-02-22First post-beta1 bug fix :-(. Silly typo in new coding for doNegateTom Lane
2000-02-21Quick hack solution so that pg_dump of views works. Needs repair afterTom Lane
2000-02-21Oops, commited a test version of this file by accident. Revert.Tom Lane
2000-02-21Change parse-time representation of float literals (which include oversizeTom Lane
2000-02-21Fix "Invalid XID in t_cmin" error in vacuum.Hiroshi Inoue
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-21fix the TODOHiroshi Inoue