aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/datatype.sgml
Commit message (Expand)AuthorAge
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* doc: Spell checkingPeter Eisentraut2014-07-16
* Fix whitespacePeter Eisentraut2014-07-08
* Add doc links to 9.4 release notes, and add major features listBruce Momjian2014-05-05
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-24
* Fix markup for CHAR() doc patchBruce Momjian2014-02-24
* docs: document behavior of CHAR() comparisons with chars < spaceBruce Momjian2014-02-24
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-19
* doc: Postgres date-style date-only output is ISOBruce Momjian2014-02-12
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* Add gen_random_uuid() to contrib/pgcrypto.Tom Lane2014-01-17
* doc: Put data types in alphabetical orderPeter Eisentraut2013-11-27
* Remove CTimeZone/HasCTZSet, root and branch.Tom Lane2013-11-01
* Revive line typePeter Eisentraut2013-10-09
* Mention extra_float_digits in floating point docsAlvaro Herrera2013-07-02
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* doc: Small tweak for consistencyPeter Eisentraut2013-03-03
* doc: "only relevant" -> "relevant only"Peter Eisentraut2012-11-11
* Remove old documentation warnings about the use of bigint.Bruce Momjian2012-08-30
* Make an editorial pass over the 9.2 release notes.Tom Lane2012-08-22
* Typo fixes for previous commit.Robert Haas2012-08-06
* Warn more vigorously about the non-transactional behavior of sequences.Robert Haas2012-08-06
* Add documentation cross-reference for JSON functions.Tom Lane2012-08-01
* Document that we deviate from ISO 8601 by not using 'T' on output.Tom Lane2012-05-21
* Improve documentation around historical calendar rules.Tom Lane2012-04-26
* Assorted spelling corrections.Tom Lane2012-04-12
* Update docs on numeric storage requirements.Robert Haas2012-03-22
* Built-in JSON data type.Robert Haas2012-01-31
* Further code review for range types patch.Tom Lane2011-11-20
* Support range data types.Heikki Linnakangas2011-11-03
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Remove whitespace from end of linesPeter Eisentraut2011-08-07
* Add smallserial pseudotype.Robert Haas2011-06-21
* Documentation cleanup for the possible values of the datatype 'boolean'.Bruce Momjian2011-05-09
* Doc wording improvement for NUMERIC limit paragraph.Bruce Momjian2011-04-27
* Reword documentation for NUMERIC with no specified precision.Bruce Momjian2011-04-26
* Clarify that a non-specified precision NUMERIC has a very high range.Bruce Momjian2011-04-26
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-05
* Improve documentation on the range of the numeric data type.Robert Haas2011-04-03
* Adjust CHAR() doc mention of pattern matching issues for trailingBruce Momjian2011-03-08
* Document that char() ignores spaces in non-pattern comparisons, not inBruce Momjian2011-03-08
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Improve text search prefix doc addition.Bruce Momjian2011-02-18
* Document that text search comparisons happen after text searchBruce Momjian2011-02-18
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Update contrib documention mentions to point to actual documentationBruce Momjian2011-01-26
* Minor wordsmithing.Robert Haas2011-01-01
* Doc wording improvement: taken -> acceptedBruce Momjian2010-12-29
* Document timestamptz a little better.Robert Haas2010-12-15