aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/func.sgml
Commit message (Expand)AuthorAge
* doc: Fix title markup for AT TIME ZONE and AT LOCALDaniel Gustafsson11 days
* Remove pg_replication_origin's TOAST table.Nathan Bossart11 days
* doc: Fix up spacing around verbatim DocBook elementsPeter Eisentraut12 days
* Typo and doc fixups for memory context reportingDaniel Gustafsson2025-04-30
* doc: Fix memory context level in pg_log_backend_memory_contexts() example.Fujii Masao2025-04-21
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* docs: Clarify that NULL arg to set_config() means reset to defaultHeikki Linnakangas2025-04-04
* Restrict copying of invalidated replication slots.Masahiko Sawada2025-04-03
* Introduce a SQL-callable function array_sort(anyarray).Tom Lane2025-04-01
* Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane2025-03-26
* Add support for gamma() and lgamma() functions.Dean Rasheed2025-03-26
* Stats: use schemaname/relname instead of regclass.Jeff Davis2025-03-25
* Minor doc update for commit 99f8f3fbbc.Jeff Davis2025-03-25
* doc: Remove incorrect description about dropping replication slots.Fujii Masao2025-03-21
* Doc: manually break lines in wide UUID examples.Tom Lane2025-03-18
* Add reverse(bytea).Nathan Bossart2025-03-13
* Allow casting between bytea and integer types.Dean Rasheed2025-03-07
* Further fix for json_strip_nulls documentationAndrew Dunstan2025-03-06
* Remove extraneous commas in json{b}_strip_nulls documentationAndrew Dunstan2025-03-06
* Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan2025-03-05
* doc: Convert UUID functions list to table format.Masahiko Sawada2025-03-03
* Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane2025-02-26
* Remove redundant pg_set_*_stats() variants.Jeff Davis2025-02-25
* Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila2025-02-25
* Missing doc update for f3dae2ae58.Jeff Davis2025-02-24
* Add default_char_signedness field to ControlFileData.Masahiko Sawada2025-02-21
* doc: Fix some issues with JSON_TABLE() examplesAmit Langote2025-02-19
* doc: add example of sign mismatch with POSIX/ISO-8601 time zonesBruce Momjian2025-02-18
* Fix PDF doc build.Jeff Davis2025-01-25
* Add SQL function CASEFOLD().Jeff Davis2025-01-24
* Support RN (roman-numeral format) in to_number().Tom Lane2025-01-22
* Add UUID version 7 generation function.Masahiko Sawada2024-12-11
* Use in-place updates for pg_restore_relation_stats().Jeff Davis2024-12-10
* Support LIKE with nondeterministic collationsPeter Eisentraut2024-11-27
* 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