- 03 Jul, 1999 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 02 Jul, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 01 Jul, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- 30 Jun, 1999 2 commits
- 29 Jun, 1999 2 commits
-
-
Michael Meskes authored
-
Vadim B. Mikheev authored
-
- 28 Jun, 1999 1 commit
-
-
Bruce Momjian authored
-
- 27 Jun, 1999 1 commit
-
-
Peter Mount authored
-
- 26 Jun, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Jun, 1999 2 commits
-
-
Michael Meskes authored
-
Tom Lane authored
unfortunate considering that several subdirectory makefiles were counting on it to do so...
-
- 24 Jun, 1999 1 commit
-
-
Michael Meskes authored
-
- 23 Jun, 1999 7 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add detail on exact interpretation of "concatenated date" for various lengths.
-
Thomas G. Lockhart authored
Split management chapter from start-ag.sgml to manage-ag.sgml.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Peter Mount authored
-
- 21 Jun, 1999 5 commits
-
-
Bruce Momjian authored
Patch attached. Fred Horch
-
Bruce Momjian authored
attached. Fred Horch
-
Tom Lane authored
with expression_tree_walker-based code. The former failed to cope with expressions containing SubLinks, and the latter returned TRUE for both SubLinks and Aggrefs (cut-and-paste bug?). There is a lot more scope for using expression_tree_walker in this module, but I'll restrain myself until the 6.6 split occurs from touching not-demonstrably-broken code.
-
Tom Lane authored
sure if they are all fixed, because rewriter is now the stumbling block, but at least some cases work that did not work before.
-
Tom Lane authored
SubLink nodes after all ...
-
- 19 Jun, 1999 6 commits
-
-
Bruce Momjian authored
aclchk.c: heap_close() is not called after calling heap_openr(). Atsushi Ogawa
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
is parse_aggs.c. This fixes its failure to cope with (at least) CaseExpr and ArrayRef nodes, which is the reason why both of these fail in 6.5: select coalesce(f1,0) from int4_tbl group by f1; ERROR: Illegal use of aggregates or non-group column in target list select sentence.words[0] from sentence group by sentence.words[0]; ERROR: Illegal use of aggregates or non-group column in target list The array case still fails, but at least it's not parse_agg's fault anymore ... considering that we now support CASE officially, I think it's important to fix the first example ...
-
Tom Lane authored
will gradually replace all of the boilerplate tree-walk-recursion code that currently exists in O(N) slightly different forms in N subroutines. I've had it with adding missing cases to these subroutines...
-
Tom Lane authored
functions, in order to work around oversight in 6.5 release: rtree index functions haven't got any. Mea culpa ...
-
- 18 Jun, 1999 2 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Did not check the function declarations as carefully as the other parts, though all of the function names *do* match up with D&D.
-