- 26 Jun, 1999 1 commit
-
-
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 3 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.
-
Bruce Momjian authored
-
- 17 Jun, 1999 5 commits
-
-
Tom Lane authored
manipulate rtable the same way executor does).
-
Tom Lane authored
used to overrun its fixed-size arrays before detecting error; not cool). Also, replace uses of magic constant '8' with 'MAXFARGS'.
-
Bruce Momjian authored
for Irix.
-
Thomas G. Lockhart authored
August 1994 draft standard. Use the ecpg support libraries to write the CLI interface? Date and Darwen claim that CLI is a more modern and flexible approach...
-
Bruce Momjian authored
-
- 16 Jun, 1999 4 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Jun, 1999 6 commits
-
-
Tom Lane authored
type name.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Came out with max 79 columns from Applix by defining the page width at 10 inches and the right margin at 9.5 inches, then exporting as "ASCII Layout".
-
Thomas G. Lockhart authored
Left them out after splitting them from the CREATE TABLE and SELECT sources.
-
Thomas G. Lockhart authored
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
-