summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-03-14Attempting to insert a value of 'now' into a datetime typeBruce Momjian
1999-03-14Hi,Bruce 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-14This patch improves the destroyuser script's behaviour in checking whetherBruce Momjian
1999-03-14Patches for the SGML documentation relatingBruce Momjian
1999-03-14Fixup for src/tutorial/func.c and src/tutorial/func.sourceBruce Momjian
1999-03-14Hello,Bruce Momjian
1999-03-14The isWritable method in ResultSetMetaData returns the logicallyBruce Momjian
1999-03-14I have a problem with Access97 not working properly when entering newBruce Momjian
1999-03-14There are errors in the PGmoney class in the conversion routines overBruce Momjian
1999-03-14Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian
1999-03-11*** empty log message ***Michael Meskes
1999-03-10We have to return dummy tuple for empty targetlist!Vadim B. Mikheev
1999-03-10Make type 'regproc' binary-compatible with int4 and oid,Tom Lane
1999-03-10Fix some typos in argument and result types in pg_procTom Lane
1999-03-09From: Constantin Teodorescu <teo@flex.ro>Marc G. Fournier
1999-03-09Changes to fix/improve the dynamic loading on NTMarc G. Fournier
1999-03-08Fix OR index selectivity problem.Bruce Momjian
1999-03-08Fix for Alpha OR selectivity bug.Bruce Momjian
1999-03-08Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier
1999-03-07Export include/utils/mcxt.h so that external stuff can includeTom Lane
1999-03-07Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane
1999-03-07Cleaner autoconf tests for int8 support.Tom Lane
1999-03-07geqo now at 11 tablesBruce Momjian
1999-03-07*** empty log message ***Michael Meskes
1999-03-07Really remove Recipe.Bruce Momjian
1999-03-06Eliminate duplicated code in dt.hTom Lane
1999-03-06Reduce DEF_MAXBACKENDS to 32 so that default configurationTom Lane
1999-03-06A few further tweaks to shared memory space estimation.Tom Lane
1999-03-05*** empty log message ***Michael Meskes
1999-03-05*** empty log message ***Michael Meskes
1999-03-03Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane
1999-03-01Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane
1999-02-28From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-28Fix pg_operator entries for mergejoinable operators with different left andTom Lane
1999-02-28Fix executor to work correctly with mergejoins where left andTom Lane
1999-02-27Remove recipe.o from Makefile ... dead code not quite dead enough,Tom Lane
1999-02-27Put back T_RecipeStmt, since the system doesn't actually buildTom Lane
1999-02-27Someone forgot to commit gram.c and parse.h after his latestTom Lane
1999-02-25Remove reference to recipe.h.Bruce Momjian
1999-02-24Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian
1999-02-24update commentsBruce Momjian
1999-02-24Thank you for the advice. I concluded that current inet code has aBruce Momjian
1999-02-23From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier