Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-28 | Fix bogus function signature for areajoinsel. | Tom Lane | |
It still doesn't do anything, but at least now it does nothing correctly. | |||
1999-03-27 | Delete unused system table pg_parg. | Tom Lane | |
1999-03-26 | No longer need this file here; superseded by oidjoins regress test. | Tom Lane | |
1999-03-26 | Add results of findoidjoins as a standard regression test. | Tom Lane | |
1999-03-26 | Remove a bunch of dead entries exposed by findoidjoins crosschecks. | Tom Lane | |
Apparently, whatever these things used to link to got recycled into something else ... but the dependent entries didn't. | |||
1999-03-25 | Revise memutils.h to use alignment information gathered by | Tom Lane | |
configure, instead of having a bunch of crufty platform-specific guesses. | |||
1999-03-25 | Fix multi-byte+locale problem | Tatsuo Ishii | |
1999-03-25 | Clean up att_align calculations so that XXXALIGN macros | Tom Lane | |
need not be bogus. | |||
1999-03-24 | *** empty log message *** | Michael Meskes | |
1999-03-24 | Add KOI8/WIN/ALT support | Tatsuo Ishii | |
1999-03-24 | These small utilities are for generating internal tables from | Tatsuo Ishii | |
rcode encoding tables. | |||
1999-03-24 | Add KOI8/WIN/ALT to set client_encoding command help | Tatsuo Ishii | |
1999-03-24 | Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE | Tatsuo Ishii | |
1999-03-24 | Add KOI8/WIN/ALT to the multi-byte encoding selections | Tatsuo Ishii | |
1999-03-24 | Add KOI8/WIN/ALT to the multi-byte encoding selections | Tatsuo Ishii | |
1999-03-24 | Add KOI8/WIN/ALT to the multi-byte encoding selections | Tatsuo Ishii | |
1999-03-23 | Remove Tee code, move to _deadcode. | Bruce Momjian | |
1999-03-23 | cleanups | Bruce Momjian | |
1999-03-22 | Hi, | 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-22 | Add % to b_expr. | Bruce Momjian | |
1999-03-22 | Cleanup of NULL in inet types. | Bruce Momjian | |
1999-03-21 | Correct some comments, fix a small memory wastage when datatype | Tom Lane | |
is pass-by-value. | |||
1999-03-21 | This patch fixes the bug that made it impossible to grant permissions to | Bruce Momjian | |
a user such as "www-data". Oliver | |||
1999-03-21 | Add .cvsignore file so cvs doesn't complain if you have lex/yacc | Tom Lane | |
output files laying about. | |||
1999-03-21 | cleanup | Bruce Momjian | |
1999-03-21 | Ah, *now* I understand: plpgsql lexer must be generated with flex -l ... | Tom Lane | |
1999-03-21 | Fix for %4 and 4%. | Bruce Momjian | |
1999-03-21 | Hmm, 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-20 | Remove yacc/lex output files from CVS repository. | Tom Lane | |
1999-03-20 | Remove yacc/lex output files from CVS repository. | Tom Lane | |
1999-03-20 | Clean up build procedure: do not keep raw lex/yacc files around, | Tom Lane | |
only the edited ones. | |||
1999-03-20 | make clean should remove lex.yy.c | Tom Lane | |
1999-03-20 | Script for preparing derived files during tarball construction. | Tom Lane | |
1999-03-20 | Reverse out pfree agg part of patch from Erik Riedel. | Bruce Momjian | |
1999-03-20 | cleanup | Bruce Momjian | |
1999-03-20 | cleanup | Bruce Momjian | |
1999-03-20 | Fix for aggregate memory leaks from Erik Riedel. | Bruce Momjian | |
1999-03-19 | Fix shift/reduce for NULL = Var. | Bruce Momjian | |
1999-03-19 | Fix for memory leak in executor with fjIsNull. | Bruce Momjian | |
1999-03-19 | I suggest the following portability patch, which does not | Bruce 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-19 | Add EXCEPT/INTERSECT doc changes. | Bruce Momjian | |
1999-03-18 | cleanup parser | Bruce Momjian | |
1999-03-18 | grammar cleanup' | Bruce Momjian | |
1999-03-18 | cleanup of grammer. | Bruce Momjian | |
1999-03-18 | Fix optimizer indexing not working for negative numbers. | Bruce Momjian | |
1999-03-18 | cleanups | Bruce Momjian | |
1999-03-18 | *** empty log message *** | Michael Meskes | |
1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | |
1999-03-17 | Left associates all operators, instead of non-associating them. | Bruce Momjian | |