aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAge
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Support domains over composite types.Tom Lane2017-10-26
* Add a utility function to extract variadic function argumentsAndrew Dunstan2017-10-25
* Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund2017-10-04
* Support arrays over domains.Tom Lane2017-09-30
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Remove support for version-0 calling conventions.Andres Freund2017-03-30
* Add a direct function call mechanism using the caller's context.Andrew Dunstan2017-03-21
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Add a noreturn attribute to help static analyzersPeter Eisentraut2016-10-09
* Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane2016-09-09
* Use static inline functions for float <-> Datum conversions.Heikki Linnakangas2016-08-31
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* Remove obsolete comment.Tom Lane2016-07-17
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Attempt to fix some compiler warnings.Robert Haas2015-04-29
* Add transforms featurePeter Eisentraut2015-04-26
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix documentation of FmgrInfo.fn_nargs.Tom Lane2014-04-22
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Add use of asprintf()Peter Eisentraut2013-10-13
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Ignore SECURITY DEFINER and SET attributes for a PL's call handler.Tom Lane2012-05-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Further code review for range types patch.Tom Lane2011-11-20
* Support range data types.Heikki Linnakangas2011-11-03