summaryrefslogtreecommitdiff
path: root/doc/src/sgml/xfunc.sgml
AgeCommit message (Expand)Author
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-05-19doc: Properly punctuate "etc."Peter Eisentraut
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-20Doc: use "an SQL" consistently rather than "a SQL"David Rowley
2021-12-08Doc: improve xfunc-c-type-table.Tom Lane
2021-12-06Fix inappropriate uses of PG_GETARG_UINT32()Peter Eisentraut
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-03-10Doc: improve introductory information about procedures.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-08-31docs: in mapping SQL to C data types, timestamp isn't a pointerBruce Momjian
2020-08-31doc: clarify the useful features of proceduresBruce Momjian
2020-05-06Doc: further fooling-about with rendering of tables in PDF output.Tom Lane
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-13Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro.Tom Lane
2020-01-09Add pg_shmem_allocations view.Robert Haas
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2019-09-08doc: Clean up title case usePeter Eisentraut
2019-07-05doc: Spell checkingPeter Eisentraut
2019-02-12Allow extensions to generate lossy index conditions.Tom Lane
2019-02-09Build out the planner support function infrastructure.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-09-27Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.Andres Freund
2018-07-29Document security implications of qualified names.Noah Misch
2017-11-30SQL proceduresPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-26Support domains over composite types.Tom Lane
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-08-31Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut
2017-06-18Documentation spell checking and markup improvementsPeter Eisentraut
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-09doc: Improve types in examplePeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-03-30Try to fix xml docs build broken in 5ded4bd.Andres Freund
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-12Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch
2017-01-18Doc: improve documentation of new SRF-in-tlist behavior.Tom Lane