| Commit message (Expand) | Author | Age |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Change fix_scan_expr() to avoid copying the input node tree in the common case | Tom Lane | 2007-11-24 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Marginal performance hack: use a dedicated routine instead of copyObject | Tom Lane | 2007-04-30 |
* | Don't remove the 'alias' field from flattened rangetable entries; | Tom Lane | 2007-04-06 |
* | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 |
* | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane | 2007-02-22 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 |
* | Fix another problem in 8.2 changes that allowed "one-time" qual conditions to | Tom Lane | 2007-02-16 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 |
* | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane | 2005-11-03 |
* | Fix the recently-added code that eliminates unnecessary SubqueryScan nodes | Tom Lane | 2005-11-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Back out prior patch and instead just suppress SubqueryScan elimination | Tom Lane | 2005-09-05 |
* | For non-projecting plan node types such as Limit, set_plan_references | Tom Lane | 2005-09-05 |
* | Fix two separate bugs in setrefs.c. set_subqueryscan_references needs | Tom Lane | 2005-08-27 |
* | Revise searching of subplan target lists to use something more efficient | Tom Lane | 2005-06-10 |
* | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 |
* | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Fix oversights in processing of LIMIT expressions during planning. | Tom Lane | 2004-05-11 |
* | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane | 2003-11-25 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 |