aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/func.sgml
Commit message (Expand)AuthorAge
* doc: Add better description for rewrite functions in event triggersMichael Paquier2024-10-29
* Doc: explain how to test ADMIN privilege with pg_has_role().Tom Lane2024-09-20
* Doc: fix bogus to_date() examples.Tom Lane2024-04-11
* 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: Change statistics function xref to the right targetDaniel Gustafsson2023-09-29
* doc: mention that to_char() values are roundedBruce Momjian2023-09-06
* Doc: improve description of IN and row-constructor comparisons.Tom Lane2023-07-19
* Doc: adjust examples of EXTRACT() output to match current reality.Tom Lane2023-04-10
* Doc: add example of round(v, s) with negative s.Tom Lane2022-12-01
* revert: add transaction processing chapter with internals infoBruce Momjian2022-12-01
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-29
* doc: move the mention of aggregate JSON functions up in sectionBruce Momjian2022-10-17
* doc: Fix parameter name for pg_create_logical_replication_slot()Michael Paquier2022-09-20
* doc: Fix two queries related to jsonb functionsMichael Paquier2022-09-03
* Doc: improve documentation about random().Tom Lane2022-07-23
* doc: add examples for array_length() and jsonb_array_length()Bruce Momjian2022-07-08
* Doc: fix a couple of erroneous examples.Tom Lane2022-06-01
* Doc: fix missing/bogus documentation of range_intersect_agg().Tom Lane2022-05-29
* doc: Fix description of pg_replication_origin_oid() in error caseMichael Paquier2022-01-19
* Doc: de-document unimplemented geometric operators.Tom Lane2021-12-13
* Doc: improve documentation about nextval()/setval().Tom Lane2021-11-24
* docs: Fix bit_count example outputDaniel Gustafsson2021-07-29
* Disallow negative strides in date_bin()John Naylor2021-07-28
* doc: for various substring funcs, document if only first matchBruce Momjian2021-07-26
* Doc: improve documentation about exponentiation operator.Tom Lane2021-07-21
* doc: Document that only superusers can use pg_import_system_collations().Fujii Masao2021-07-21
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* doc: Spell checkingPeter Eisentraut2021-07-16
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Add missing type name "multirange" in docs chapter titleAlexander Korotkov2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Remove pg_wait_for_backend_termination().Noah Misch2021-06-14
* Copy-edit text for the pg_terminate_backend() "timeout" parameter.Noah Misch2021-06-14
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Improve documentation example for jsonpath like_regex operatorAlexander Korotkov2021-05-13
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Additional doc fixes for configurable TOAST compression.Robert Haas2021-05-06
* Doc: improve and centralize the documentation for OID alias types.Tom Lane2021-05-05
* doc: Add index entry for "multirange type"Peter Eisentraut2021-05-03
* Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation.Tom Lane2021-04-26
* doc: Fix typosPeter Eisentraut2021-04-23
* Doc: document the tie-breaking behavior of the round() function.Tom Lane2021-04-22
* doc: Additional documentation for date_binPeter Eisentraut2021-04-09
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* doc: Remove Cyrillic from unistr examplePeter Eisentraut2021-03-31