aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/func.sgml
Commit message (Expand)AuthorAge
* doc: clarify that jsonb_path_match() returns an SQL booleanBruce Momjian2024-11-20
* doc: Fix section of functions age(xid) and mxid_age(xid)Michael Paquier2024-11-20
* Improve error message for database object stats manipulation functions.Fujii Masao2024-11-20
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04
* docs: Consistently use <optional> to indicate optional parametersHeikki Linnakangas2024-11-04
* Add SQL function array_reverse()Michael Paquier2024-11-01
* doc: Add better description for rewrite functions in event triggersMichael Paquier2024-10-29
* doc: Fix typo in pg_restore_*_stats function documentationDaniel Gustafsson2024-10-25
* Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis2024-10-24
* Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov2024-10-24
* Another documentation fixup.Jeff Davis2024-10-23
* Documentation fixup.Jeff Davis2024-10-23
* Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis2024-10-22
* Change pg_*_relation_stats() functions to return type to void.Jeff Davis2024-10-22
* Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis2024-10-18
* Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis2024-10-11
* Add pg_ls_summariesdir().Nathan Bossart2024-10-11
* Add min and max aggregates for bytea type.Tom Lane2024-10-08
* doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson2024-10-02
* Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane2024-09-26
* Doc: explain how to test ADMIN privilege with pg_has_role().Tom Lane2024-09-20
* Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov2024-09-17
* SQL/JSON: Update example in JSON_QUERY() documentationAmit Langote2024-09-13
* Make jsonpath .string() be immutable for datetimes.Tom Lane2024-09-12
* Add has_largeobject_privilege function.Fujii Masao2024-09-12
* Doc: alphabetize aggregate function tableDavid Rowley2024-09-12
* Improve documentation and testing of jsonpath string() for datetimes.Tom Lane2024-09-10
* Minor wording change in table "JSON Creation Functions"Alvaro Herrera2024-08-20
* Fix extraction of week and quarter fields from intervals.Tom Lane2024-08-16
* Fix doc typo: unicode_assigned() return type.Jeff Davis2024-08-14
* Add user-callable CRC functions.Nathan Bossart2024-08-12
* Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov2024-08-10
* pg_wal_replay_wait(): Fix typo in the docAlexander Korotkov2024-08-04
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Doc: fix text's description of regexp_replace's arguments.Tom Lane2024-07-27
* Add argument names to the regexp_XXX functions.Tom Lane2024-07-25
* Do not summarize WAL if generated with wal_level=minimal.Robert Haas2024-07-18
* SQL/JSON: Fix a paragraph in JSON_TABLE documentationAmit Langote2024-07-16
* Add min and max aggregates for composite types (records).Tom Lane2024-07-11
* Extend pg_get_acl() to handle sub-object IDsMichael Paquier2024-07-10
* Introduce pg_signal_autovacuum_worker.Nathan Bossart2024-07-09
* SQL/JSON: Various improvements to SQL/JSON query function docsAmit Langote2024-07-09
* Add pg_get_acl() to get the ACL for a database objectMichael Paquier2024-07-04
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* doc: Add ACL acronym for "Access Control List"Michael Paquier2024-07-01
* SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote2024-06-28
* SQL/JSON: Document behavior when input document is not jsonbAmit Langote2024-06-28
* Teach jsonpath string() to unwrap in lax modeAndrew Dunstan2024-06-17
* Remove mention of ncharAlvaro Herrera2024-05-06
* doc: Remove one example related to pg_input_error_info()Michael Paquier2024-04-30