Commits

Showing commits that first shipped in 8.0 (backpatches included). Clear

DateSubjectAuthorReleases
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.0.26
2007-02-06 Remove typmod checking from the recent security-related patches. It turns Tom Lane 8.0.12
2007-02-02 Repair failure to check that a table is still compatible with a previously Tom Lane 8.0.11
2006-11-06 Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty Tom Lane 8.0.10
2005-10-19 Back-patch fix for proper labeling of whole-row Datums generated from Tom Lane 8.0.5
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-12-11 Instead of supposing (wrongly, in the general case) that the rowtype Tom Lane 8.0.0
2004-09-22 Adjust ExecMakeTableFunctionResult to produce a single all-nulls row Tom Lane 8.0.0
2004-08-29 Pgindent run for 8.0. Bruce Momjian 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-08-17 Standardize on the assumption that the arguments of a RowExpr correspond Tom Lane 8.0.0
2004-08-02 Allow DECLARE CURSOR to take parameters from the portal in which it is Tom Lane 8.0.0
2004-06-09 Support assignment to subfields of composite columns in UPDATE and INSERT. Tom Lane 8.0.0
2004-06-05 Tweak palloc/repalloc to allow zero bytes to be requested, as per recent Tom Lane 8.0.0
2004-06-01 Some more de-FastList-ification. Tom Lane 8.0.0
2004-05-30 Use the new List API function names throughout the backend, and disable the Neil Conway 8.0.0
2004-05-26 Reimplement the linked list data structure used throughout the backend. Neil Conway 8.0.0
2004-05-10 Promote row expressions to full-fledged citizens of the expression syntax, Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2004-03-24 Replace max_expr_depth parameter with a max_stack_depth parameter that Tom Lane 8.0.0
2004-03-17 Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END Tom Lane 8.0.0
2004-03-17 Replace the switching function ExecEvalExpr() with a macro that jumps Tom Lane 8.0.0
2004-02-03 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. Tom Lane 8.0.0
2004-01-07 More janitorial work: remove the explicit casting of NULL literals to a Neil Conway 8.0.0
2003-12-18 Use a shutdown callback to clear setArgsValid in a FuncExprState that is Tom Lane 8.0.0