summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
1999-02-23Add parameters to function calls to pass back table qualifications.Thomas G. Lockhart
1999-02-23Add a few other parser-only nodes for debugging help.Thomas G. Lockhart
1999-02-23Define JoinExpr structure for outer join syntax.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-23Bring debugging print statement declarations up to date.Thomas G. Lockhart
1999-02-23Add constants for outer join states in executor.Thomas 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-23Update error messages with more consistant format.Thomas G. Lockhart
1999-02-23Add many new test cases.Thomas G. Lockhart
1999-02-23Remove non-portable queries by replacing getpgusername() with a constantThomas G. Lockhart
1999-02-23First tests using JOIN syntax.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
1999-02-22more cleanupBruce Momjian
1999-02-22Final optimizer cleanups.Bruce Momjian