summaryrefslogtreecommitdiff
path: root/doc/src/sgml/func.sgml
AgeCommit message (Expand)Author
7 daysdoc: Fix title markup for AT TIME ZONE and AT LOCALDaniel Gustafsson
7 daysRemove pg_replication_origin's TOAST table.Nathan Bossart
8 daysdoc: Fix up spacing around verbatim DocBook elementsPeter Eisentraut
2025-04-30Typo and doc fixups for memory context reportingDaniel Gustafsson
2025-04-21doc: Fix memory context level in pg_log_backend_memory_contexts() example.Fujii Masao
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-04docs: Clarify that NULL arg to set_config() means reset to defaultHeikki Linnakangas
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-25Minor doc update for commit 99f8f3fbbc.Jeff Davis
2025-03-21doc: Remove incorrect description about dropping replication slots.Fujii Masao
2025-03-18Doc: manually break lines in wide UUID examples.Tom Lane
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-07Allow casting between bytea and integer types.Dean Rasheed
2025-03-06Further fix for json_strip_nulls documentationAndrew Dunstan
2025-03-06Remove extraneous commas in json{b}_strip_nulls documentationAndrew Dunstan
2025-03-05Allow json{b}_strip_nulls to remove null array elementsAndrew Dunstan
2025-03-03doc: Convert UUID functions list to table format.Masahiko Sawada
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila
2025-02-25Missing doc update for f3dae2ae58.Jeff Davis
2025-02-21Add default_char_signedness field to ControlFileData.Masahiko Sawada
2025-02-19doc: Fix some issues with JSON_TABLE() examplesAmit Langote
2025-02-18doc: add example of sign mismatch with POSIX/ISO-8601 time zonesBruce Momjian
2025-01-25Fix PDF doc build.Jeff Davis
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-22Support RN (roman-numeral format) in to_number().Tom Lane
2024-12-11Add UUID version 7 generation function.Masahiko Sawada
2024-12-11Use in-place updates for pg_restore_relation_stats().Jeff Davis
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-20doc: clarify that jsonb_path_match() returns an SQL booleanBruce Momjian
2024-11-20doc: Fix section of functions age(xid) and mxid_age(xid)Michael Paquier
2024-11-19Improve error message for database object stats manipulation functions.Fujii Masao
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-04docs: Consistently use <optional> to indicate optional parametersHeikki Linnakangas
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-29doc: Add better description for rewrite functions in event triggersMichael Paquier
2024-10-25doc: Fix typo in pg_restore_*_stats function documentationDaniel Gustafsson
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-23Another documentation fixup.Jeff Davis
2024-10-23Documentation fixup.Jeff Davis
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis