- Nov 08, 2011
-
-
Robert Haas authored
Since PostgreSQL 9.0, we've emitted a warning message when an operator named => is created, because the SQL standard now reserves that token for another use. But we've also shipped such an operator with hstore. Use of the function hstore(text, text) has been recommended in preference to =>(text, text). Per discussion, it's now time to take the next step and stop shipping the operator. This will allow us to prohibit the use of => as an operator name in a future release if and when we wish to support the SQL standard use of this token. The release notes should mention this incompatibility. Patch by me, reviewed by David Wheeler, Dimitri Fontaine and Tom Lane.
-
- May 08, 2011
-
-
Bruce Momjian authored
README.links to explain xref properly.
-
- May 04, 2011
-
-
Peter Eisentraut authored
-
- Feb 14, 2011
-
-
Tom Lane authored
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Aug 17, 2010
-
-
Peter Eisentraut authored
-
- Jul 29, 2010
-
-
Peter Eisentraut authored
Block elements with verbatim formatting (literallayout, programlisting, screen, synopsis) should be aligned at column 0 independent of the surrounding SGML, because whitespace is significant, and indenting them creates erratic whitespace in the output. The CSS stylesheets already take care of indenting the output. Assorted markup improvements to go along with it.
-
- Jul 02, 2010
-
-
Robert Haas authored
David Wheeler, with one small correction by me.
-
- Jun 22, 2010
-
-
Robert Haas authored
In HEAD, emit a warning when an operator named => is defined. In both HEAD and the backbranches (except in 8.2, where contrib modules do not have documentation), document that hstore's text => text operator may be removed in a future release, and encourage the use of the hstore(text, text) function instead. This function only exists in HEAD (previously, it was called tconvert), so backpatch it back to 8.2, when hstore was added. Per discussion.
-
- Jun 18, 2010
-
-
Robert Haas authored
This is not yet in any released version, so we still have the option to change the name. We may want to reserve the token => in a future release.
-
- Jun 15, 2010
-
-
Robert Haas authored
This is not yet in any released version, so we still have the option to backtrack. Instead, document hstore(text[], text[]). Per discussion.
-
- Feb 27, 2010
-
-
Tom Lane authored
-
- Feb 17, 2010
-
-
Tom Lane authored
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
-
- Dec 16, 2009
-
-
Magnus Hagander authored
David E. Wheeler
-
- Nov 30, 2009
-
-
Bruce Momjian authored
Update hstore docs, mostly word-smithing. David E. Wheeler
-
- Sep 30, 2009
-
-
Tom Lane authored
Remove the 64K limit on the lengths of keys and values within an hstore. (This changes the on-disk format, but the old format can still be read.) Add support for btree/hash opclasses for hstore --- this is not so much for actual indexing purposes as to allow use of GROUP BY, DISTINCT, etc. Add various other new functions and operators. Andrew Gierth
-
- Mar 15, 2009
-
-
Tom Lane authored
data structure, rather than silently truncating them. Andrew Gierth
-
- Dec 06, 2007
-
-
Tom Lane authored
Fix lots of bad markup, bad English, bad explanations. This commit covers only about half the contrib modules, but I grow weary...
-
- Nov 11, 2007
-
-
Bruce Momjian authored
or will never be converted.
-