| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -6/+5 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -38/+69 |
| * | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 1 | -16/+11 |
| * | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 | 1 | -2/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 | 1 | -1/+26 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -2/+2 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 1 | -3/+4 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -1/+2 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 | 1 | -1/+4 |
| * | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -1/+38 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -5/+5 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -16/+17 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -55/+50 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -2/+3 |
| * | Avoid redundant relation lock grabs during planning, and make sure | Tom Lane | 2005-05-23 | 1 | -4/+6 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -6/+6 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 1 | -41/+27 |
| * | This patch moves some code for preprocessing FOR UPDATE from | Neil Conway | 2005-03-17 | 1 | -5/+62 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 | 1 | -1/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -2/+3 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+3 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -7/+10 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 | 1 | -3/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -12/+12 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 1 | -4/+5 |
| * | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 | 1 | -14/+44 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -4/+5 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -3/+3 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -7/+3 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -3/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -12/+13 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -1/+7 |
| * | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane | 2002-08-02 | 1 | -7/+20 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane | 2002-04-05 | 1 | -263/+49 |
| * | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue | 2002-04-02 | 1 | -6/+1 |