- 19 Jun, 2003 2 commits
-
-
Tom Lane authored
character in identifiers. The first change eliminates the current need to put spaces around parameter references, as in "x<=$2". The second change improves compatibility with Oracle and some other RDBMSes. This was discussed and agreed to back in January, but did not get done.
-
Michael Meskes authored
-
- 18 Jun, 2003 2 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
- 17 Jun, 2003 5 commits
-
-
Tom Lane authored
match the SQL standard. Document FLOAT and FLOAT(p) notations in datatype.sgml. Per recent pghackers discussion.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tom Lane authored
siblings.
-
- 16 Jun, 2003 3 commits
-
-
Tom Lane authored
work at all, and neither case behaved sanely for negative intervals.
-
Michael Meskes authored
-
Tom Lane authored
silently resolving them to type TEXT. This is comparable to what we do when faced with UNKNOWN in CASE, UNION, and other contexts. It gets rid of this and related annoyances: select distinct f1, '' from int4_tbl; ERROR: Unable to identify an ordering operator '<' for type unknown This was discussed many moons ago, but no one got round to fixing it.
-
- 15 Jun, 2003 10 commits
-
-
Tom Lane authored
some cases of redundant clauses that were formerly not caught. We have to special-case this because the clauses involved never get attached to the same join restrictlist and so the existing logic does not notice that they are redundant.
-
Tom Lane authored
hopefully a little more useful.
-
Tom Lane authored
both clauses specify the same targets, rather than always using the default ordering operator. This allows 'GROUP BY foo ORDER BY foo DESC' to be done with only one sort step.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Lee Kindness
-
- 14 Jun, 2003 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Lee Kindness
-
Bruce Momjian authored
-
- 13 Jun, 2003 4 commits
-
-
Bruce Momjian authored
-
Michael Meskes authored
- Compatibility functions for INFORMIX handling of DECLARE statement.
-
Tom Lane authored
-
Tom Lane authored
-
- 12 Jun, 2003 10 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
not a SELECT. We didn't use to allow that, but we do now.
-
Tom Lane authored
on some platforms.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek
-
Bruce Momjian authored
-
Bruce Momjian authored
Also quickly added mention that it may be a qualified schema name. Rod Taylor
-