Age | Commit message (Expand) | Author |
2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
2008-08-25 | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane |
2008-08-22 | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane |
2008-05-15 | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-04-13 | Since createplan.c no longer cares whether index operators are lossy, it has | Tom Lane |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2008-03-25 | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-10-24 | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane |
2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |
2007-08-31 | Extend whole-row Var evaluation to cope with the case that the sub-plan | Tom Lane |
2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2007-02-27 | Get rid of the separate EState for subplans, and just let them share the | Tom Lane |
2007-02-06 | Remove typmod checking from the recent security-related patches. It turns | Tom Lane |
2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
2007-02-02 | Repair failure to check that a table is still compatible with a previously | Tom Lane |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
2007-01-20 | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut |
2007-01-14 | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut |
2007-01-12 | Use XML output escaping also in XMLFOREST. | Peter Eisentraut |
2007-01-10 | Use libxml's xmlwriter API for producing XML elements, instead of doing | Peter Eisentraut |
2007-01-07 | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |
2006-11-17 | Small message equalization fix | Peter Eisentraut |
2006-11-08 | Remove a 15-year old comment questioning behavior that is now well- | Neil Conway |
2006-11-06 | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane |
2006-10-06 | Message style improvements | Peter Eisentraut |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
2006-04-22 | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane |
2006-03-10 | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-12-28 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |