- 15 Nov, 2004 1 commit
-
-
Neil Conway authored
output.
-
- 26 Oct, 2004 1 commit
-
-
Tom Lane authored
index entries for IS-foo constructs.
-
- 20 Sep, 2004 1 commit
-
-
Tom Lane authored
grammar, don't drop discussions into the middle of unrelated discussions, etc.
-
- 16 Jun, 2004 1 commit
-
-
Tom Lane authored
eliminating the former hard-wired convention about their names. Allow pg_cast entries to represent both type coercion and length coercion in a single step --- this is represented by a function that takes an extra typmod argument, just like a length coercion function. This nicely merges the type and length coercion mechanisms into something at least a little cleaner than we had before. Make use of the single- coercion-step behavior to fix integer-to-bit coercion so that coercing to bit(n) yields the rightmost n bits of the integer instead of the leftmost n bits. This should fix recurrent complaints about the odd behavior of this coercion. Clean up the documentation of the bit string functions, and try to put it where people might actually find it. Also, get rid of the unreliable heuristics in ruleutils.c about whether to display nested coercion steps; instead require parse_coerce.c to label them properly in the first place.
-
- 07 Jun, 2004 1 commit
-
-
Tom Lane authored
-
- 16 May, 2004 1 commit
-
-
Neil Conway authored
examples to use dollar quoting when appropriate. Original patch from David Fetter, additional work and editorializing by Neil Conway.
-
- 10 May, 2004 1 commit
-
-
Tom Lane authored
rather than allowing them only in a few special cases as before. In particular you can now pass a ROW() construct to a function that accepts a rowtype parameter. Internal generation of RowExprs fixes a number of corner cases that used to not work very well, such as referencing the whole-row result of a JOIN or subquery. This represents a further step in the work I started a month or so back to make rowtype values into first-class citizens.
-
- 12 Mar, 2004 1 commit
-
-
Neil Conway authored
types. Update the regression tests and the documentation to reflect this. Remove the UNSAFE_FLOATS #ifdef. This is only half the story: we still unconditionally reject floating point operations that result in +/- infinity. See recent thread on -hackers for more information.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 06 Nov, 2003 1 commit
-
-
Tom Lane authored
-
- 04 Nov, 2003 2 commits
-
-
Tom Lane authored
proper place, namely the syntax discussion of value expressions.
-
Peter Eisentraut authored
-
- 01 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 31 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 19 Aug, 2003 1 commit
-
-
Tom Lane authored
-
- 14 Aug, 2003 1 commit
-
-
Tom Lane authored
-
- 09 Aug, 2003 1 commit
-
-
Tom Lane authored
This is Joe Conway's patch of 7-Aug plus further editorializing of my own.
-
- 04 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
certain other products.
-
- 19 Jun, 2003 1 commit
-
-
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.
-
- 06 Jun, 2003 1 commit
-
-
Tom Lane authored
extensions to support our historical behavior. An aggregate belongs to the closest query level of any of the variables in its argument, or the current query level if there are no variables (e.g., COUNT(*)). The implementation involves adding an agglevelsup field to Aggref, and treating outer aggregates like outer variables at planning time.
-
- 25 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- 13 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 19 Feb, 2003 1 commit
-
-
Bruce Momjian authored
additions to the docs. Neil Conway
-
- 15 Nov, 2002 1 commit
-
-
Bruce Momjian authored
Neil Conway
-
- 11 Nov, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 24 Oct, 2002 1 commit
-
-
Peter Eisentraut authored
statement.
-
- 20 Oct, 2002 1 commit
-
-
Tom Lane authored
Miscellaneous other copy-editing.
-
- 21 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 12 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
material into the new location.
-
- 23 Aug, 2002 1 commit
-
-
Bruce Momjian authored
instance in which the docs mention that 'NAMEDATALEN == 32". Neil Conway
-
- 22 Aug, 2002 1 commit
-
-
Bruce Momjian authored
> > is a patch to add some cross-referencing. Oliver Elphick
-
- 13 Aug, 2002 1 commit
-
-
Bruce Momjian authored
-
- 10 Aug, 2002 1 commit
-
-
Tom Lane authored
arguments of CREATE OPERATOR.
-
- 05 Aug, 2002 1 commit
-
-
Peter Eisentraut authored
Still needs to be filled with more information, but it gives us a framework to have a User's Guide with complete coverage of the basic SQL operations. Move arrays into data type chapter, inheritance into DDL chapter (for now). Make <comment>s show up in the output while the version number ends in "devel". Allow cross-book references with entities &cite-user; etc.
-
- 15 Jun, 2002 2 commits
- 01 Jun, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 25 Apr, 2002 1 commit
-
-
Tom Lane authored
-
- 22 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 20 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-