1999-03-21 |
Tom Lane | Add .cvsignore file so cvs doesn't complain if you... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Ah, *now* I understand: plpgsql lexer must be generated... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Bruce Momjian | Fix for %4 and 4%. |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Hmm, it seems some versions of flex declare yytext... |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Remove yacc/lex output files from CVS repository. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Remove yacc/lex output files from CVS repository. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Clean up build procedure: do not keep raw lex/yacc... |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | make clean should remove lex.yy.c |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Tom Lane | Script for preparing derived files during tarball const... |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | Reverse out pfree agg part of patch from Erik Riedel. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | Fix for aggregate memory leaks from Erik Riedel. |
commit | commitdiff | tree | snapshot |
1999-03-20 |
Bruce Momjian | Fix &g. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | Fix shift/reduce for NULL = Var. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | Fix for memory leak in executor with fjIsNull. |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | I suggest the following portability patch, which does not |
commit | commitdiff | tree | snapshot |
1999-03-19 |
Bruce Momjian | Add EXCEPT/INTERSECT doc changes. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | cleanup parser |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | grammar cleanup' |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | cleanup of grammer. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | Fix optimizer indexing not working for negative numbers. |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Bruce Momjian | cleanups |
commit | commitdiff | tree | snapshot |
1999-03-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Add new postgres -O option to allow system table struct... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | grammar cleanup |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | INET/CIDR doc cleanup |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Add docs about left-associativity of operators. |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Add documentation change for %'s precidence. |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Left associates all operators, instead of non-associati... |
commit | commitdiff | tree | snapshot |
1999-03-17 |
Bruce Momjian | Have % operator have precedence like /. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Update sgml for 6.4.* release changes. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Update nextval() code. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Fix snprintf with strings, and nextval('"Aa"'); |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Here is a patch. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | contrib/array_iterator/array_iterator.c won't compile. |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Hmmm. It had to do with tcl/tk on FreeBSD. The config... |
commit | commitdiff | tree | snapshot |
1999-03-16 |
Bruce Momjian | Change Does Not Exist to 'does not exist'. |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | Allow sequence nextval actions to be case-sensitive. |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | Irix fix from Jeff Johnson |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | bool uses one byte |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | Drop buffers before destroying database files. |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | LIKE cleanup. |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Tom Lane | Fix brain death in !!= operator ... it's still pretty... |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | > > > This patches src/bin/psql/psql.c. |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Tom Lane | Fix int8 configure one more time ... prior version... |
commit | commitdiff | tree | snapshot |
1999-03-15 |
Bruce Momjian | Hi All, |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | cleanup |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Cleanup |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Reversed out libpq protocol patch for Tom Lane. |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | src/backend/utils/adt/numeric.c fails to compile due... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | This is another example of why not allowing utility... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Attempting to insert a value of 'now' into a datetime... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Hi, |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Here is a little syntax error found in a .y file..... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Cleanup of hash functions in pg_proc. |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | compile cleanup |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Compile cleanup |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Done. |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | I've been having also sorts of fun trying to... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | We have tested the patches on three platforms: |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | This patch improves the destroyuser script's behaviour... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Patches for the SGML documentation relating |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Fixup for src/tutorial/func.c and src/tutorial/func... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Hello, |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | The isWritable method in ResultSetMetaData returns... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | I have a problem with Access97 not working properly... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | There are errors in the PGmoney class in the conversion... |
commit | commitdiff | tree | snapshot |
1999-03-14 |
Bruce Momjian | Enclosed below I have a patch to allow a btree index... |
commit | commitdiff | tree | snapshot |
1999-03-11 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Vadim B. Mikheev | We have to return dummy tuple for empty targetlist! |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Tom Lane | Make type 'regproc' binary-compatible with int4 and... |
commit | commitdiff | tree | snapshot |
1999-03-10 |
Tom Lane | Fix some typos in argument and result types in pg_proc |
commit | commitdiff | tree | snapshot |
1999-03-09 |
Marc G. Fournier | From: Constantin Teodorescu <teo@flex.ro> |
commit | commitdiff | tree | snapshot |
1999-03-09 |
Marc G. Fournier | Changes to fix/improve the dynamic loading on NT |
commit | commitdiff | tree | snapshot |
1999-03-08 |
Bruce Momjian | Fix OR index selectivity problem. |
commit | commitdiff | tree | snapshot |
1999-03-08 |
Bruce Momjian | Fix for Alpha OR selectivity bug. |
commit | commitdiff | tree | snapshot |
1999-03-08 |
Marc G. Fournier | Have configure check for use of %lld for int64, and... |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Tom Lane | Export include/utils/mcxt.h so that external stuff... |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Tom Lane | Modify mcxt.h so that it doesn't pull in half of creation. |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Tom Lane | Cleaner autoconf tests for int8 support. |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Bruce Momjian | geqo now at 11 tables |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-07 |
Bruce Momjian | Really remove Recipe. |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Tom Lane | Eliminate duplicated code in dt.h |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Tom Lane | Reduce DEF_MAXBACKENDS to 32 so that default configuration |
commit | commitdiff | tree | snapshot |
1999-03-06 |
Tom Lane | A few further tweaks to shared memory space estimation. |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-05 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-03 |
Tom Lane | Partial fix for copied-plan bugs reported by Hiroshi... |
commit | commitdiff | tree | snapshot |
1999-03-01 |
Tom Lane | Executor no longer cares about mergejoinop, mergerighto... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Marc G. Fournier | From: Michael Meskes <Michael_Meskes@topmail.de> |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Tom Lane | Fix pg_operator entries for mergejoinable operators... |
commit | commitdiff | tree | snapshot |
1999-02-28 |
Tom Lane | Fix executor to work correctly with mergejoins where... |
commit | commitdiff | tree | snapshot |
1999-02-27 |
Tom Lane | Remove recipe.o from Makefile ... dead code not quite... |
commit | commitdiff | tree | snapshot |
next |