index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
Commit message (
Expand
)
Author
Age
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-25
*
Replace binary search in fmgr_isbuiltin with a lookup array.
Andres Freund
2017-10-04
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
*
Add a direct function call mechanism using the caller's context.
Andrew Dunstan
2017-03-21
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
*
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-09
*
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-09
*
Use static inline functions for float <-> Datum conversions.
Heikki Linnakangas
2016-08-31
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
*
Remove obsolete comment.
Tom Lane
2016-07-17
*
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Attempt to fix some compiler warnings.
Robert Haas
2015-04-29
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-22
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Ignore SECURITY DEFINER and SET attributes for a PL's call handler.
Tom Lane
2012-05-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Further code review for range types patch.
Tom Lane
2011-11-20
*
Support range data types.
Heikki Linnakangas
2011-11-03
[next]