| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -19/+20 |
| * | Fix failure to propagate collation in negate_clause(). | Tom Lane | 2011-03-25 | 1 | -0/+3 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Improve the planner's simplification of NOT constructs. | Tom Lane | 2010-10-10 | 1 | -154/+221 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -1/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 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 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save | Tom Lane | 2005-11-26 | 1 | -6/+35 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -4/+4 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -31/+30 |
| * | Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should | Tom Lane | 2005-07-29 | 1 | -19/+10 |
| * | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane | 2005-03-28 | 1 | -103/+24 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix mistaken comment. | Tom Lane | 2004-09-01 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -30/+35 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Just about there on de-FastList-ification. | Tom Lane | 2004-06-01 | 1 | -85/+73 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -12/+12 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -25/+25 |
| * | Instead of trying to force WHERE clauses into CNF or DNF normal form, | Tom Lane | 2003-12-30 | 1 | -522/+176 |
| * | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 | 1 | -112/+74 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -9/+9 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -9/+9 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 1 | -85/+98 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -54/+47 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -2/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+13 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -3/+2 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -2/+4 |
| * | Repair bug reported by Wickstrom: backend would crash if WHERE clause | Tom Lane | 2000-04-14 | 1 | -9/+42 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -84/+116 |
| * | Avoid a little bit of unnecessary computation in canonicalize_qual. | Tom Lane | 2000-02-27 | 1 | -2/+3 |
| * | Apply the heuristic proposed by Taral (see pgsql-general archives for | Tom Lane | 2000-01-28 | 1 | -53/+106 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane | 1999-09-13 | 1 | -10/+220 |
| * | Further improvements in cnfify: reduce amount of self-recursion | Tom Lane | 1999-09-12 | 1 | -332/+381 |
| * | Performance improvements in cnfify(): get rid of exponential | Tom Lane | 1999-09-07 | 1 | -249/+236 |