summaryrefslogtreecommitdiff
path: root/doc/src/sgml/func.sgml
AgeCommit message (Expand)Author
2025-08-04Split func.sgml into more manageable piecesAndrew Dunstan
2025-07-29Clarify documentation for the initcap functionAlexander Korotkov
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-15Doc: clarify description of current-date/time functions.Tom Lane
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-08Fix a couple more places in docs for pg_lsn changeÁlvaro Herrera
2025-07-01Document pg_get_multixact_members().Nathan Bossart
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30doc: Fix typo in pg_sync_replication_slots documentationDaniel Gustafsson
2025-06-24doc: Fix incorrect UUID index entry in function documentation.Fujii Masao
2025-06-21Doc: improve documentation about width_bucket().Tom Lane
2025-06-19Improve log messages and docs for slot synchronization.Amit Kapila
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-08doc: Fix title markup for AT TIME ZONE and AT LOCALDaniel Gustafsson
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-07doc: 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