| Commit message (Expand) | Author | Age |
* | Add a utility function to extract variadic function arguments | Andrew Dunstan | 2017-10-25 |
* | Fix typos in comments. | Heikki Linnakangas | 2017-02-06 |
* | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 2016-08-27 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Attempt to fix some compiler warnings. | Robert Haas | 2015-04-29 |
* | Add transforms feature | Peter Eisentraut | 2015-04-26 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add more use of psprintf() | Peter Eisentraut | 2014-01-06 |
* | 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 |
* | 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 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise collation derivation method and expression-tree representation. | Tom Lane | 2011-03-19 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Remove inappropriate memory context switch in shutdown_MultiFuncCall(). | Tom Lane | 2008-11-30 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix several memory leaks when rescanning SRFs. Arrange for an SRF's | Neil Conway | 2008-02-29 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera | 2007-06-26 |
* | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane | 2005-12-28 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 |