summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-03-15Drop buffers before destroying database files.Bruce Momjian
1999-03-15LIKE cleanup.Bruce Momjian
1999-03-15Fix brain death in !!= operator ... it's still pretty bogusTom Lane
1999-03-15> > > This patches src/bin/psql/psql.c.Bruce Momjian
1999-03-14cleanupBruce Momjian
1999-03-14CleanupBruce Momjian
1999-03-14src/backend/utils/adt/numeric.c fails to compile due to a string havingBruce Momjian
1999-03-14Attempting to insert a value of 'now' into a datetime typeBruce 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-14Hello,Bruce Momjian
1999-03-14I have a problem with Access97 not working properly when entering newBruce Momjian
1999-03-14Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian
1999-03-10We have to return dummy tuple for empty targetlist!Vadim B. Mikheev
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-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-07Really remove Recipe.Bruce Momjian
1999-03-06A few further tweaks to shared memory space estimation.Tom Lane
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-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-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-23Add a few other parser-only nodes for debugging help.Thomas G. Lockhart
1999-02-23Clean up error messages.Thomas G. Lockhart
1999-02-23Do a better job of selecting candidates among functionsThomas G. Lockhart
1999-02-23Include some new code for outer joins. Disabled by default, but enable byThomas G. Lockhart
1999-02-23Put in explicit checks for implicit index name lengths.Thomas G. Lockhart
1999-02-23Modify the outer join placeholder code with something closer to workingThomas G. Lockhart
1999-02-23Fix typos in comments.Thomas G. Lockhart
1999-02-23Add first code to help with outer joins.Thomas G. Lockhart
1999-02-23Fix typo in comment.Thomas G. Lockhart
1999-02-23Rearrange order of subdirectory creation to help generate parse.hThomas G. Lockhart
1999-02-22comments cleanup.Bruce Momjian
1999-02-22comment cleanup.Bruce Momjian
1999-02-22ifdef out append().Bruce Momjian
1999-02-22Ok. I found an align problem in lobj that might not appear other thanBruce Momjian
1999-02-22Repair some pretty serious problems in dynahash.c andTom Lane