1999-03-28 |
Tom Lane | Remove pg_attribute_check.sql: these checks merged... |
commit | commitdiff | tree | snapshot |
1999-03-28 |
Tom Lane | Fix bogus function signature for areajoinsel. |
commit | commitdiff | tree | snapshot |
1999-03-27 |
Tom Lane | Delete unused system table pg_parg. |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | No longer need this file here; superseded by oidjoins... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | Add results of findoidjoins as a standard regression... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | Remove a bunch of dead entries exposed by findoidjoins... |
commit | commitdiff | tree | snapshot |
1999-03-26 |
Tom Lane | Update findoidjoins for 6.5: remove workaround for... |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Tom Lane | Revise memutils.h to use alignment information gathered by |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Tatsuo Ishii | Fix multi-byte+locale problem |
commit | commitdiff | tree | snapshot |
1999-03-25 |
Tom Lane | Clean up att_align calculations so that XXXALIGN macros |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT support |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | These small utilities are for generating internal table... |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to set client_encoding command help |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to the multi-byte encoding selections |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to the multi-byte encoding selections |
commit | commitdiff | tree | snapshot |
1999-03-24 |
Tatsuo Ishii | Add KOI8/WIN/ALT to the multi-byte encoding selections |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Bruce Momjian | Remove Tee code, move to _deadcode. |
commit | commitdiff | tree | snapshot |
1999-03-23 |
Bruce Momjian | cleanups |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Bruce Momjian | Hi, |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Bruce Momjian | Add % to b_expr. |
commit | commitdiff | tree | snapshot |
1999-03-22 |
Bruce Momjian | Cleanup of NULL in inet types. |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Tom Lane | Correct some comments, fix a small memory wastage when... |
commit | commitdiff | tree | snapshot |
1999-03-21 |
Bruce Momjian | This patch fixes the bug that made it impossible to... |
commit | commitdiff | tree | snapshot |
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 |
next |