aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/datatype.sgml
Commit message (Expand)AuthorAge
* Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson2024-04-10
* Doc: improve explanation of type interval, especially extract().Tom Lane2024-02-20
* doc: Add Identity Column section under Data Definition chapterPeter Eisentraut2024-01-16
* doc: fix typo "vertexes" -> "vertices"Michael Paquier2024-01-04
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* psql: improve description consistency of \dTS data typesBruce Momjian2023-11-13
* doc: improve bpchar and character type length detailsBruce Momjian2023-10-31
* doc: clarify handling of time zones with "time with time zone"Bruce Momjian2023-09-26
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-05
* docs: use consistent markup for PostgreSQLDaniel Gustafsson2023-03-21
* Doc: fix documentation example for bytea hex output format.Tom Lane2023-03-18
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-29
* Doc: document bpchar, clarify relationship of text and varchar.Tom Lane2022-09-28
* doc: document the maximum char/varchar length valueBruce Momjian2022-08-31
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-02
* Doc: fix incorrect bit-reversal in example of macaddr formatting.Tom Lane2022-06-03
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Implement poly_distance().Tom Lane2021-12-13
* Fix typos in docsMichael Paquier2021-09-26
* interval: round values when spilling to monthsBruce Momjian2021-08-03
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-26
* Doc: add info about timestamps with fractional-minute UTC offsets.Tom Lane2021-07-06
* doc: Remove inappropriate <acronym> tagsPeter Eisentraut2021-07-01
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Doc: improve and centralize the documentation for OID alias types.Tom Lane2021-05-05
* Doc: fix up PDF build warnings from over-width table columns.Tom Lane2020-12-29
* Multirange datatypesAlexander Korotkov2020-12-20
* Doc: explain that the string types can't store \0 (ASCII NUL).Tom Lane2020-12-08
* docs: ulink all references to RFC'sHeikki Linnakangas2020-12-01
* Doc: caution against misuse of 'now' and related datetime literals.Tom Lane2020-10-17
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Doc: fix obsolete info about allowed range of TZ offsets in timetz.Tom Lane2020-08-03
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* 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