Commits

DateSubjectAuthorReleases
2007-07-25 Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with Magnus Hagander 8.3.0
2007-05-21 Teach tuplestore.c to throw away data before the "mark" point when the caller Tom Lane 8.3.0
2007-05-04 Teach tuplesort.c about "top N" sorting, in which only the first N tuples Tom Lane 8.3.0
2007-02-22 Turn the rangetable used by the executor into a flat list, and avoid storing Tom Lane 8.3.0
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc Tom Lane 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-09-25 Increase default value of effective_cache_size to 128MB, per discussion. Tom Lane 8.2.0
2006-09-19 Improve usage of effective_cache_size parameter by assuming that all the Tom Lane 8.2.0
2006-08-02 Add support for multi-row VALUES clauses as part of INSERT statements Joe Conway 8.2.0
2006-07-26 Convert effective_cache_size to an integer, for better integration with Peter Eisentraut 8.2.0
2006-07-22 In the recent changes to make the planner account better for cache Tom Lane 8.2.0
2006-06-06 Make the planner estimate costs for nestloop inner indexscans on the basis Tom Lane 8.2.0
2006-06-05 Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. Tom Lane 8.2.0
2006-06-05 Add a GUC parameter seq_page_cost, and use that everywhere we formerly Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2005-11-26 Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that Tom Lane 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-08-22 enable_constraint_exclusion => constraint_exclusion Bruce Momjian 8.1.0
2005-07-23 Simple constraint exclusion. For now, only child tables of inheritance Tom Lane 8.1.0
2005-06-05 Remove planner's private fields from Query struct, and put them into Tom Lane 8.1.0
2005-04-22 First cut at planner support for bitmap index scans. Lots to do yet, Tom Lane 8.1.0
2005-04-21 Rethink original decision to use AND/OR Expr nodes to represent bitmap Tom Lane 8.1.0
2005-04-21 Install some slightly realistic cost estimation for bitmap index scans. Tom Lane 8.1.0
2005-04-19 Create executor and planner-backend support for decoupled heap and index Tom Lane 8.1.0