Age | Commit message (Expand) | Author |
2017-10-26 | Support domains over composite types. | Tom Lane |
2017-10-25 | Add a utility function to extract variadic function arguments | Andrew Dunstan |
2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-03-12 | Widen query numbers-of-tuples-processed counters to uint64. | Tom Lane |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
2015-04-26 | Add transforms feature | Peter Eisentraut |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-05-01 | Fix failure to detoast fields in composite elements of structured types. | Tom Lane |
2014-03-23 | Introduce jsonb, a structured format for storing json. | Andrew Dunstan |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-10-08 | Support use of function argument names to identify which actual arguments | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-12-28 | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-06 | When a function not returning RECORD has a single OUT parameter, use | Tom Lane |
2005-05-30 | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane |
2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |
2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-30 | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane |
2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane |
2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
2002-07-30 | Here are two patches. The guc_and_tablefunc patch addresses the two | Bruce Momjian |
2002-07-18 | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian |
2002-06-22 | uint -> uint32, portability. | Bruce Momjian |
2002-06-20 | Add another missing SRF file. | Bruce Momjian |