summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian
1999-03-23cleanupsBruce Momjian
1999-03-22Hi,Bruce Momjian
1999-03-22Add % to b_expr.Bruce Momjian
1999-03-22Cleanup of NULL in inet types.Bruce Momjian
1999-03-21Correct some comments, fix a small memory wastage when datatypeTom Lane
1999-03-21This patch fixes the bug that made it impossible to grant permissions toBruce Momjian
1999-03-21Add .cvsignore file so cvs doesn't complain if you have lex/yaccTom Lane
1999-03-21cleanupBruce Momjian
1999-03-21Fix for %4 and 4%.Bruce Momjian
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian
1999-03-20cleanupBruce Momjian
1999-03-20cleanupBruce Momjian
1999-03-20Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian
1999-03-19Fix shift/reduce for NULL = Var.Bruce Momjian
1999-03-19Fix for memory leak in executor with fjIsNull.Bruce Momjian
1999-03-19I suggest the following portability patch, which does notBruce Momjian
1999-03-18cleanup parserBruce Momjian
1999-03-18grammar cleanup'Bruce Momjian
1999-03-18cleanup of grammer.Bruce Momjian
1999-03-18Fix optimizer indexing not working for negative numbers.Bruce Momjian
1999-03-18cleanupsBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-03-17Left associates all operators, instead of non-associating them.Bruce Momjian
1999-03-17Have % operator have precedence like /.Bruce Momjian
1999-03-16Update nextval() code.Bruce Momjian
1999-03-16Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian
1999-03-16Here is a patch.Bruce Momjian
1999-03-15cleanupBruce Momjian
1999-03-15Allow sequence nextval actions to be case-sensitive.Bruce Momjian
1999-03-15Drop buffers before destroying database files.Bruce Momjian
1999-03-15LIKE cleanup.Bruce Momjian
1999-03-15Fix brain death in !!= operator ... it's still pretty bogusTom Lane
1999-03-15> > > This patches src/bin/psql/psql.c.Bruce Momjian
1999-03-14cleanupBruce Momjian
1999-03-14CleanupBruce Momjian
1999-03-14src/backend/utils/adt/numeric.c fails to compile due to a string havingBruce Momjian
1999-03-14Attempting to insert a value of 'now' into a datetime typeBruce Momjian
1999-03-14Here is a little syntax error found in a .y file... A dropped semi.Bruce Momjian
1999-03-14Cleanup of hash functions in pg_proc.Bruce Momjian
1999-03-14compile cleanupBruce Momjian
1999-03-14Compile cleanupBruce Momjian
1999-03-14Done.Bruce Momjian
1999-03-14 I've been having also sorts of fun trying to get kerberos 4Bruce Momjian
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-03-14Hello,Bruce Momjian
1999-03-14I have a problem with Access97 not working properly when entering newBruce Momjian
1999-03-14Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian
1999-03-10We have to return dummy tuple for empty targetlist!Vadim B. Mikheev