summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1999-03-24Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTETatsuo Ishii
1999-03-24Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii
1999-03-24Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii
1999-03-24Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian
1999-03-23cleanupsBruce Momjian
1999-03-22Hi,Bruce Momjian
I have solved some problems with dynamic loading on NT. It is possible to run succesfully both trigger and plpgsql regression tests. The patch is in the included file "diff". Dan
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
is pass-by-value.
1999-03-21This patch fixes the bug that made it impossible to grant permissions toBruce Momjian
a user such as "www-data". Oliver
1999-03-21Add .cvsignore file so cvs doesn't complain if you have lex/yaccTom Lane
output files laying about.
1999-03-21cleanupBruce Momjian
1999-03-21Ah, *now* I understand: plpgsql lexer must be generated with flex -l ...Tom Lane
1999-03-21Fix for %4 and 4%.Bruce Momjian
1999-03-21Hmm, it seems some versions of flex declare yytext as extern char[]Tom Lane
but others declare it as extern char *. gcc complains (quite rightly too). Worked around it by rearranging the order of inclusions so that we don't have to explicitly declare yytext; this should work with either variant.
1999-03-20*** empty log message ***Michael Meskes
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20Clean up build procedure: do not keep raw lex/yacc files around,Tom Lane
only the edited ones.
1999-03-20make clean should remove lex.yy.cTom Lane
1999-03-20Script for preparing derived files during tarball construction.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
change functionality, but makes the code more ANSI C'ish. My AIX xlc compiler barfs on all of these. Can someone please review and apply to current. <<port.patch>> Thanks Andreas
1999-03-19Add EXCEPT/INTERSECT doc changes.Bruce 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-18*** empty log message ***Michael Meskes
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
I have changed to call pg_exec_query_dest() instead of pg_exec_query(). Thanks. Hiroshi Inoue
1999-03-16autoconfBruce Momjian
1999-03-16Hmmm. It had to do with tcl/tk on FreeBSD. The configure scripts areBruce Momjian
in different directories. The patch gave the option of specifying a dir for the tk script and if they were both in the same directory then it didn't mind being empty. It's small so I'm including it. It was tested with autoconf 2.12. Vince.
1999-03-16Change Does Not Exist to 'does not exist'.Bruce Momjian
1999-03-15cleanupBruce Momjian
1999-03-15*** empty log message ***Michael Meskes
1999-03-15Allow sequence nextval actions to be case-sensitive.Bruce Momjian
1999-03-15Irix fix from Jeff JohnsonBruce Momjian
1999-03-15Drop buffers before destroying database files.Bruce Momjian