aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/datatype.sgml
Commit message (Expand)AuthorAge
* Doc: document POSIX-style time zone specifications in full.Tom Lane2020-06-18
* Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane2020-05-14
* Doc: Fix some inconsistencies with markupsMichael Paquier2020-05-14
* Doc: further fooling-about with rendering of tables in PDF output.Tom Lane2020-05-06
* Doc: update section 9.12 for new function table layout.Tom Lane2020-04-23
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro2020-04-07
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Implement type regcollationPeter Eisentraut2020-03-18
* doc: Update documentation about reg* typesPeter Eisentraut2020-03-18
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Docs: use more standard terminology "round-to-nearest-even" instead of "round...Tatsuo Ishii2020-01-05
* docs: clarify that today/tomorrow/yesterday is at 00:00Bruce Momjian2019-10-07
* Add gen_random_uuid functionPeter Eisentraut2019-07-14
* Doc: improve description of allowed spellings for Boolean input.Tom Lane2019-06-12
* Fix editing error in floating-point docs.Andrew Gierth2019-05-11
* doc: Update serial explanationPeter Eisentraut2019-04-08
* Improve documentation about our XML functionality.Tom Lane2019-04-01
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-23
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Doc: fix thinko in description of how to escape a backslash in bytea.Tom Lane2019-02-08
* doc: adjust time zone names text, v2Bruce Momjian2018-11-21
* doc: adjust time zone names textBruce Momjian2018-11-21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* docs: remove use of escape strings and use bytea hex outputBruce Momjian2018-09-21
* doc: adjust order of NUMERIC arguments to match syntaxBruce Momjian2018-06-24
* doc: show how interval's 3 unit buckets behave using EXTRACT()Bruce Momjian2018-06-23
* docs: add parameter with brackets around varbit()Bruce Momjian2018-03-30
* Doc: explicitly point out that enum values can't be dropped.Tom Lane2018-03-16
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Support domains over composite types.Tom Lane2017-10-26
* Documentation improvements around domain types.Tom Lane2017-10-24
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* doc: Mention identity column feature in section on serialPeter Eisentraut2017-08-22
* doc: Add example for inet vs cidr differencePeter Eisentraut2017-08-11
* Disclaim xmltable() support for non-UTF8 databases.Noah Misch2017-08-07
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* doc: Add missing markupPeter Eisentraut2017-05-02
* doc: adjust 'Infinity' example to include minusBruce Momjian2017-03-20
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* De-support floating-point timestamps.Tom Lane2017-02-23
* Replace references to "xlog" with "wal" in docs.Fujii Masao2017-02-14
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Improve documentation of timestamp internal representation.Robert Haas2017-01-04
* Fix strange behavior (and possible crashes) in full text phrase search.Tom Lane2016-12-21
* docs: re-add spaces before units removedBruce Momjian2016-08-05
* docs: properly capitalize and space kB, MB, GB, TBBruce Momjian2016-07-30
* Adjust text search documentation for recent commits.Tom Lane2016-06-29