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