aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xfunc.sgml
Commit message (Expand)AuthorAge
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* doc: Mention modules/injection_points as example for injection pointsMichael Paquier2024-06-17
* Introduce private data area for injection pointsMichael Paquier2024-05-12
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Add backend support for injection pointsMichael Paquier2024-01-22
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* doc: Reorganize section for shared memory and LWLocks.Nathan Bossart2024-01-19
* doc: Expand section related to LWLocks and shared memoryMichael Paquier2023-11-01
* worker_spi: Rename custom wait event to "WorkerSpiMain"Michael Paquier2023-10-04
* Change custom wait events to use dynamic shared hash tablesMichael Paquier2023-08-14
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Doc: Miscellaneous doc updates for MERGE.Dean Rasheed2023-02-26
* 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